rpms/gimp/devel gimp.spec,1.129,1.130

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Wed Jun 27 15:03:17 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/gimp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23860

Modified Files:
	gimp.spec 
Log Message:
refuse to open PSD files with insanely large dimensions (#244402, fix by Sven Neumann)



Index: gimp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gimp/devel/gimp.spec,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- gimp.spec	19 Jun 2007 15:19:58 -0000	1.129
+++ gimp.spec	27 Jun 2007 15:02:41 -0000	1.130
@@ -43,7 +43,7 @@
 %define age 0
 %define minorver 200
 %define microver %(ver=%{version}; echo ${ver##*.*.})
-Release:    2%{?dist}
+Release:    3%{?dist}
 Epoch:		2
 License: 	GPL, LGPL
 Group: 		Applications/Multimedia
@@ -107,6 +107,7 @@
 Patch4:		gimp-2.2.4-gifload.patch
 Patch5:     gimp-2.2.11-htmlview.patch
 Patch6:     gimp-2.2.11-gimptool.patch
+Patch7:     gimp-2.2.15-psd-invalid-dimensions.patch
 
 %description
 GIMP (GNU Image Manipulation Program) is a powerful image composition and
@@ -161,6 +162,7 @@
 %patch4 -p1 -b .gifload
 %patch5 -p1 -b .htmlview
 %patch6 -p1 -b .gimptool
+%patch7 -p1 -b .psd-invalid-dimensions
 
 %build
 libtoolize --copy --force
@@ -424,6 +426,10 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Jun 27 2007 Nils Philippsen <nphilipp at redhat.com> - 2:2.2.15-3
+- refuse to open PSD files with insanely large dimensions (#244402, fix by Sven
+  Neumann)
+
 * Wed Jun 13 2007 Nils Philippsen <nphilipp at redhat.com> - 2:2.2.15-2
 - require gutenprint-plugin or gimp-print-plugin (#243593)
 




More information about the fedora-extras-commits mailing list