svn commit: r459846 - head/graphics/gifsicle

Kurt Jaeger pi at FreeBSD.org
Wed Jan 24 17:25:15 UTC 2018


Author: pi
Date: Wed Jan 24 17:25:14 2018
New Revision: 459846
URL: https://svnweb.freebsd.org/changeset/ports/459846

Log:
  graphics/gifsicle: update 1.90 -> 1.91
  
  - Several security bug fixes with malicious GIFs
  - X11 is no longer default to reduce port dependencies
    It only adds a gifview binary that does not really look central
    to the application
  
  Reported by:	Greg Kennedy <kennedy.greg at gmail.com>

Modified:
  head/graphics/gifsicle/Makefile
  head/graphics/gifsicle/distinfo

Modified: head/graphics/gifsicle/Makefile
==============================================================================
--- head/graphics/gifsicle/Makefile	Wed Jan 24 16:09:58 2018	(r459845)
+++ head/graphics/gifsicle/Makefile	Wed Jan 24 17:25:14 2018	(r459846)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gifsicle
-PORTVERSION=	1.90
+PORTVERSION=	1.91
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.lcdf.org/gifsicle/
 
@@ -19,7 +19,7 @@ PLIST_FILES=	bin/gifdiff bin/gifsicle \
 		man/man1/gifdiff.1.gz man/man1/gifsicle.1.gz
 
 OPTIONS_DEFINE=		DOCS X11
-OPTIONS_DEFAULT=	X11
+OPTIONS_DEFAULT=
 
 X11_USE=		xorg=x11
 X11_CONFIGURE_ENABLE=	gifview

Modified: head/graphics/gifsicle/distinfo
==============================================================================
--- head/graphics/gifsicle/distinfo	Wed Jan 24 16:09:58 2018	(r459845)
+++ head/graphics/gifsicle/distinfo	Wed Jan 24 17:25:14 2018	(r459846)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509803751
-SHA256 (gifsicle-1.90.tar.gz) = 2d73b096752d58fa604cea559199aa6f55b45a3ec833898f94ff7997d22b834d
-SIZE (gifsicle-1.90.tar.gz) = 571910
+TIMESTAMP = 1516814387
+SHA256 (gifsicle-1.91.tar.gz) = 0a4ee602aa244cdcdd86a250a6b39c94d8343cf526b8fae862d8a0efc337a800
+SIZE (gifsicle-1.91.tar.gz) = 571588


More information about the svn-ports-all mailing list