GNU bug report logs - #76798
[PATCH core-packages-team 0/2] Update libpng & libpng-apng to 1.6.46.

Previous Next

Package: guix-patches;

Reported by: Ian Eure <ian <at> retrospec.tv>

Date: Fri, 7 Mar 2025 04:39:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 76798 AT debbugs.gnu.org.

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#76798; Package guix-patches. (Fri, 07 Mar 2025 04:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ian Eure <ian <at> retrospec.tv>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 07 Mar 2025 04:39:02 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: guix-patches <at> gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH core-packages-team 0/2] Update libpng & libpng-apng to 1.6.46.
Date: Thu,  6 Mar 2025 20:38:31 -0800
While updating LibreWolf to 136.0-2, I found that it needs newer libpng than
is currently in Guix, and with this package low in the graph, it needs to go
on a branch before hitting master.  Patches are straightforward.  libpng
1.6.47 is already out, but the apng patch is only available for 1.6.46, so I
opted to keep the versions aligned.

I'm going to add libpng-1.6.46 / libpng-apng-1.6.46 to master to unblock
LibreWolf, those can get removed when core-packages-team merges.

Ian Eure (2):
  gnu: libpng: Update to 1.6.46.
  gnu: libpng-apng: Update to 1.6.46.

 gnu/packages/image.scm | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76798; Package guix-patches. (Fri, 07 Mar 2025 04:52:02 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: 76798 <at> debbugs.gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH core-packages-team 2/2] gnu: libpng-apng: Update to 1.6.46.
Date: Thu,  6 Mar 2025 20:51:31 -0800
* gnu/packages/image.scm (libpng-apng): Update to 1.6.46.

Change-Id: Ib20d09c8937278311fd5cc31f8d8c3245d40692b
---
 gnu/packages/image.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 7fcd073cd2..5ba5648ca8 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -232,7 +232,7 @@ (define-public libpng-apng
   ;; The APNG patch is maintained separately and may lag behind upstream libpng.
   (package
     (name "libpng-apng")
-    (version "1.6.39")
+    (version "1.6.46")
     (source
      (origin
        (method url-fetch)
@@ -245,7 +245,7 @@ (define-public libpng-apng
                    "ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
                    "/libpng16/libpng-" version ".tar.xz")))
        (sha256
-        (base32 "0dv90dxvmqpk7mbywyjbz8lh08cv4b0ksqp1y62mzvmlf379cihz"))))
+        (base32 "1cbwf20zlm4gcv8rpjivkngrjgl5366w21lr9qmbk2lr0dq8papk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)
@@ -277,7 +277,7 @@ (define (apply-patch file)
                                   version "/libpng-" version "-apng.patch.gz"))
                   (sha256
                    (base32
-                    "1z8cx011a2c7vagwgi92rbmky1wi8awmrdldqh9f5k80pbmbdi2a"))))))
+                    "00ykl1bzb79xsjwrq7dl0yz9dz5g3zwj0lry5zam3vs6s3gw5gi9"))))))
     (native-inputs
      (list libtool))
     ;; libpng.la says "-lz", so propagate it.
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76798; Package guix-patches. (Fri, 07 Mar 2025 04:52:02 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: 76798 <at> debbugs.gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH core-packages-team 1/2] gnu: libpng: Update to 1.6.46.
Date: Thu,  6 Mar 2025 20:51:30 -0800
* gnu/packages/image.scm (libpng): Update to 1.6.46.

Change-Id: Icb1b91a658b613f633f2c96ea2307bd41fa0241c
---
 gnu/packages/image.scm | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index efae0544dd..7fcd073cd2 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -200,20 +200,20 @@ (define-public iqa
 (define-public libpng
   (package
    (name "libpng")
-   (version "1.6.39")  ; Remember to also update libpng-apng if possible!
-   (source (origin
-            (method url-fetch)
-            (uri (list (string-append "mirror://sourceforge/libpng/libpng16/"
-                                      version "/libpng-" version ".tar.xz")
-                       (string-append
-                        "ftp://ftp.simplesystems.org/pub/libpng/png/src"
-                        "/libpng16/libpng-" version ".tar.xz")
-                       (string-append
-                        "ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
-                        "/libpng16/libpng-" version ".tar.xz")))
-            (sha256
-             (base32
-              "0dv90dxvmqpk7mbywyjbz8lh08cv4b0ksqp1y62mzvmlf379cihz"))))
+   (version "1.6.46")  ; Remember to also update libpng-apng if possible!
+   (source
+    (origin
+       (method url-fetch)
+       (uri (list (string-append "mirror://sourceforge/libpng/libpng16/"
+                                 version "/libpng-" version ".tar.xz")
+                  (string-append
+                   "ftp://ftp.simplesystems.org/pub/libpng/png/src"
+                   "/libpng16/libpng-" version ".tar.xz")
+                  (string-append
+                   "ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
+                   "/libpng16/libpng-" version ".tar.xz")))
+       (sha256
+        (base32 "1cbwf20zlm4gcv8rpjivkngrjgl5366w21lr9qmbk2lr0dq8papk"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags '("--disable-static")))
-- 
2.48.1





This bug report was last modified 39 days ago.

Previous Next


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