Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update docker-cli + moby
@ 2021-10-15 18:28 NeelChotai
  2021-10-15 19:52 ` [PR REVIEW] " paper42
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: NeelChotai @ 2021-10-15 18:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NeelChotai/void-packages docker-update
https://github.com/void-linux/void-packages/pull/33576

Update docker-cli + moby
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33576.patch is attached

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

From 4d82b85bae2cec2f793c8531598bff53131f772b Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Fri, 15 Oct 2021 19:26:58 +0100
Subject: [PATCH 1/2] docker-cli: update to 20.10.9

---
 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 4393e5a39acf..697e5fdd7135 100644
--- a/srcpkgs/docker-cli/template
+++ b/srcpkgs/docker-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'docker-cli'
 pkgname=docker-cli
-version=20.10.8
+version=20.10.9
 revision=1
 wrksrc="cli-${version}"
 build_style=go
@@ -16,7 +16,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="http://www.docker.io"
 distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
-checksum=cde34bbefd70fa27b44dfa904c40db84b89abf237e5267dcd08603b459a89253
+checksum=d91010813824070dd2380013c8f343e61e6dda170f7853f024bda39b432b64ba
 system_groups="docker"
 
 pre_build() {

From 72ec610da0889dd4b7481562c1a561ac418d10f9 Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Fri, 15 Oct 2021 19:27:08 +0100
Subject: [PATCH 2/2] moby: update to 20.10.9

---
 srcpkgs/moby/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template
index 50e198d91574..22d1c129677b 100644
--- a/srcpkgs/moby/template
+++ b/srcpkgs/moby/template
@@ -1,8 +1,8 @@
 # Template file for 'moby'
 pkgname=moby
-version=20.10.6
+version=20.10.9
 revision=1
-_libnetwork_commit=b3507428be5b458cb0e2b4086b13531fb0706e46
+_libnetwork_commit=64b7a4574d1426139437d20e81c0b6d391130ec8
 create_wrksrc=yes
 build_style=go
 go_import_path="github.com/docker/docker"
@@ -15,8 +15,8 @@ license="Apache-2.0"
 homepage="http://www.docker.io"
 distfiles="https://github.com/moby/moby/archive/v${version}.tar.gz>moby-$version.tar.gz
  https://github.com/docker/libnetwork/archive/$_libnetwork_commit.tar.gz>libnetwork-$_libnetwork_commit.tar.gz"
-checksum="fd7f5571b1f64f26b5ca520a3e1fefb33c190f3732b931051c23a76bdba5000e
- 90a8dc84bc5d2d74dee0b2c3544f8786598ff85e9fc9f6a55a15b60b7cd78d63"
+checksum="359e8854d0d51bc884d434f182f64ca62f25fbbe7b9c6a336eb09f212fe8cc9a
+ ede21e645ff6552b3a508f6186d3f34d267015ec0f96eefecf6d08c03cbd2987"
 system_groups="docker"
 
 _moby_builddir="moby-$version"

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

* Re: [PR REVIEW] Update docker-cli + moby
  2021-10-15 18:28 [PR PATCH] Update docker-cli + moby NeelChotai
@ 2021-10-15 19:52 ` paper42
  2021-10-15 19:52 ` paper42
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-10-15 19:52 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33576#discussion_r730078425

Comment:
```suggestion
 https://github.com/moby/libnetwork/archive/$_libnetwork_commit.tar.gz>libnetwork-$_libnetwork_commit.tar.gz"
```

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

* Re: [PR REVIEW] Update docker-cli + moby
  2021-10-15 18:28 [PR PATCH] Update docker-cli + moby NeelChotai
  2021-10-15 19:52 ` [PR REVIEW] " paper42
@ 2021-10-15 19:52 ` paper42
  2021-10-15 19:52 ` paper42
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-10-15 19:52 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33576#discussion_r730078622

Comment:
```suggestion
homepage="https://www.docker.com"
```

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

* Re: [PR REVIEW] Update docker-cli + moby
  2021-10-15 18:28 [PR PATCH] Update docker-cli + moby NeelChotai
  2021-10-15 19:52 ` [PR REVIEW] " paper42
  2021-10-15 19:52 ` paper42
@ 2021-10-15 19:52 ` paper42
  2021-10-15 20:13 ` [PR PATCH] [Updated] " NeelChotai
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-10-15 19:52 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33576#discussion_r730078866

Comment:
```suggestion
homepage="https://www.docker.com"
```

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

* Re: [PR PATCH] [Updated] Update docker-cli + moby
  2021-10-15 18:28 [PR PATCH] Update docker-cli + moby NeelChotai
                   ` (2 preceding siblings ...)
  2021-10-15 19:52 ` paper42
