diff options
author | adam <adam> | 2012-05-25 08:01:33 +0000 |
---|---|---|
committer | adam <adam> | 2012-05-25 08:01:33 +0000 |
commit | 864472db4fa7e4cef8936cd4d99a23b9977d2468 (patch) | |
tree | 52103e91657d7272f1ec1240b54f56b04d40b525 /graphics/pngcrush | |
parent | bba56d34b77d9e54e0d1ee1b6ea09d26d9936027 (diff) | |
download | pkgsrc-864472db4fa7e4cef8936cd4d99a23b9977d2468.tar.gz |
Changes 1.7.28:
* Write proper copyright year for zlib, depending upon ZLIB_VERNUM
Changes 1.7.27:
* Increased row_buf malloc to row_bytes+64 instead of row_bytes+16, to
match the size of big_row_buf in pngrutil.c (it is 48 in libpng14, 15, 16,
and 64 in libpng10, 12. Otherwise there is a double-free crash when the
row_buf is destroyed.
Changes 1.7.26:
* Increased the text_text buffer from 2048 to 10*2048 (Ralph Giles), and
changed an incorrect test for keyword length "< 180" to "< 80". The
text_text buffer was inadvertently reduced from 20480 to 2048 in
pngcrush-1.7.9.
* Added -DZ_SOLO to CFLAGS, needed to compile zlib-1.2.6.
* Changed user limits to width and height max 500000, malloc max 2MB,
cache max 500.
* Added -nolimits option which sets the user limits to the default
unlimited values.
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r-- | graphics/pngcrush/Makefile | 6 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 4f8eed80a89..ebfb5c6771e 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.55 2012/03/07 15:29:52 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2012/05/25 08:01:33 adam Exp $ -DISTNAME= pngcrush-1.7.25-nolib +DISTNAME= pngcrush-1.7.28-nolib PKGNAME= ${DISTNAME:C/-nolib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= rh@NetBSD.org HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index f0ef6750714..06e8cf74678 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2012/02/20 17:27:24 adam Exp $ +$NetBSD: distinfo,v 1.38 2012/05/25 08:01:33 adam Exp $ -SHA1 (pngcrush-1.7.25-nolib.tar.bz2) = b899bbc68d0a54414adae1bd768b7945b64d7cfa -RMD160 (pngcrush-1.7.25-nolib.tar.bz2) = 64c1a07d57d6b0dfe34ef3a5cae91f845ebb4618 -Size (pngcrush-1.7.25-nolib.tar.bz2) = 50468 bytes +SHA1 (pngcrush-1.7.28-nolib.tar.xz) = 80647f7dd385453d6dc7a2b1fc8f28d4ca766489 +RMD160 (pngcrush-1.7.28-nolib.tar.xz) = 158f52a1d7f8f6f0aab5dec69c85780a42dbff41 +Size (pngcrush-1.7.28-nolib.tar.xz) = 49356 bytes SHA1 (patch-aa) = fc0fd239c05513469554264a7e62dd8a722ab522 |