From 04a53c23f68ce8aca5ada72edcf6a06657c2933b Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 6 Sep 2007 10:09:25 +0200 Subject: [notify] fetchmail: security fix for CVE-2007-4565 http://securitytracker.com/alerts/2007/Aug/1018627.html --- fetchmail/.md5sum | 1 + fetchmail/Pkgfile | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'fetchmail') diff --git a/fetchmail/.md5sum b/fetchmail/.md5sum index 454b49aef..9935c36d1 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 e8383f376..6f8b2eb26 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 \ -- cgit v1.2.3