Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2006 14:12:51 +0200 (CEST)
From:      Henrik Brix Andersen <henrik@brixandersen.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gnome@FreeBSD.org
Subject:   ports/102503: [patch] Update graphics/gimp to 2.2.13 
Message-ID:  <20060825121251.A1A362E04B@fangorn.brixandersen.dk>
Resent-Message-ID: <200608251220.k7PCKSR8092609@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102503
>Category:       ports
>Synopsis:       [patch] Update graphics/gimp to 2.2.13
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 25 12:20:27 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Brix Andersen
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD fangorn.brixandersen.dk 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu Aug 24 19:10:03 CEST 2006 root@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 ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060825121251.A1A362E04B>