ports/opt (master): fetchmail: security fix for CVE-2007-4565
commit 04a53c23f68ce8aca5ada72edcf6a06657c2933b
Author: Juergen Daubert <jue@jue.li>
Date: Thu Sep 6 10:09:25 2007 +0200
[notify] fetchmail: security fix for CVE-2007-4565
http://securitytracker.com/alerts/2007/Aug/1018627.html
diff --git a/fetchmail/.md5sum b/fetchmail/.md5sum
index 454b49a..9935c36 100644
--- a/fetchmail/.md5sum
+++ b/fetchmail/.md5sum
@@ -1 +1,2 @@
66b97500b0a1e3c0916b3b5314f597f5 fetchmail-6.3.8.tar.bz2
+e266c2e4f91f4a028481c87c7b005bb0 fetchmail-SA-2007-02.txt
diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile
index e8383f3..6f8b2eb 100644
--- a/fetchmail/Pkgfile
+++ b/fetchmail/Pkgfile
@@ -5,11 +5,13 @@
name=fetchmail
version=6.3.8
-release=1
-source=(http://download2.berlios.de/$name/$name-$version.tar.bz2)
+release=2
+source=(http://download.berlios.de/$name/$name-$version.tar.bz2
+ http://www.fetchmail.info/fetchmail-SA-2007-02.txt)
build() {
cd $name-$version
+ patch -p0 -i $SRC/$name-SA-2007-02.txt
./configure --prefix=/usr
--mandir=/usr/man
--with-ssl=/usr
_______________________________________________
CRUX mailing list
CRUX@lists.crux.nu
http://lists.crux.nu/mailman/listinfo/crux
|