pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/pngcrush Changes 1.7.69:
details: https://anonhg.NetBSD.org/pkgsrc/rev/127f1f65978d
branches: trunk
changeset: 626557:127f1f65978d
user: adam <adam%pkgsrc.org@localhost>
date: Fri Nov 15 08:35:26 2013 +0000
description:
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:
graphics/pngcrush/Makefile | 4 ++--
graphics/pngcrush/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 19ad7cd30cbf -r 127f1f65978d graphics/pngcrush/Makefile
--- a/graphics/pngcrush/Makefile Fri Nov 15 07:42:08 2013 +0000
+++ b/graphics/pngcrush/Makefile Fri Nov 15 08:35:26 2013 +0000
@@ -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 -r 19ad7cd30cbf -r 127f1f65978d graphics/pngcrush/distinfo
--- a/graphics/pngcrush/distinfo Fri Nov 15 07:42:08 2013 +0000
+++ b/graphics/pngcrush/distinfo Fri Nov 15 08:35:26 2013 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index