GNU bug report logs - #76011
[PATCH] gnu: libzip: Update to 1.11.3

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Sun, 2 Feb 2025 13:31:02 UTC

Severity: normal

Tags: patch

Done: Greg Hogan <code <at> greghogan.com>

To reply to this bug, email your comments to 76011 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#76011; Package guix-patches. (Sun, 02 Feb 2025 13:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 02 Feb 2025 13:31:02 GMT) Full text and rfc822 format available.

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

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: libzip: Update to 1.11.3
Date: Sun,  2 Feb 2025 13:29:39 +0000
* gnu/packages/compression.scm (libzip): Update to 1.11.3.

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

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index cdb029b225..6fdd8911b8 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2120,14 +2120,14 @@ (define-public zziplib
 (define-public libzip
   (package
     (name "libzip")
-    (version "1.9.2")
+    (version "1.11.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://libzip.org/download/libzip-" version ".tar.xz"))
               (sha256
                (base32
-                "0dsrpb1faywhm0j8akx21gp7cn99wpz3h543jw8r7p5jnx99hgn9"))))
+                "06vwwq7j3rx9x6vkfqk86m9hf3vjw7yrrjmbnp4730kqp9wdh2cm"))))
     (native-inputs
      (list perl pkg-config))
     (inputs

base-commit: aba3e48ae1ce70deba8e6ad63e2ac9b102abfd4d
-- 
2.48.1





Reply sent to Greg Hogan <code <at> greghogan.com>:
You have taken responsibility. (Wed, 09 Jul 2025 20:36:04 GMT) Full text and rfc822 format available.

Notification sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
bug acknowledged by developer. (Wed, 09 Jul 2025 20:36:05 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Cc: 76011-done <at> debbugs.gnu.org
Subject: Re: [bug#76011] [PATCH] gnu: libzip: Update to 1.11.3
Date: Wed, 9 Jul 2025 16:34:50 -0400
On Sun, Feb 2, 2025 at 8:31 AM Ashish SHUKLA via Guix-patches via
<guix-patches <at> gnu.org> wrote:
>
> * gnu/packages/compression.scm (libzip): Update to 1.11.3.
>
> Change-Id: I02c4d79f719ec54116968f11bbbeb64fbcfdad13
> ---
>  gnu/packages/compression.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
> index cdb029b225..6fdd8911b8 100644
> --- a/gnu/packages/compression.scm
> +++ b/gnu/packages/compression.scm
> @@ -2120,14 +2120,14 @@ (define-public zziplib
>  (define-public libzip
>    (package
>      (name "libzip")
> -    (version "1.9.2")
> +    (version "1.11.3")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
>                      "https://libzip.org/download/libzip-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "0dsrpb1faywhm0j8akx21gp7cn99wpz3h543jw8r7p5jnx99hgn9"))))
> +                "06vwwq7j3rx9x6vkfqk86m9hf3vjw7yrrjmbnp4730kqp9wdh2cm"))))
>      (native-inputs
>       (list perl pkg-config))
>      (inputs
>
> base-commit: aba3e48ae1ce70deba8e6ad63e2ac9b102abfd4d
> --
> 2.48.1

This is included in the c++-libraries branch so I am closing the issue.




This bug report was last modified 1 day ago.

Previous Next


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