pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gifsicle Update to 1.91. From the changelog:
details: https://anonhg.NetBSD.org/pkgsrc/rev/daf8fbf8e229
branches: trunk
changeset: 325362:daf8fbf8e229
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Thu Nov 15 22:06:42 2018 +0000
description:
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.
diffstat:
graphics/gifsicle/Makefile | 6 +++---
graphics/gifsicle/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (30 lines):
diff -r b2c9227efdef -r daf8fbf8e229 graphics/gifsicle/Makefile
--- a/graphics/gifsicle/Makefile Thu Nov 15 14:27:05 2018 +0000
+++ b/graphics/gifsicle/Makefile Thu Nov 15 22:06:42 2018 +0000
@@ -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/
diff -r b2c9227efdef -r daf8fbf8e229 graphics/gifsicle/distinfo
--- a/graphics/gifsicle/distinfo Thu Nov 15 14:27:05 2018 +0000
+++ b/graphics/gifsicle/distinfo Thu Nov 15 22:06:42 2018 +0000
@@ -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