[21385] trunk/dports/kde/kdenetwork3/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 22 11:06:43 PST 2007


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

Log Message:
-----------
* Fixed a DoS vulnerability in ksirc. (CVE-2006-6811)
  http://www.kde.org/info/security/advisory-20070109-1.txt

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

Modified: trunk/dports/kde/kdenetwork3/Portfile
===================================================================
--- trunk/dports/kde/kdenetwork3/Portfile	2007-01-22 15:45:24 UTC (rev 21384)
+++ trunk/dports/kde/kdenetwork3/Portfile	2007-01-22 19:06:43 UTC (rev 21385)
@@ -5,6 +5,7 @@
 PortSystem 1.0
 name		kdenetwork3
 version		3.5.5
+revision	1
 set kdeadmin	kde-admindir-429
 categories	kde
 maintainers	nomaintainer at macports.org
@@ -17,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	kdenetwork-${version}
 distfiles	${distname}.tar.bz2:kde355 \
-		${kdeadmin}.tar.bz2:admin
+		${kdeadmin}.tar.bz2:admin \
+		post-3.5.5-kdenetwork-ksirc.diff:security
 depends_build	port:autoconf \
 		port:unsermake
 depends_lib	port:kdebase3 \
@@ -36,7 +39,8 @@
 # what about libgadu?
 
 checksums	${distname}.tar.bz2 md5 a6e642c070cbd50d4a817f6588bf8e46 \
-		${kdeadmin}.tar.bz2 md5 73186bf0bdabf96c9f7d559de56d3772
+		${kdeadmin}.tar.bz2 md5 73186bf0bdabf96c9f7d559de56d3772 \
+		post-3.5.5-kdenetwork-ksirc.diff md5 72897a581daa9f71bdf61238f4c3e693
 
 extract.only	${distname}.tar.bz2
 post-extract	{ system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
@@ -48,6 +52,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-kdenetwork-ksirc.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/f6249b2e/attachment.html


More information about the macports-changes mailing list