Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Docker cli update
@ 2024-05-22 16:01 thypon
  2024-05-22 20:56 ` [PR PATCH] [Merged]: " thypon
  0 siblings, 1 reply; 2+ messages in thread
From: thypon @ 2024-05-22 16:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1298 bytes --]

There is a new pull request by thypon against master on the void-packages repository

https://github.com/void-linux/void-packages docker-cli-update
https://github.com/void-linux/void-packages/pull/50469

Docker cli update
<!-- Uncomment relevant sections and delete options which are not applicable -->

This change also modifies the `go` build-style.

#### Testing the changes
- I tested the changes in this PR: **briefly**


<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/50469.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-docker-cli-update-50469.patch --]
[-- Type: text/x-diff, Size: 1829 bytes --]

From 72cdf6078e5bd9eab032d96957892962c142d610 Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Wed, 22 May 2024 17:55:28 +0200
Subject: [PATCH 1/2] build-style/go: fix build using GOPATH

---
 common/build-style/go.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/build-style/go.sh b/common/build-style/go.sh
index 50524b07f768c7..711b7975d6fded 100644
--- a/common/build-style/go.sh
+++ b/common/build-style/go.sh
@@ -56,7 +56,7 @@ do_build() {
 		fi
 	else
 		# Otherwise, build using GOPATH
-		go get -p "$XBPS_MAKEJOBS" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" ${go_package}
+		go install -p "$XBPS_MAKEJOBS" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" ${go_package}
 	fi
 }
 

From 36df86dc93633512abe7bd73d86ea8e0814aadb3 Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Wed, 22 May 2024 17:55:44 +0200
Subject: [PATCH 2/2] docker-cli: update to 26.1.3.

---
 srcpkgs/docker-cli/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/docker-cli/template b/srcpkgs/docker-cli/template
index 7d0ad1e40db79d..f6ece5e7d1fc1f 100644
--- a/srcpkgs/docker-cli/template
+++ b/srcpkgs/docker-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-cli'
 # should be kept in sync with moby
 pkgname=docker-cli
-version=25.0.3
+version=26.1.3
 revision=1
 build_style=go
 go_package="github.com/docker/cli/cmd/docker"
@@ -16,7 +16,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://www.docker.com"
 distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
-checksum=04ad0cea992a65db20cb1b0dbf6d1ce32c705ce879de51b22095fe8d28030815
+checksum=d361896cd02deb3bd160c627401eba2cd8e2513a085c55427319bea8c6412ad4
 system_groups="docker"
 
 pre_build() {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: Docker cli update
  2024-05-22 16:01 [PR PATCH] Docker cli update thypon
@ 2024-05-22 20:56 ` thypon
  0 siblings, 0 replies; 2+ messages in thread
From: thypon @ 2024-05-22 20:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1135 bytes --]

There's a merged pull request on the void-packages repository

Docker cli update
https://github.com/void-linux/void-packages/pull/50469

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

This change also modifies the `go` build-style.

#### Testing the changes
- I tested the changes in this PR: **briefly**


<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-22 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-22 16:01 [PR PATCH] Docker cli update thypon
2024-05-22 20:56 ` [PR PATCH] [Merged]: " thypon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).