GNU bug report logs -
#76011
[PATCH] gnu: libzip: Update to 1.11.3
Previous Next
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.
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):
* 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):
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.