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 Jul 3 11:07:00 UTC 2017
Modified Files:
pkgsrc/graphics/png: Makefile distinfo
Log Message:
Updated png to 1.6.30.
Changes since the last public release (1.6.29):
Added missing "$(CPPFLAGS)" to the compile line for c.pic.o in
makefile.linux and makefile.solaris-x86 (Cosmin).
Revised documentation of png_get_error_ptr() in the libpng manual.
Silence clang -Wcomma and const drop warnings (Viktor Szakats).
Update Sourceforge URLs in documentation (https instead of http).
Document need to check for integer overflow when allocating a pixel
buffer for multiple rows in contrib/gregbook, contrib/pngminus,
example.c, and in the manual (suggested by Jaeseung Choi). This
is similar to the bug reported against pngquant in CVE-2016-5735.
Removed reference to the obsolete PNG_SAFE_LIMITS macro in the documentation.
Check for integer overflow in contrib/visupng and contrib/tools/genpng.
Do not double evaluate CMAKE_SYSTEM_PROCESSOR in CMakeLists.txt.
Test CMAKE_HOST_WIN32 instead of WIN32 in CMakeLists.txt.
Fix some URL in documentation.
Avoid writing an empty IDAT when the last IDAT exactly fills the
compression buffer (bug report by Brian Baird). This bug was
introduced in libpng-1.6.0.
Update copyright year in pnglibconf.h, make ltmain.sh executable.
Add a reference to the libpng.download site in README.
To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 pkgsrc/graphics/png/Makefile
cvs rdiff -u -r1.134 -r1.135 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.191 pkgsrc/graphics/png/Makefile:1.192
--- pkgsrc/graphics/png/Makefile:1.191 Mon Apr 24 07:18:59 2017
+++ pkgsrc/graphics/png/Makefile Mon Jul 3 11:07:00 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.191 2017/04/24 07:18:59 wiz Exp $
+# $NetBSD: Makefile,v 1.192 2017/07/03 11:07:00 wiz Exp $
-DISTNAME= libpng-1.6.29
+DISTNAME= libpng-1.6.30
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.134 pkgsrc/graphics/png/distinfo:1.135
--- pkgsrc/graphics/png/distinfo:1.134 Thu Mar 16 15:15:42 2017
+++ pkgsrc/graphics/png/distinfo Mon Jul 3 11:07:00 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.134 2017/03/16 15:15:42 wiz Exp $
+$NetBSD: distinfo,v 1.135 2017/07/03 11:07:00 wiz Exp $
-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
+SHA1 (libpng-1.6.30.tar.xz) = b6f8ac4d83116a87d8e10e15ec360dab8a898f5c
+RMD160 (libpng-1.6.30.tar.xz) = 581e0d22c4ec839d05d895646dfeb45f214f6722
+SHA512 (libpng-1.6.30.tar.xz) = 8c58f0f8523d7c7e8e641134c9a0e7fb6b60cddd6b4689afaafde0c99cff74652c6fb800a45149910aa2d8f06695ba4774f6a4d64810f2419a714d4188d72f82
+Size (libpng-1.6.30.tar.xz) = 988608 bytes
Home |
Main Index |
Thread Index |
Old Index