[21386] trunk/dports/kde/kdegraphics3/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 22 11:07:25 PST 2007


Revision: 21386
          http://trac.macosforge.org/projects/macports/changeset/21386
Author:   takanori at macports.org
Date:     2007-01-22 11:07:25 -0800 (Mon, 22 Jan 2007)

Log Message:
-----------
* Fixed a DoS vulnerability in kpdf/kword/xpdf. (CVE-2007-0104)
  http://www.kde.org/info/security/advisory-20070115-1.txt

Modified Paths:
--------------
    trunk/dports/kde/kdegraphics3/Portfile

Modified: trunk/dports/kde/kdegraphics3/Portfile
===================================================================
--- trunk/dports/kde/kdegraphics3/Portfile	2007-01-22 19:06:43 UTC (rev 21385)
+++ trunk/dports/kde/kdegraphics3/Portfile	2007-01-22 19:07:25 UTC (rev 21386)
@@ -5,7 +5,7 @@
 PortSystem 1.0
 name		kdegraphics3
 version		3.5.5
-revision	1
+revision	2
 set kdeadmin	kde-admindir-429
 categories	kde
 maintainers	nomaintainer at macports.org
@@ -18,13 +18,15 @@
 		http://ranger.users.finkproject.org/distfiles/:admin \
 		http://ranger.befunk.com/fink/:admin \
 		http://astrange.ithinksw.net/~astrange/ranger-fink/:admin \
-		http://www.southofheaven.net/befunk/:admin
+		http://www.southofheaven.net/befunk/:admin \
+		kde:security_patches/:security
 #		opendarwin::kde355
 #		opendarwin::admin
 use_bzip2	yes
 distname	kdegraphics-${version}
 distfiles	${distname}.tar.bz2:kde355 \
-		${kdeadmin}.tar.bz2:admin
+		${kdeadmin}.tar.bz2:admin \
+		post-3.5.5-kdegraphics-CVE-2007-0104.diff:security
 depends_build	port:autoconf \
 		port:unsermake
 depends_lib	port:fribidi \
@@ -40,7 +42,8 @@
 
 
 checksums	${distname}.tar.bz2 md5 cdbe15afc01c5da7af9557e803bbb7e6 \
-		${kdeadmin}.tar.bz2 md5 73186bf0bdabf96c9f7d559de56d3772
+		${kdeadmin}.tar.bz2 md5 73186bf0bdabf96c9f7d559de56d3772 \
+		post-3.5.5-kdegraphics-CVE-2007-0104.diff md5 a690ce46117257609c2b43485ea4d0d7
 
 extract.only	${distname}.tar.bz2
 post-extract	{ system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
@@ -52,6 +55,7 @@
 		    system "sed -e 's, at FINKPREFIX@,${prefix},g' ${filespath}/${file} | patch -p1"
 		}
 		system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' admin/*"
+		system "patch -p0 < ${distpath}/post-3.5.5-kdegraphics-CVE-2007-0104.diff"
 }
 post-patch	{
 		reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070122/292c8091/attachment.html


More information about the macports-changes mailing list