ports/opt (2.7): [notify] fetchmail: update to 6.3.22
commit 2ae349e3963a70f0706d5938c0b60d04c5c82db1 Author: Juergen Daubert <jue@jue.li> Date: Thu Aug 30 16:56:57 2012 +0200 [notify] fetchmail: update to 6.3.22 Update includes two security fixes, see - http://www.fetchmail.info/fetchmail-SA-2012-01.txt - http://www.fetchmail.info/fetchmail-SA-2012-02.txt diff --git a/fetchmail/.md5sum b/fetchmail/.md5sum index 59b3cc4..89a4e2a 100644 --- a/fetchmail/.md5sum +++ b/fetchmail/.md5sum @@ -1 +1 @@ -db75ef2058423599386add311bc954ce fetchmail-6.3.21.tar.xz +2f7b8ee1bed3a70839a2fb41a69c7f6e fetchmail-6.3.22.tar.xz diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile index 3814ad4..83d0690 100644 --- a/fetchmail/Pkgfile +++ b/fetchmail/Pkgfile @@ -4,18 +4,21 @@ # Depends on: openssl name=fetchmail -version=6.3.21 +version=6.3.22 release=1 source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$name-$version.tar...) build() { cd $name-$version + # don't build python stuff + sed -i '19,21s/^/#/' Makefile.am + autoreconf -v + ./configure --prefix=/usr \ --mandir=/usr/man \ --with-ssl=/usr \ - --disable-nls \ - PYTHON=: + --disable-nls make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu