GNU bug report logs - #68240
[PATCH] gnu: docker: Update to 20.10.27.

Previous Next

Package: guix-patches;

Reported by: Christian Miller <christian.miller <at> dadoes.de>

Date: Thu, 4 Jan 2024 06:53:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68240 in the body.
You can then email your comments to 68240 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#68240; Package guix-patches. (Thu, 04 Jan 2024 06:53:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christian Miller <christian.miller <at> dadoes.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 04 Jan 2024 06:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christian Miller <christian.miller <at> dadoes.de>
To: guix-patches <at> gnu.org
Cc: Christian Miller <christian.miller <at> dadoes.de>
Subject: [PATCH] gnu: docker: Update to 20.10.27.
Date: Thu,  4 Jan 2024 07:51:06 +0100
Fixes <https://issues.guix.gnu.org/68053>.

* gnu/packages/docker.scm (%docker-version): Update to 20.10.27.
(docker-libnetwork): Update to 20.10-3.3797618.

Change-Id: Ie4cc54f62c89f3a6c83969d1e7e425189c370482
---
 gnu/packages/docker.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index a69bbac168..e74115c4c5 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -54,7 +54,7 @@ (define-module (gnu packages docker)
 
 ;; Note - when changing Docker versions it is important to update the versions
 ;; of several associated packages (docker-libnetwork and go-sctp).
-(define %docker-version "20.10.25")
+(define %docker-version "20.10.27")
 
 (define-public python-docker
   (package
@@ -264,9 +264,9 @@ (define docker-libnetwork
   ;; the branch that Docker uses, as can be seen in the 'vendor.conf' Docker
   ;; source file.  NOTE - It is important that this version is kept in sync
   ;; with the version of Docker being used.
-  (let ((commit "3f0048413d95802b9c6c836eba06bfc54f9dbd03")
+  (let ((commit "3797618f9a38372e8107d8c06f6ae199e1133ae8")
         (version (version-major+minor %docker-version))
-        (revision "2"))
+        (revision "3"))
     (package
       (name "docker-libnetwork")
       (version (git-version version revision commit))
@@ -279,7 +279,7 @@ (define docker-libnetwork
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "185i5ji7dwkv41zmb8s3d7i5gg72wivcj1l4bhr1lb3a1vy2hcxc"))
+                  "1km3p6ya9az0ax2zww8wb5vbifr1gj5n9l82i273m9f3z9f2mq2p"))
                 ;; Delete bundled ("vendored") free software source code.
                 (modules '((guix build utils)))
                 (snippet '(delete-file-recursively "vendor"))))
@@ -333,7 +333,7 @@ (define-public docker
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1q5vc6f5fzzxsvv1kwdky56fr1jiy9199m3vxqh4mz85qr067cmn"))))
+        (base32 "017frilx35w3m4dz3n6m2f293q4fq4jrk6hl8f7wg5xs3r8hswvq"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -615,7 +615,7 @@ (define-public docker-cli
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qy35vvnl4lf9w6dr9n7yfqvzhzm7m3sl2ai275apbhygwgcsbss"))))
+        (base32 "0szwaxiasy77mm90wj2qg747zb9lyiqndg5halg7qbi41ng6ry0h"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/docker/cli"

base-commit: 7b0863f07a113caef26fea13909bd97d250b629e
-- 
2.41.0





Reply sent to Hilton Chain <hako <at> ultrarare.space>:
You have taken responsibility. (Sat, 13 Jan 2024 11:19:01 GMT) Full text and rfc822 format available.

Notification sent to Christian Miller <christian.miller <at> dadoes.de>:
bug acknowledged by developer. (Sat, 13 Jan 2024 11:19:01 GMT) Full text and rfc822 format available.

Message #10 received at 68240-done <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: Christian Miller <christian.miller <at> dadoes.de>
Cc: 68240-done <at> debbugs.gnu.org
Subject: Re: [bug#68240] [PATCH] gnu: docker: Update to 20.10.27.
Date: Sat, 13 Jan 2024 19:18:17 +0800
Hi Christian,

On Thu, 04 Jan 2024 14:51:06 +0800,
Christian Miller via Guix-patches via wrote:
>
> Fixes <https://issues.guix.gnu.org/68053>.
>
> * gnu/packages/docker.scm (%docker-version): Update to 20.10.27.
> (docker-libnetwork): Update to 20.10-3.3797618.
>
> Change-Id: Ie4cc54f62c89f3a6c83969d1e7e425189c370482
> ---
>  gnu/packages/docker.scm | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

Applied as 0869b0e6a35851d17dd876fcd517eb8e7b017238, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 10 Feb 2024 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 209 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.