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: adam
Date: Thu Aug 2 15:01:12 UTC 2018
Modified Files:
pkgsrc/graphics/png: Makefile distinfo
Log Message:
png: updated to 1.6.35
Version 1.6.35:
* Replaced the remaining uses of png_size_t with size_t (Cosmin)
* Fixed the calculation of row_factor in png_check_chunk_length
* Added missing parentheses to a macro definition
To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 pkgsrc/graphics/png/Makefile
cvs rdiff -u -r1.139 -r1.140 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.195 pkgsrc/graphics/png/Makefile:1.196
--- pkgsrc/graphics/png/Makefile:1.195 Mon Oct 2 09:24:30 2017
+++ pkgsrc/graphics/png/Makefile Thu Aug 2 15:01:12 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.195 2017/10/02 09:24:30 wiz Exp $
+# $NetBSD: Makefile,v 1.196 2018/08/02 15:01:12 adam Exp $
-DISTNAME= libpng-1.6.34
+DISTNAME= libpng-1.6.35
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= https://ftp-osl.osuosl.org/pub/libpng/src/archive/xz/libpng16/
@@ -13,16 +13,16 @@ HOMEPAGE= http://www.libpng.org/pub/png/
COMMENT= Library for manipulating PNG images
LICENSE= zlib
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
# do not create libpng.la
CONFIGURE_ARGS+= --disable-unversioned-links
# but do install png.h outside include/libpng$VERSION for now
# until pkgsrc is fixed to use libpng-config or the pc file everywhere
-INSTALL_TARGET= install install-header-links
+INSTALL_TARGET= install install-header-links
PKGCONFIG_OVERRIDE= scripts/libpng.pc.in libpng.pc.in
-TEST_TARGET= check
-USE_LIBTOOL= yes
+TEST_TARGET= check
CPPFLAGS+= -DPNG_USER_CHUNK_CACHE_MAX=128 -DPNG_USER_CHUNK_MALLOC_MAX=8000000
Index: pkgsrc/graphics/png/distinfo
diff -u pkgsrc/graphics/png/distinfo:1.139 pkgsrc/graphics/png/distinfo:1.140
--- pkgsrc/graphics/png/distinfo:1.139 Mon Oct 2 09:24:30 2017
+++ pkgsrc/graphics/png/distinfo Thu Aug 2 15:01:12 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.139 2017/10/02 09:24:30 wiz Exp $
+$NetBSD: distinfo,v 1.140 2018/08/02 15:01:12 adam Exp $
-SHA1 (libpng-1.6.34.tar.xz) = 45de4ec996ffcc3e18037e7c128abe95f4d0292a
-RMD160 (libpng-1.6.34.tar.xz) = cc14798ac8ab2a69f2ca6153c3b52452a972b9ae
-SHA512 (libpng-1.6.34.tar.xz) = 89407c5abc1623faaa3992fc1e4a62def671d9a7401108dfceee895d5f16fe7030090bea89b34a36d377d8e6a5d40046886991f663ce075d1a2d31bf9eaf3c51
-Size (libpng-1.6.34.tar.xz) = 997968 bytes
+SHA1 (libpng-1.6.35.tar.xz) = 0df1561aa1da610e892239348970d574b14deed0
+RMD160 (libpng-1.6.35.tar.xz) = 98bf278474dcf200eb80596d54cd26fa900cdb2a
+SHA512 (libpng-1.6.35.tar.xz) = b69152bc7869e98536effa8e45e2dac7bffee26aa9e31fc90b37506a702256919bcf4dd9cadc42fa4e45143bc023ffd7c637742367e58707e8c2226b3a09eee0
+Size (libpng-1.6.35.tar.xz) = 1014320 bytes
SHA1 (patch-pngpriv.h) = 3da29edb5d89ab26b9787a71b87c3fd8f451ea39
Home |
Main Index |
Thread Index |
Old Index