Skip to content

Commit

Permalink
graphics/gifsicle: update 1.90 -> 1.91
Browse files Browse the repository at this point in the history
- 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@gmail.com>
  • Loading branch information
opsec committed Jan 24, 2018
1 parent 5504457 commit 8e0d15e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions graphics/gifsicle/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= gifsicle
PORTVERSION= 1.90
PORTVERSION= 1.91
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/gifsicle/

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions graphics/gifsicle/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8e0d15e

Please sign in to comment.