emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63240: closed ([PATCH] gnu: cpio: Update to 2.14)


From: GNU bug Tracking System
Subject: bug#63240: closed ([PATCH] gnu: cpio: Update to 2.14)
Date: Tue, 09 Apr 2024 17:11:02 +0000

Your message dated Tue, 09 Apr 2024 18:10:42 +0100
with message-id <874jcaea25.fsf@cbaines.net>
and subject line Re: [bug#63240] [PATCH v5] gnu: cpio: Update to 2.15
has caused the debbugs.gnu.org bug report #63240,
regarding [PATCH] gnu: cpio: Update to 2.14
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63240: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63240
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#63240] [PATCH v5] gnu: cpio: Update to 2.15 Date: Tue, 09 Apr 2024 18:10:42 +0100 User-agent: mu4e 1.12.2; emacs 29.3
Dale Mellor <guix-devel-0brg6a@rdmp.org> writes:

> From: Andy Tai <atai@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@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]