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:           Fri Sep 13 07:44:41 UTC 2024

Modified Files:
        pkgsrc/graphics/png: Makefile distinfo

Log Message:
png: update to 1.6.44.

Changes from version 1.6.43 to version 1.6.44
---------------------------------------------

 * Hardened calculations in chroma handling to prevent overflows, and
   relaxed a constraint in cHRM validation to accomodate the standard
   ACES AP1 set of color primaries.
   (Contributed by John Bowler)
 * Removed the ASM implementation of ARM Neon optimizations and updated
   the build accordingly. Only the remaining C implementation shall be
   used from now on, thus ensuring the support of the PAC/BTI security
   features on ARM64.
   (Contributed by Ross Burton and John Bowler)
 * Fixed the pickup of the PNG_HARDWARE_OPTIMIZATIONS option in the
   CMake build on FreeBSD/amd64. This is an important performance fix
   on this platform.
 * Applied various fixes and improvements to the CMake build.
   (Contributed by Eric Riff, Benjamin Buch and Erik Scholz)
 * Added fuzzing targets for the simplified read API.
   (Contributed by Mikhail Khachayants)
 * Fixed a build error involving pngtest.c under a custom config.
   This was a regression introduced in a code cleanup in libpng-1.6.43.
   (Contributed by Ben Wagner)
 * Fixed and improved the config files for AppVeyor CI and Travis CI.


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 pkgsrc/graphics/png/Makefile
cvs rdiff -u -r1.151 -r1.152 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.206 pkgsrc/graphics/png/Makefile:1.207
--- pkgsrc/graphics/png/Makefile:1.206  Sat Feb 24 09:39:59 2024
+++ pkgsrc/graphics/png/Makefile        Fri Sep 13 07:44:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.206 2024/02/24 09:39:59 wiz Exp $
+# $NetBSD: Makefile,v 1.207 2024/09/13 07:44:41 wiz Exp $
 
-DISTNAME=      libpng-1.6.43
+DISTNAME=      libpng-1.6.44
 PKGNAME=       ${DISTNAME:S/lib//}
 CATEGORIES=    graphics
 MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=libpng/}

Index: pkgsrc/graphics/png/distinfo
diff -u pkgsrc/graphics/png/distinfo:1.151 pkgsrc/graphics/png/distinfo:1.152
--- pkgsrc/graphics/png/distinfo:1.151  Sat Feb 24 09:39:59 2024
+++ pkgsrc/graphics/png/distinfo        Fri Sep 13 07:44:41 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.151 2024/02/24 09:39:59 wiz Exp $
+$NetBSD: distinfo,v 1.152 2024/09/13 07:44:41 wiz Exp $
 
-BLAKE2s (libpng-1.6.43.tar.xz) = 6db8ab57c8db4576b6adab3c33e48a003dff026c435d498cdc25b83fa4f3f05a
-SHA512 (libpng-1.6.43.tar.xz) = c95d661fed548708ce7de5d80621a432272bdfe991f0d4db3695036e5fafb8a717b4e4314991bdd3227d7aa07f8c6afb6037c57fa0fe3349334a0b6c58268487
-Size (libpng-1.6.43.tar.xz) = 1044076 bytes
+BLAKE2s (libpng-1.6.44.tar.xz) = d5c3c48463651eefe89c6f0e4590c4eb9fbb0803b36aeb7f82cb20060dd2cb9d
+SHA512 (libpng-1.6.44.tar.xz) = bbd3e5e68d8b6fe3d85e59ca0babe8b522c19cac4b6ce0fcf21516cda7120b642be611eb1eaa565b7eabbacd22606593619aabd227b43a36f1efc707e7e11851
+Size (libpng-1.6.44.tar.xz) = 1045640 bytes
 SHA1 (patch-libpng-config.in) = 04f8d6af31114017ce9d1280e62f1768c35c289d
 SHA1 (patch-pngpriv.h) = 16f80df18a2f58eec784e2d821e8bb93c3e81747



Home | Main Index | Thread Index | Old Index