GNU bug report logs - #63240
[PATCH] gnu: cpio: Update to 2.14

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 3 May 2023 05:43:02 UTC

Owned by: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 63240 in the body.
You can then email your comments to 63240 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#63240; Package guix-patches. (Wed, 03 May 2023 05:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 03 May 2023 05:43:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: cpio: Update to 2.14
Date: Tue,  2 May 2023 22:42:16 -0700
* gnu/packages/cpio.scm (cpio): Update to 2.14
---
 gnu/packages/cpio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpio.scm b/gnu/packages/cpio.scm
index 2f7a7b2363..98af3f31aa 100644
--- a/gnu/packages/cpio.scm
+++ b/gnu/packages/cpio.scm
@@ -29,14 +29,14 @@ (define-module (gnu packages cpio)
 (define-public cpio
   (package
     (name "cpio")
-    (version "2.13")
+    (version "2.14")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/cpio/cpio-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0vbgnhkawdllgnkdn6zn1f56fczwk0518krakz2qbwhxmv2vvdga"))
+               "04ic7zykc4yl4i69dfzvyb26d2bcggdvkmpwgvyacrvj1zb1bp7w"))
              (modules '((guix build utils)))
              (snippet
               '(begin

base-commit: 94e2e3553440a2a5ac4a312e80b8ea21ddebafeb
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#63240; Package guix-patches. (Thu, 11 May 2023 07:41:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 63240 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH core-updates v2] gnu: cpio: Update to 2.14
Date: Thu, 11 May 2023 00:39:52 -0700
* gnu/packages/cpio.scm (cpio): Update to 2.14
---
 gnu/packages/cpio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpio.scm b/gnu/packages/cpio.scm
index 2f7a7b2363..98af3f31aa 100644
--- a/gnu/packages/cpio.scm
+++ b/gnu/packages/cpio.scm
@@ -29,14 +29,14 @@ (define-module (gnu packages cpio)
 (define-public cpio
   (package
     (name "cpio")
-    (version "2.13")
+    (version "2.14")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/cpio/cpio-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0vbgnhkawdllgnkdn6zn1f56fczwk0518krakz2qbwhxmv2vvdga"))
+               "04ic7zykc4yl4i69dfzvyb26d2bcggdvkmpwgvyacrvj1zb1bp7w"))
              (modules '((guix build utils)))
              (snippet
               '(begin

base-commit: b4e5844700b2304bfde451322feb5797bf0c6179
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#63240; Package guix-patches. (Sat, 03 Feb 2024 07:03:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 63240 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH core-updates v3] gnu: cpio: Update to 2.15
Date: Fri,  2 Feb 2024 23:02:09 -0800
* gnu/packages/cpio.scm (cpio): Update to 2.15

Change-Id: I0a74b8b40376fd97de24125dbe92a55727c6135e
---
 gnu/packages/cpio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpio.scm b/gnu/packages/cpio.scm
index 2f7a7b2363..273d280285 100644
--- a/gnu/packages/cpio.scm
+++ b/gnu/packages/cpio.scm
@@ -29,14 +29,14 @@ (define-module (gnu packages cpio)
 (define-public cpio
   (package
     (name "cpio")
-    (version "2.13")
+    (version "2.15")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/cpio/cpio-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0vbgnhkawdllgnkdn6zn1f56fczwk0518krakz2qbwhxmv2vvdga"))
+               "1nvmj2mc3nagpig75sgzvkqgzg1p01wgnlw54v4ix6ijgjwi0xlk"))
              (modules '((guix build utils)))
              (snippet
               '(begin

base-commit: f45d05133472a9da13eae20ba4a676c696682c90
-- 
2.41.0





Owner recorded as Dale Mellor <guix-devel-0brg6a <at> rdmp.org>. Request was from Dale Mellor <guix-devel-0brg6a <at> rdmp.org> to control <at> debbugs.gnu.org. (Sat, 06 Apr 2024 13:07:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#63240; Package guix-patches. (Sat, 06 Apr 2024 14:29:02 GMT) Full text and rfc822 format available.

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

From: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
To: 63240 <at> debbugs.gnu.org
Cc: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>, Andy Tai <atai <at> atai.org>
Subject: [PATCH v4] gnu: cpio: Update to 2.15
Date: Sat,  6 Apr 2024 15:28:31 +0100
From: Andy Tai <atai <at> atai.org>

* gnu/packages/cpio.scm (cpio): Update to 2.15

Review:
  * minimal change to get newer version (2.13 -> 2.15)
    * license is correct
  * 'guix lint' and 'guix build --check' both come out clean
  * tested by installing and creating large CPIO archives with old and new
    versions; results are identical

Reviewed-by: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
Change-Id: I0a74b8b40376fd97de24125dbe92a55727c6135e
---
 gnu/packages/cpio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpio.scm b/gnu/packages/cpio.scm
index 2f7a7b2363..273d280285 100644
--- a/gnu/packages/cpio.scm
+++ b/gnu/packages/cpio.scm
@@ -29,14 +29,14 @@ (define-module (gnu packages cpio)
 (define-public cpio
   (package
     (name "cpio")
-    (version "2.13")
+    (version "2.15")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/cpio/cpio-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0vbgnhkawdllgnkdn6zn1f56fczwk0518krakz2qbwhxmv2vvdga"))
+               "1nvmj2mc3nagpig75sgzvkqgzg1p01wgnlw54v4ix6ijgjwi0xlk"))
              (modules '((guix build utils)))
              (snippet
               '(begin
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#63240; Package guix-patches. (Sat, 06 Apr 2024 14:32:02 GMT) Full text and rfc822 format available.

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

From: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
To: 63240 <at> debbugs.gnu.org
Subject: guix 63240 looks good
Date: Sat, 06 Apr 2024 15:31:43 +0100
user guix
usertag 63240 - under-review
usertag 63240 + reviewed-looks-good
quit





Information forwarded to guix-patches <at> gnu.org:
bug#63240; Package guix-patches. (Sat, 06 Apr 2024 15:08:01 GMT) Full text and rfc822 format available.

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

From: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
To: 63240 <at> debbugs.gnu.org
Cc: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>, Andy Tai <atai <at> atai.org>
Subject: [PATCH v5] gnu: cpio: Update to 2.15
Date: Sat,  6 Apr 2024 16:06:42 +0100
From: Andy Tai <atai <at> atai.org>

* gnu/packages/cpio.scm (cpio): Update to 2.15

Review:
  * minimal change to get newer version (2.13 -> 2.15)
    * license is correct
  * 'guix lint' and 'guix build --check' both come out clean
  * tested by installing and creating large CPIO archives with old and new
    versions; results are identical

Reviewed-by: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
Change-Id: I0a74b8b40376fd97de24125dbe92a55727c6135e
---
 gnu/packages/cpio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpio.scm b/gnu/packages/cpio.scm
index 2f7a7b2363..273d280285 100644
--- a/gnu/packages/cpio.scm
+++ b/gnu/packages/cpio.scm
@@ -29,14 +29,14 @@ (define-module (gnu packages cpio)
 (define-public cpio
   (package
     (name "cpio")
-    (version "2.13")
+    (version "2.15")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/cpio/cpio-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0vbgnhkawdllgnkdn6zn1f56fczwk0518krakz2qbwhxmv2vvdga"))
+               "1nvmj2mc3nagpig75sgzvkqgzg1p01wgnlw54v4ix6ijgjwi0xlk"))
              (modules '((guix build utils)))
              (snippet
               '(begin
-- 
2.41.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 09 Apr 2024 17:11:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Tue, 09 Apr 2024 17:11:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
Cc: 63240-done <at> debbugs.gnu.org, Andy Tai <atai <at> atai.org>
Subject: Re: [bug#63240] [PATCH v5] gnu: cpio: Update to 2.15
Date: Tue, 09 Apr 2024 18:10:42 +0100
[Message part 1 (text/plain, inline)]
Dale Mellor <guix-devel-0brg6a <at> rdmp.org> writes:

> From: Andy Tai <atai <at> atai.org>
>
> * gnu/packages/cpio.scm (cpio): Update to 2.15
>
> Review:
>   * minimal change to get newer version (2.13 -> 2.15)
>     * license is correct
>   * 'guix lint' and 'guix build --check' both come out clean
>   * tested by installing and creating large CPIO archives with old and new
>     versions; results are identical
>
> Reviewed-by: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
> Change-Id: I0a74b8b40376fd97de24125dbe92a55727c6135e
> ---
>  gnu/packages/cpio.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks both, although this affects quite a few packages, given QA has
built them, I've gone ahead and pushed it to master as
4ae910ab6a076b087458cbb1739d8ff1ba17eb0b.

Chris
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 08 May 2024 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 8 days ago.

Previous Next


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