[notify] fetchmail: security fix
See http://fetchmail.berlios.de/fetchmail-SA-2008-01.txt
This commit is contained in:
parent
d40cd6a36a
commit
8debf2cc9c
@ -1,2 +1,3 @@
|
||||
66b97500b0a1e3c0916b3b5314f597f5 fetchmail-6.3.8.tar.bz2
|
||||
e266c2e4f91f4a028481c87c7b005bb0 fetchmail-SA-2007-02.txt
|
||||
6d2815ed781b18e1fbd53fb431b50f2d fetchmail-SA-2008-01.txt
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user