diff mbox series

[bug#63240,v5] gnu: cpio: Update to 2.15

Message ID 20240406150642.844244-1-guix-devel-0brg6a@rdmp.org
State New
Headers show
Series [bug#63240,v5] gnu: cpio: Update to 2.15 | expand

Commit Message

Dale Mellor April 6, 2024, 3:06 p.m. UTC
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(-)

Comments

Christopher Baines April 9, 2024, 5:10 p.m. UTC | #1
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
diff mbox series

Patch

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