pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gifsicle
Module Name: pkgsrc
Committed By: schmonz
Date: Thu Nov 15 22:06:42 UTC 2018
Modified Files:
pkgsrc/graphics/gifsicle: Makefile distinfo
Log Message:
Update to 1.91. From the changelog:
* Several security bug fixes with malicious GIFs.
* Kill a use-after-free error reported by @junxzm1990.
* Add SIMD support for resizing. When enabled this improves resize
performance enormously for complex resize methods.
* Add thread support for resizing. `-j[NTHREADS]` tells gifsicle to use
up to NTHREADS threads to resize an input image. There are several
caveats---multiple threads can be only used on unoptimized images.
Thanks to Github user @wilkesybear.
* Quashed several crashes and undefined behaviors. Thanks to Github users
including @pornel, @strazzere, and @b0b0505.
* Minor bug fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/gifsicle/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/gifsicle/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/gifsicle/Makefile
diff -u pkgsrc/graphics/gifsicle/Makefile:1.18 pkgsrc/graphics/gifsicle/Makefile:1.19
--- pkgsrc/graphics/gifsicle/Makefile:1.18 Wed Apr 5 16:07:17 2017
+++ pkgsrc/graphics/gifsicle/Makefile Thu Nov 15 22:06:42 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2017/04/05 16:07:17 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2018/11/15 22:06:42 schmonz Exp $
-DISTNAME= gifsicle-1.88
+DISTNAME= gifsicle-1.91
CATEGORIES= graphics
-MASTER_SITES= http://www.lcdf.org/~eddietwo/gifsicle/
+MASTER_SITES= ${HOMEPAGE}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.lcdf.org/~eddietwo/gifsicle/
Index: pkgsrc/graphics/gifsicle/distinfo
diff -u pkgsrc/graphics/gifsicle/distinfo:1.9 pkgsrc/graphics/gifsicle/distinfo:1.10
--- pkgsrc/graphics/gifsicle/distinfo:1.9 Wed Apr 5 16:07:17 2017
+++ pkgsrc/graphics/gifsicle/distinfo Thu Nov 15 22:06:42 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/04/05 16:07:17 wiz Exp $
+$NetBSD: distinfo,v 1.10 2018/11/15 22:06:42 schmonz Exp $
-SHA1 (gifsicle-1.88.tar.gz) = 04c3103368cbe3d7bc8e00ec7ffe9c56b487f9de
-RMD160 (gifsicle-1.88.tar.gz) = 264c9f148bad0b7b3b39aef6a96c3af7a49b5b79
-SHA512 (gifsicle-1.88.tar.gz) = 4a54557d2a9acb4601151f7a266156ebd317bddb1255d84df042a62be0f57bd75ad8585794bd82081701977c84781696bb06565a3aa1709e0ef04ab89fb2df91
-Size (gifsicle-1.88.tar.gz) = 564670 bytes
+SHA1 (gifsicle-1.91.tar.gz) = 3436caa159789334423f224426926259cae4c216
+RMD160 (gifsicle-1.91.tar.gz) = 5266f30d132b5781a29e47be1ced552eae8b0fd2
+SHA512 (gifsicle-1.91.tar.gz) = 49b89e6f99bffd0dd732c920b936c2430a2f4f595d46e41654e5f39f180acaf9b0a4aec6cf52597c470d7c60265f16b730f6ce82e08701a2054fc3d08754c6da
+Size (gifsicle-1.91.tar.gz) = 571588 bytes
Home |
Main Index |
Thread Index |
Old Index