diff options
author | Juergen Daubert <jue@jue.li> | 2008-06-23 09:58:30 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2008-06-23 09:58:30 +0200 |
commit | 8debf2cc9cbbd13426cb02516d7104e374ddb286 (patch) | |
tree | c7883fe3bfd3ee268bd0a74e8f767e0ce99d032b /fetchmail/Pkgfile | |
parent | d40cd6a36aa1bc5ad7669957d21d18d65b59fccd (diff) | |
download | opt-8debf2cc9cbbd13426cb02516d7104e374ddb286.tar.gz opt-8debf2cc9cbbd13426cb02516d7104e374ddb286.tar.xz |
[notify] fetchmail: security fix
See http://fetchmail.berlios.de/fetchmail-SA-2008-01.txt
Diffstat (limited to 'fetchmail/Pkgfile')
-rw-r--r-- | fetchmail/Pkgfile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile index 6f8b2eb26..6fe6ed544 100644 --- a/fetchmail/Pkgfile +++ b/fetchmail/Pkgfile @@ -5,19 +5,24 @@ name=fetchmail version=6.3.8 -release=2 +release=3 source=(http://download.berlios.de/$name/$name-$version.tar.bz2 - http://www.fetchmail.info/fetchmail-SA-2007-02.txt) + http://www.fetchmail.info/fetchmail-SA-2007-02.txt + http://www.fetchmail.info/fetchmail-SA-2008-01.txt) build() { cd $name-$version + patch -p0 -i $SRC/$name-SA-2007-02.txt + patch -p1 -i $SRC/$name-SA-2008-01.txt + ./configure --prefix=/usr \ --mandir=/usr/man \ --with-ssl=/usr \ --disable-nls make make DESTDIR=$PKG install + rm -rf $PKG/usr/bin/fetchmailconf \ $PKG/usr/man/man?/fetchmailconf.? \ $PKG/usr/lib |