diff options
Diffstat (limited to 'fetchmail')
-rw-r--r-- | fetchmail/.md5sum | 1 | ||||
-rw-r--r-- | fetchmail/Pkgfile | 6 |
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 \ |