pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/png
Module Name: pkgsrc
Committed By: adam
Date: Sun May 4 13:05:36 UTC 2025
Modified Files:
pkgsrc/graphics/png: Makefile distinfo
Log Message:
png: updated to 1.6.48
Version 1.6.48 [April 30, 2025]
Fixed the floating-point version of the mDCv setter `png_set_mDCv`.
(Reported by Mohit Bakshi; fixed by John Bowler)
Added #error directives to discourage the inclusion of private
libpng implementation header files in PNG-supporting applications.
Added the CMake build option `PNG_LIBCONF_HEADER`, to be used as an
alternative to `DFA_XTRA`.
Removed the Travis CI configuration files, with heartfelt thanks for
their generous support of our project over the past five years!
To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 pkgsrc/graphics/png/Makefile
cvs rdiff -u -r1.154 -r1.155 pkgsrc/graphics/png/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/png/Makefile
diff -u pkgsrc/graphics/png/Makefile:1.210 pkgsrc/graphics/png/Makefile:1.211
--- pkgsrc/graphics/png/Makefile:1.210 Mon Apr 7 15:27:27 2025
+++ pkgsrc/graphics/png/Makefile Sun May 4 13:05:36 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.210 2025/04/07 15:27:27 nia Exp $
+# $NetBSD: Makefile,v 1.211 2025/05/04 13:05:36 adam Exp $
-DISTNAME= libpng-1.6.47
+DISTNAME= libpng-1.6.48
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=libpng/}
Index: pkgsrc/graphics/png/distinfo
diff -u pkgsrc/graphics/png/distinfo:1.154 pkgsrc/graphics/png/distinfo:1.155
--- pkgsrc/graphics/png/distinfo:1.154 Wed Feb 19 00:04:02 2025
+++ pkgsrc/graphics/png/distinfo Sun May 4 13:05:36 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.154 2025/02/19 00:04:02 wiz Exp $
+$NetBSD: distinfo,v 1.155 2025/05/04 13:05:36 adam Exp $
-BLAKE2s (libpng-1.6.47.tar.xz) = 8479ae48f90a933ff2fd2837b1f6c2eb3a9f08ccafc86b1beb3943b9617aa745
-SHA512 (libpng-1.6.47.tar.xz) = 932578dedd7916e2c502d8d11eef845e15733e84062510ba246b027d5467efe786725ff3dd22b9a33ff6a052c8dab3da3b45cb737a00caed43b6598c2bd8122b
-Size (libpng-1.6.47.tar.xz) = 1054664 bytes
+BLAKE2s (libpng-1.6.48.tar.xz) = 60f72713d7b4169842b358d535b4d2f6487cef9be2ab194b529531ab2b8bd437
+SHA512 (libpng-1.6.48.tar.xz) = aae6cdd7d55d78aea820165493e31ea7c0de8b2272b709d334dfe7bac96e24099330f0e9049062fde34b6ea926af50987c390dab1b91bdfe3586b2ee4aed8b33
+Size (libpng-1.6.48.tar.xz) = 1054968 bytes
SHA1 (patch-libpng-config.in) = 04f8d6af31114017ce9d1280e62f1768c35c289d
SHA1 (patch-pngpriv.h) = 16f80df18a2f58eec784e2d821e8bb93c3e81747
Home |
Main Index |
Thread Index |
Old Index