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:           Thu Mar 16 15:15:42 UTC 2017

Modified Files:
        pkgsrc/graphics/png: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 pkgsrc/graphics/png/Makefile
cvs rdiff -u -r1.133 -r1.134 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.189 pkgsrc/graphics/png/Makefile:1.190
--- pkgsrc/graphics/png/Makefile:1.189  Thu Jan 19 18:52:12 2017
+++ pkgsrc/graphics/png/Makefile        Thu Mar 16 15:15:42 2017
@@ -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/}

Index: pkgsrc/graphics/png/distinfo
diff -u pkgsrc/graphics/png/distinfo:1.133 pkgsrc/graphics/png/distinfo:1.134
--- pkgsrc/graphics/png/distinfo:1.133  Thu Jan  5 17:54:44 2017
+++ pkgsrc/graphics/png/distinfo        Thu Mar 16 15:15:42 2017
@@ -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