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: wiz
Date: Mon Jun 26 13:10:12 UTC 2023
Modified Files:
pkgsrc/graphics/png: Makefile distinfo hacks.mk
Log Message:
png: update to 1.6.40.
Changes from version 1.6.39 to version 1.6.40
---------------------------------------------
* Fixed the eXIf chunk multiplicity checks.
* Fixed a memory leak in pCAL processing.
* Corrected the validity report about tRNS inside png_get_valid().
* Fixed various build issues on *BSD, Mac and Windows.
* Updated the configurations and the scripts for continuous integration.
* Cleaned up the code, the build scripts, and the documentation.
To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 pkgsrc/graphics/png/Makefile
cvs rdiff -u -r1.147 -r1.148 pkgsrc/graphics/png/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/png/hacks.mk
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.202 pkgsrc/graphics/png/Makefile:1.203
--- pkgsrc/graphics/png/Makefile:1.202 Wed Dec 7 08:04:09 2022
+++ pkgsrc/graphics/png/Makefile Mon Jun 26 13:10:12 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.202 2022/12/07 08:04:09 adam Exp $
+# $NetBSD: Makefile,v 1.203 2023/06/26 13:10:12 wiz Exp $
-DISTNAME= libpng-1.6.39
+DISTNAME= libpng-1.6.40
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= https://ftp-osl.osuosl.org/pub/libpng/src/archive/xz/libpng16/
Index: pkgsrc/graphics/png/distinfo
diff -u pkgsrc/graphics/png/distinfo:1.147 pkgsrc/graphics/png/distinfo:1.148
--- pkgsrc/graphics/png/distinfo:1.147 Wed Dec 7 08:04:09 2022
+++ pkgsrc/graphics/png/distinfo Mon Jun 26 13:10:12 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.147 2022/12/07 08:04:09 adam Exp $
+$NetBSD: distinfo,v 1.148 2023/06/26 13:10:12 wiz Exp $
-BLAKE2s (libpng-1.6.39.tar.xz) = f138f0e3b7e9df4d54b196edb3fe0e4e9a6eea47a4efda4e717be92eebdd0286
-SHA512 (libpng-1.6.39.tar.xz) = ce233bb58d70b391b7dc858a132a8f9f66a9e30f5b387426317fdd5e76e8395e00ec36324e5e2caec8fda49a3f2b13fe27594a3466fdf2020ec7520e79a608c9
-Size (libpng-1.6.39.tar.xz) = 1020552 bytes
+BLAKE2s (libpng-1.6.40.tar.xz) = 90d8dd0c16d26c4d7389b5fde047f937cff32baf16fa202a7d278f8c68c30665
+SHA512 (libpng-1.6.40.tar.xz) = a2ec37c529bf80f3fee3798191d080d06e14d6a1ffecd3c1a02845cb9693b5e308a1d82598a376101f9312d989d19f1fb6735b225d4b0b9f1b73f9f8a3edb17f
+Size (libpng-1.6.40.tar.xz) = 1021332 bytes
SHA1 (patch-libpng-config.in) = 04f8d6af31114017ce9d1280e62f1768c35c289d
SHA1 (patch-pngpriv.h) = 16f80df18a2f58eec784e2d821e8bb93c3e81747
Index: pkgsrc/graphics/png/hacks.mk
diff -u pkgsrc/graphics/png/hacks.mk:1.5 pkgsrc/graphics/png/hacks.mk:1.6
--- pkgsrc/graphics/png/hacks.mk:1.5 Sat Nov 2 22:38:01 2019
+++ pkgsrc/graphics/png/hacks.mk Mon Jun 26 13:10:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.5 2019/11/02 22:38:01 rillig Exp $
+# $NetBSD: hacks.mk,v 1.6 2023/06/26 13:10:12 wiz Exp $
.if !defined(PNG_HACKS_MK)
PNG_HACKS_MK= defined
@@ -8,7 +8,7 @@ PNG_HACKS_MK= defined
### gcc-4.5.3 in NetBSD/arm 6.1 causes SEGV in some png functions.
### -O works around, and there is a report that -O2 -fno-ipa-sra is enough.
### See PR/47798 for details.
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-arm) && !empty(CC_VERSION:Mgcc-4.5.*)
+.if ${MACHINE_PLATFORM:MNetBSD-*-arm} && ${CC_VERSION:Mgcc-4.5.*}
# XXX: is there any good way to replace the default -O2 with multiple args?
#PKG_HACKS+= optimisation
#BUILDLINK_TRANSFORM+= opt:-O[2-9]*:-O2 -fno-ipa-sra
Home |
Main Index |
Thread Index |
Old Index