[patch] Update graphics/gimp to 2.2.13
Henrik Brix Andersen
henrik at brixandersen.dk
Fri Aug 25 12:13:10 UTC 2006
>Submitter-Id: current-users
>Originator: Henrik Brix Andersen
>Organization: pil.dk
>Confidential: no
>Synopsis: [patch] Update graphics/gimp to 2.2.13
>Severity: serious
>Priority: medium
>Category: ports
>Class: update
>Release: FreeBSD 6.1-STABLE i386
>Environment:
System: FreeBSD fangorn.brixandersen.dk 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu Aug 24 19:10:03 CEST 2006 root at fangorn.brixandersen.dk:/usr/obj/usr/src/sys/GENERIC i386
>Description:
GIMP v2.2.12 fixes a potential security hole in the XCF parser, but
yet FreeBSD ports only contains v2.2.11. The patch below updates the
port to v2.2.13 and changes the deprecated $INSTALLS_SHLIB to
$USE_LDCONFIG.
>How-To-Repeat:
See http://bugzilla.gnome.org/346742 for more information about the
potential security hole in the XCF parser.
>Fix:
Proposed patch:
--- gimp-2.2.13.diff begins here ---
diff -ur /usr/ports/graphics/gimp/Makefile gimp/Makefile
--- /usr/ports/graphics/gimp/Makefile Mon Jun 26 12:39:06 2006
+++ gimp/Makefile Fri Aug 25 13:04:11 2006
@@ -6,7 +6,7 @@
#
PORTNAME= gimp
-PORTVERSION= 2.2.11
+PORTVERSION= 2.2.13
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -41,7 +41,7 @@
USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2
WANT_GNOME= yes
USE_GETTEXT= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
PLIST_SUB= SHLIBVER="${SHLIBVER}"
CONFIGURE_ARGS= --disable-perl \
--with-html-dir=${DOCSDIR} \
diff -ur /usr/ports/graphics/gimp/distinfo gimp/distinfo
--- /usr/ports/graphics/gimp/distinfo Fri Apr 14 17:15:44 2006
+++ gimp/distinfo Fri Aug 25 12:20:56 2006
@@ -1,3 +1,3 @@
-MD5 (gimp-2.2.11.tar.bz2) = 0403e9b4e0415c99cd27b137b9839212
-SHA256 (gimp-2.2.11.tar.bz2) = 169441ac8dd59d0dda52e4a93622e9824e74bf79b56aab6908c74ffd0418a2d4
-SIZE (gimp-2.2.11.tar.bz2) = 12854751
+MD5 (gimp-2.2.13.tar.bz2) = d84a4a476a0c4fae24602db67f6fe49a
+SHA256 (gimp-2.2.13.tar.bz2) = d0273a3133461f5531bfa17ee24419abfe1f21121b03ef99195a2371a79b2ed7
+SIZE (gimp-2.2.13.tar.bz2) = 12930670
--- gimp-2.2.13.diff ends here ---
More information about the freebsd-gnome
mailing list