unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63240] [PATCH] gnu: cpio: Update to 2.14
@ 2023-05-03  5:42 Andy Tai
  2023-05-11  7:39 ` [bug#63240] [PATCH core-updates v2] " Andy Tai
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andy Tai @ 2023-05-03  5:42 UTC (permalink / raw)
  To: 63240; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [bug#63240] [PATCH core-updates v2] gnu: cpio: Update to 2.14
  2023-05-03  5:42 [bug#63240] [PATCH] gnu: cpio: Update to 2.14 Andy Tai
@ 2023-05-11  7:39 ` Andy Tai
  2024-02-03  7:02 ` [bug#63240] [PATCH core-updates v3] gnu: cpio: Update to 2.15 Andy Tai
  2024-04-06 14:31 ` [bug#63240] guix 63240 looks good Dale Mellor
  2 siblings, 0 replies; 7+ messages in thread
From: Andy Tai @ 2023-05-11  7:39 UTC (permalink / raw)
  To: 63240; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [bug#63240] [PATCH core-updates v3] gnu: cpio: Update to 2.15
  2023-05-03  5:42 [bug#63240] [PATCH] gnu: cpio: Update to 2.14 Andy Tai
  2023-05-11  7:39 ` [bug#63240] [PATCH core-updates v2] " Andy Tai
@ 2024-02-03  7:02 ` Andy Tai
  2024-04-06 14:28   ` [bug#63240] [PATCH v4] " Dale Mellor
  2024-04-06 15:06   ` [bug#63240] [PATCH v5] " Dale Mellor
  2024-04-06 14:31 ` [bug#63240] guix 63240 looks good Dale Mellor
  2 siblings, 2 replies; 7+ messages in thread
From: Andy Tai @ 2024-02-03  7:02 UTC (permalink / raw)
  To: 63240; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [bug#63240] [PATCH v4] gnu: cpio: Update to 2.15
  2024-02-03  7:02 ` [bug#63240] [PATCH core-updates v3] gnu: cpio: Update to 2.15 Andy Tai
@ 2024-04-06 14:28   ` Dale Mellor
  2024-04-06 15:06   ` [bug#63240] [PATCH v5] " Dale Mellor
  1 sibling, 0 replies; 7+ messages in thread
From: Dale Mellor @ 2024-04-06 14:28 UTC (permalink / raw)
  To: 63240; +Cc: Dale Mellor, Andy Tai

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(-)

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





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [bug#63240] guix 63240 looks good
  2023-05-03  5:42 [bug#63240] [PATCH] gnu: cpio: Update to 2.14 Andy Tai
  2023-05-11  7:39 ` [bug#63240] [PATCH core-updates v2] " Andy Tai
  2024-02-03  7:02 ` [bug#63240] [PATCH core-updates v3] gnu: cpio: Update to 2.15 Andy Tai
@ 2024-04-06 14:31 ` Dale Mellor
  2 siblings, 0 replies; 7+ messages in thread
From: Dale Mellor @ 2024-04-06 14:31 UTC (permalink / raw)
  To: 63240

user guix
usertag 63240 - under-review
usertag 63240 + reviewed-looks-good
quit





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#63240] [PATCH v5] gnu: cpio: Update to 2.15
  2024-02-03  7:02 ` [bug#63240] [PATCH core-updates v3] gnu: cpio: Update to 2.15 Andy Tai
  2024-04-06 14:28   ` [bug#63240] [PATCH v4] " Dale Mellor
@ 2024-04-06 15:06   ` Dale Mellor
  2024-04-09 17:10     ` bug#63240: " Christopher Baines
  1 sibling, 1 reply; 7+ messages in thread
From: Dale Mellor @ 2024-04-06 15:06 UTC (permalink / raw)
  To: 63240; +Cc: Dale Mellor, Andy Tai

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(-)

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





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* bug#63240: [PATCH v5] gnu: cpio: Update to 2.15
  2024-04-06 15:06   ` [bug#63240] [PATCH v5] " Dale Mellor
@ 2024-04-09 17:10     ` Christopher Baines
  0 siblings, 0 replies; 7+ messages in thread
From: Christopher Baines @ 2024-04-09 17:10 UTC (permalink / raw)
  To: Dale Mellor; +Cc: 63240-done, Andy Tai

[-- Attachment #1: Type: text/plain, Size: 787 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-04-09 17:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-03  5:42 [bug#63240] [PATCH] gnu: cpio: Update to 2.14 Andy Tai
2023-05-11  7:39 ` [bug#63240] [PATCH core-updates v2] " Andy Tai
2024-02-03  7:02 ` [bug#63240] [PATCH core-updates v3] gnu: cpio: Update to 2.15 Andy Tai
2024-04-06 14:28   ` [bug#63240] [PATCH v4] " Dale Mellor
2024-04-06 15:06   ` [bug#63240] [PATCH v5] " Dale Mellor
2024-04-09 17:10     ` bug#63240: " Christopher Baines
2024-04-06 14:31 ` [bug#63240] guix 63240 looks good Dale Mellor

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).