summaryrefslogtreecommitdiff
path: root/fetchmail
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2007-09-06 10:09:25 +0200
committerJuergen Daubert <jue@jue.li>2007-09-06 10:09:25 +0200
commit04a53c23f68ce8aca5ada72edcf6a06657c2933b (patch)
tree055065f708c57b280cf28c7d40f6e9b289ce8591 /fetchmail
parent743b3b4412f6858eb2564930d3cca628d54d54ab (diff)
downloadopt-04a53c23f68ce8aca5ada72edcf6a06657c2933b.tar.gz
opt-04a53c23f68ce8aca5ada72edcf6a06657c2933b.tar.xz
[notify] fetchmail: security fix for CVE-2007-4565
http://securitytracker.com/alerts/2007/Aug/1018627.html
Diffstat (limited to 'fetchmail')
-rw-r--r--fetchmail/.md5sum1
-rw-r--r--fetchmail/Pkgfile6
2 files changed, 5 insertions, 2 deletions
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 \

Generated by cgit