fetchmail: update to 6.4.1

This commit is contained in:
Juergen Daubert 2019-09-28 15:26:13 +02:00
parent b1f2ef168e
commit e4b9c931cf
2 changed files with 8 additions and 15 deletions

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Y0n3vcwSPgXj3R4bxyNKLUuwVUz99sDAYw5pKiCqWqyTpKUqO0IhQXny6vBJm1YiVZp8uYkN6ogmdDtxF9/JAA=
SHA256 (Pkgfile) = f8f9a42c504f55f24f5600c1518d15d1be9a4578a7b9bc5d97b750ea697da0e6
RWSE3ohX2g5d/QzmYlu31g7c7Rm+7Llri8DAvAruNEnc3MvLC28iakuRzhopL73Zwew5MCftbJ9QaS1aKahe73yh5htdRIwx9w4=
SHA256 (Pkgfile) = 337c89b6c16041545178c1564cf0cc0ae9186dd5dd343aef1bc50a9b2a29fbc8
SHA256 (.footprint) = c52f9b61b3ffbab88aa941546c7721245d6c825056bd4948b84b94966203996d
SHA256 (fetchmail-6.3.26.tar.xz) = 79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850
SHA256 (disable-sslv3.patch) = b6494164df52de475930c964ba8b293482deb29a817d31af7ff9816a30db8d31
SHA256 (fetchmail-6.4.1.tar.xz) = 3f33f11dd08c3e8cc3e9d18eec686b1626d4818f4d5a72791507bbc4dce6a9a0

View File

@ -4,24 +4,18 @@
# Depends on: openssl
name=fetchmail
version=6.3.26
release=3
source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$name-$version.tar.xz
disable-sslv3.patch)
version=6.4.1
release=1
source=(http://downloads.sourceforge.net/project/$name/branch_6.4/$name-$version.tar.xz)
build() {
cd $name-$version
# fix build with openssl 1.1.1
patch -p1 -i $SRC/disable-sslv3.patch
# don't build python stuff
sed -i '19,21s/^/#/' Makefile.am
sed -i '22,24s/^/#/' Makefile.am
autoreconf -vi
./configure --prefix=/usr \
--with-ssl=/usr \
--disable-nls
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}