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.30.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4a0656856cd
branches:  trunk
changeset: 364640:b4a0656856cd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 03 11:07:00 2017 +0000

description:
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.

diffstat:

 graphics/png/Makefile |   4 ++--
 graphics/png/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r afc7aa271f7d -r b4a0656856cd graphics/png/Makefile
--- a/graphics/png/Makefile     Mon Jul 03 10:00:49 2017 +0000
+++ b/graphics/png/Makefile     Mon Jul 03 11:07:00 2017 +0000
@@ -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/
diff -r afc7aa271f7d -r b4a0656856cd graphics/png/distinfo
--- a/graphics/png/distinfo     Mon Jul 03 10:00:49 2017 +0000
+++ b/graphics/png/distinfo     Mon Jul 03 11:07:00 2017 +0000
@@ -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