pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/png Updated png to 1.6.29.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2218198c79ab
branches: trunk
changeset: 359710:2218198c79ab
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Mar 16 15:15:42 2017 +0000
description:
Updated png to 1.6.29.
Version 1.6.29beta01 [January 12, 2017]
Readded "include(GNUInstallDirs)" to CMakeLists.txt (Gianfranco Costamagna).
Moved SSE2 optimization code into the main libpng source directory.
Configure libpng with "configure --enable-intel-sse" or compile
libpng with "-DPNG_INTEL_SSE" in CPPFLAGS to enable it.
Simplified conditional compilation in pngvalid.c, for AIX (Michael Felt).
Version 1.6.29beta02 [February 22, 2017]
Avoid conditional directives that break statements in pngrutil.c (Romero
Malaquias)
The contrib/examples/pngtopng.c recovery code was in the wrong "if"
branches; the comments were correct.
Added code for PowerPC VSX optimisation (Vadim Barkov).
Version 1.6.29beta03 [March 1, 2017]
Avoid potential overflow of shift operations in png_do_expand() (Aaron Boxer).
Change test ZLIB_VERNUM >= 0x1281 to ZLIB_VERNUM >= 0x1290 in pngrutil.c
because Solaris 11 distributes zlib-1.2.8.f that is older than 1.2.8.1.
Suppress clang warnings about implicit sign changes in png.c
Version 1.6.29 [March 16, 2017]
No changes.
diffstat:
graphics/png/Makefile | 4 ++--
graphics/png/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r f388a77f4cf8 -r 2218198c79ab graphics/png/Makefile
--- a/graphics/png/Makefile Thu Mar 16 15:08:45 2017 +0000
+++ b/graphics/png/Makefile Thu Mar 16 15:15:42 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.189 2017/01/19 18:52:12 agc Exp $
+# $NetBSD: Makefile,v 1.190 2017/03/16 15:15:42 wiz Exp $
-DISTNAME= libpng-1.6.28
+DISTNAME= libpng-1.6.29
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/}
diff -r f388a77f4cf8 -r 2218198c79ab graphics/png/distinfo
--- a/graphics/png/distinfo Thu Mar 16 15:08:45 2017 +0000
+++ b/graphics/png/distinfo Thu Mar 16 15:15:42 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.133 2017/01/05 17:54:44 wiz Exp $
+$NetBSD: distinfo,v 1.134 2017/03/16 15:15:42 wiz Exp $
-SHA1 (libpng-1.6.28.tar.xz) = ff4dceadb15e2c929ad26283118d56f66f4a6cff
-RMD160 (libpng-1.6.28.tar.xz) = 528cd3c24d24e5a8e29edac19e4050d29ac4fa3b
-SHA512 (libpng-1.6.28.tar.xz) = 3541139062a1c6cded7abe378ae73519835ec68561006ba33b3fe34f65676e4f91f2561b11d890ac20255dbf2e691e0b3d4fbf11db77b47b67979ba45b8af655
-Size (libpng-1.6.28.tar.xz) = 984536 bytes
+SHA1 (libpng-1.6.29.tar.xz) = 7dbe6a5088b938545fc0857c507d4e0cf5d9023e
+RMD160 (libpng-1.6.29.tar.xz) = 820a7ad1f2f05e183aa0544de836cd630e03cd64
+SHA512 (libpng-1.6.29.tar.xz) = 070393423ec11f19e3264a0200959ae09238aa005615571586987253028b4ffb7e6b7c734a132f65180252b0259f79add03896d79fdc7dcfd8773b82c82a5ffc
+Size (libpng-1.6.29.tar.xz) = 987652 bytes
Home |
Main Index |
Thread Index |
Old Index