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

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