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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#63240: closed (Re: [bug#63240] [PATCH v5] gnu: cpio: Update
 to 2.15)
Date: Tue, 09 Apr 2024 17:11:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63240: [PATCH] gnu: cpio: Update to 2.14

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63240 <at> debbugs.gnu.org.

-- 
63240: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63240
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (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)]
[Message part 5 (message/rfc822, inline)]
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




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

Previous Next


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