@ 2021-10-15 20:13 ` NeelChotai
  2021-10-15 20:15 ` NeelChotai
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: NeelChotai @ 2021-10-15 20:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by NeelChotai against master on the void-packages repository

https://github.com/NeelChotai/void-packages docker-update
https://github.com/void-linux/void-packages/pull/33576

Update docker-cli + moby
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33576.patch is attached

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

From 55478936a4db39639ff1b689df69aa3483c13b6e Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Fri, 15 Oct 2021 19:26:58 +0100
Subject: [PATCH 1/2] docker-cli: update to 20.10.9

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

diff --git a/srcpkgs/docker-cli/template b/srcpkgs/docker-cli/template
index 4393e5a39acf..f65fa12046c5 100644
--- a/srcpkgs/docker-cli/template
+++ b/srcpkgs/docker-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'docker-cli'
 pkgname=docker-cli
-version=20.10.8
+version=20.10.9
 revision=1
 wrksrc="cli-${version}"
 build_style=go
@@ -14,9 +14,9 @@ depends="git"
 short_desc="Command-line interface for the Docker daemon"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
-homepage="http://www.docker.io"
+homepage="http://www.docker.com"
 distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
-checksum=cde34bbefd70fa27b44dfa904c40db84b89abf237e5267dcd08603b459a89253
+checksum=d91010813824070dd2380013c8f343e61e6dda170f7853f024bda39b432b64ba
 system_groups="docker"
 
 pre_build() {

From c53912bf1e72baeb87f929f6607cd156fa651700 Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Fri, 15 Oct 2021 19:27:08 +0100
Subject: [PATCH 2/2] moby: update to 20.10.9

---
 srcpkgs/moby/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template
index 50e198d91574..51771ffc9d79 100644
--- a/srcpkgs/moby/template
+++ b/srcpkgs/moby/template
@@ -1,8 +1,8 @@
 # Template file for 'moby'
 pkgname=moby
-version=20.10.6
+version=20.10.9
 revision=1
-_libnetwork_commit=b3507428be5b458cb0e2b4086b13531fb0706e46
+_libnetwork_commit=64b7a4574d1426139437d20e81c0b6d391130ec8
 create_wrksrc=yes
 build_style=go
 go_import_path="github.com/docker/docker"
@@ -12,11 +12,11 @@ depends="containerd iptables xz"
 short_desc="Container engine for the Docker ecosystem"
 maintainer="PWA COLLECTIVE <pwa@cya.cx>"
 license="Apache-2.0"
-homepage="http://www.docker.io"
-distfiles="https://github.com/moby/moby/archive/v${version}.tar.gz>moby-$version.tar.gz
+homepage="http://www.docker.com"
+distfiles="https://github.com/docker/moby/archive/v${version}.tar.gz>moby-$version.tar.gz
  https://github.com/docker/libnetwork/archive/$_libnetwork_commit.tar.gz>libnetwork-$_libnetwork_commit.tar.gz"
-checksum="fd7f5571b1f64f26b5ca520a3e1fefb33c190f3732b931051c23a76bdba5000e
- 90a8dc84bc5d2d74dee0b2c3544f8786598ff85e9fc9f6a55a15b60b7cd78d63"
+checksum="359e8854d0d51bc884d434f182f64ca62f25fbbe7b9c6a336eb09f212fe8cc9a
+ ede21e645ff6552b3a508f6186d3f34d267015ec0f96eefecf6d08c03cbd2987"
 system_groups="docker"
 
 _moby_builddir="moby-$version"

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

* Re: [PR PATCH] [Updated] Update docker-cli + moby
  2021-10-15 18:28 [PR PATCH] Update docker-cli + moby NeelChotai
                   ` (3 preceding siblings ...)
  2021-10-15 20:13 ` [PR PATCH] [Updated] " NeelChotai
@ 2021-10-15 20:15 ` NeelChotai
  2021-10-15 21:21 ` paper42
  2021-10-15 21:21 ` [PR PATCH] [Closed]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: NeelChotai @ 2021-10-15 20:15 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by NeelChotai against master on the void-packages repository

https://github.com/NeelChotai/void-packages docker-update
https://github.com/void-linux/void-packages/pull/33576

Update docker-cli + moby
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33576.patch is attached

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

From 55478936a4db39639ff1b689df69aa3483c13b6e Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Fri, 15 Oct 2021 19:26:58 +0100
Subject: [PATCH 1/2] docker-cli: update to 20.10.9

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

diff --git a/srcpkgs/docker-cli/template b/srcpkgs/docker-cli/template
index 4393e5a39acf..f65fa12046c5 100644
--- a/srcpkgs/docker-cli/template
+++ b/srcpkgs/docker-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'docker-cli'
 pkgname=docker-cli
-version=20.10.8
+version=20.10.9
 revision=1
 wrksrc="cli-${version}"
 build_style=go
@@ -14,9 +14,9 @@ depends="git"
 short_desc="Command-line interface for the Docker daemon"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
-homepage="http://www.docker.io"
+homepage="http://www.docker.com"
 distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
-checksum=cde34bbefd70fa27b44dfa904c40db84b89abf237e5267dcd08603b459a89253
+checksum=d91010813824070dd2380013c8f343e61e6dda170f7853f024bda39b432b64ba
 system_groups="docker"
 
 pre_build() {

From 0159f4de524138763e3ec1d9e087d1a425f19144 Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Fri, 15 Oct 2021 19:27:08 +0100
Subject: [PATCH 2/2] moby: update to 20.10.9

---
 srcpkgs/moby/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template
index 50e198d91574..9d7cbd04dbc3 100644
--- a/srcpkgs/moby/template
+++ b/srcpkgs/moby/template
@@ -1,8 +1,8 @@
 # Template file for 'moby'
 pkgname=moby
-version=20.10.6
+version=20.10.9
 revision=1
-_libnetwork_commit=b3507428be5b458cb0e2b4086b13531fb0706e46
+_libnetwork_commit=64b7a4574d1426139437d20e81c0b6d391130ec8
 create_wrksrc=yes
 build_style=go
 go_import_path="github.com/docker/docker"
@@ -12,11 +12,11 @@ depends="containerd iptables xz"
 short_desc="Container engine for the Docker ecosystem"
 maintainer="PWA COLLECTIVE <pwa@cya.cx>"
 license="Apache-2.0"
-homepage="http://www.docker.io"
+homepage="http://www.docker.com"
 distfiles="https://github.com/moby/moby/archive/v${version}.tar.gz>moby-$version.tar.gz
- https://github.com/docker/libnetwork/archive/$_libnetwork_commit.tar.gz>libnetwork-$_libnetwork_commit.tar.gz"
-checksum="fd7f5571b1f64f26b5ca520a3e1fefb33c190f3732b931051c23a76bdba5000e
- 90a8dc84bc5d2d74dee0b2c3544f8786598ff85e9fc9f6a55a15b60b7cd78d63"
+ https://github.com/moby/libnetwork/archive/$_libnetwork_commit.tar.gz>libnetwork-$_libnetwork_commit.tar.gz"
+checksum="359e8854d0d51bc884d434f182f64ca62f25fbbe7b9c6a336eb09f212fe8cc9a
+ ede21e645ff6552b3a508f6186d3f34d267015ec0f96eefecf6d08c03cbd2987"
 system_groups="docker"
 
 _moby_builddir="moby-$version"

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

* Re: Update docker-cli + moby
  2021-10-15 18:28 [PR PATCH] Update docker-cli + moby NeelChotai
                   ` (4 preceding siblings ...)
  2021-10-15 20:15 ` NeelChotai
@ 2021-10-15 21:21 ` paper42
  2021-10-15 21:21 ` [PR PATCH] [Closed]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-10-15 21:21 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33576#issuecomment-944668884

Comment:
merged in 59e179dc17c62f6f80ce030d7f23704a69864982 and a8344c692afa50da93d54bfc9a132554c6ad97e0

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

* Re: [PR PATCH] [Closed]: Update docker-cli + moby
  2021-10-15 18:28 [PR PATCH] Update docker-cli + moby NeelChotai
                   ` (5 preceding siblings ...)
  2021-10-15 21:21 ` paper42
@ 2021-10-15 21:21 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-10-15 21:21 UTC (permalink / raw)
  To: ml

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

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

Update docker-cli + moby
https://github.com/void-linux/void-packages/pull/33576

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 8+ messages in thread

end of thread, other threads:[~2021-10-15 21:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 18:28 [PR PATCH] Update docker-cli + moby NeelChotai
2021-10-15 19:52 ` [PR REVIEW] " paper42
2021-10-15 19:52 ` paper42
2021-10-15 19:52 ` paper42
2021-10-15 20:13 ` [PR PATCH] [Updated] " NeelChotai
2021-10-15 20:15 ` NeelChotai
2021-10-15 21:21 ` paper42
2021-10-15 21:21 ` [PR PATCH] [Closed]: " paper42

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).