summaryrefslogtreecommitdiff
path: root/fetchmail
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-08-30 16:56:57 +0200
committerJuergen Daubert <jue@jue.li>2012-08-30 16:56:57 +0200
commit2ae349e3963a70f0706d5938c0b60d04c5c82db1 (patch)
treebc33002770642fa131f43d88fa691ccdec246ae3 /fetchmail
parent811939139f32020dc3db9fc4b493fe52cc0007fc (diff)
downloadopt-2ae349e3963a70f0706d5938c0b60d04c5c82db1.tar.gz
opt-2ae349e3963a70f0706d5938c0b60d04c5c82db1.tar.xz
[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
Diffstat (limited to 'fetchmail')
-rw-r--r--fetchmail/.md5sum2
-rw-r--r--fetchmail/Pkgfile9
2 files changed, 7 insertions, 4 deletions
diff --git a/fetchmail/.md5sum b/fetchmail/.md5sum
index 59b3cc4a9..89a4e2a44 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 3814ad4c8..83d0690aa 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.xz)
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
}

Generated by cgit