diff options
author | adam <adam> | 2013-11-15 08:35:26 +0000 |
---|---|---|
committer | adam <adam> | 2013-11-15 08:35:26 +0000 |
commit | bd38bb130777189f6b6e9f66e7e75aafedb51e7d (patch) | |
tree | 2a56c000ca581e90809631322772109a2ff337aa /graphics/pngcrush | |
parent | 155055de74c9ca609f4c84a1e9cb4383c84f79b6 (diff) | |
download | pkgsrc-bd38bb130777189f6b6e9f66e7e75aafedb51e7d.tar.gz |
Changes 1.7.69:
* Check for NULL return from malloc().
* Undefine CLOCKS_PER_SECOND "1000" found in some version of MinGW.
* Replaced most "atoi(argv[++i])" with "pngcrush_get_long" which does
"BUMP_I; strtol(argv[i],ptr,10)" and added pngcrush_check_long macro
to detect malformed or missing parameters (debian bug 716149).
* Added global_things_have_changed=1 when reading -bkgd.
* The "-bit_depth N" option did not work reliably and has been removed.
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r-- | graphics/pngcrush/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index e1719650334..0d77237b03b 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2013/09/01 07:34:35 adam Exp $ +# $NetBSD: Makefile,v 1.77 2013/11/15 08:35:26 adam Exp $ -DISTNAME= pngcrush-1.7.67-nolib +DISTNAME= pngcrush-1.7.69-nolib PKGNAME= ${DISTNAME:C/-nolib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index bc7ae258a73..8850e3d22ff 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.56 2013/09/01 07:34:35 adam Exp $ +$NetBSD: distinfo,v 1.57 2013/11/15 08:35:26 adam Exp $ -SHA1 (pngcrush-1.7.67-nolib.tar.xz) = 611e93e2f05130a147b225a863224fbd25052937 -RMD160 (pngcrush-1.7.67-nolib.tar.xz) = 8bbc78bc7891fe88e4d0041dae5ee4c92937a403 -Size (pngcrush-1.7.67-nolib.tar.xz) = 57908 bytes +SHA1 (pngcrush-1.7.69-nolib.tar.xz) = 0b316ba3602f09eeec84aff703e7a267670b4119 +RMD160 (pngcrush-1.7.69-nolib.tar.xz) = 0615a1bef05afda4ba2843110119ace2c6ef84c5 +Size (pngcrush-1.7.69-nolib.tar.xz) = 58420 bytes SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e |