postfix: 2.11.4 -> 2.11.5

This commit is contained in:
Thomas Penteker 2015-06-28 22:17:19 +02:00
parent fc75c94360
commit 688a4864b6
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
be543b65525f544386a2d8395ea19cdf aliases
7f1f67b205992f3e8acc98d597a4deef postfix-2.11.4.tar.gz
8523f6d1de6f522313207524d794ee9c postfix-2.11.5.tar.gz
8bee559587e2ccbaf0aadd88b6ca339a postfix.patch
d18be5c17604f9c712a28339ff0f61cb postfix.rc

View File

@ -5,7 +5,7 @@
# Depends on: cyrus-sasl
name=postfix
version=2.11.4
version=2.11.5
release=1
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz \
aliases postfix.rc postfix.patch)
@ -14,6 +14,9 @@ build() {
cd $name-$version
patch -p1 < $SRC/postfix.patch
# enable building on 4.x kernels
sed -i 's:\(Linux.3\*\)):\1|Linux.4*):1' makedefs
_CCARGS="$CCARGS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl -DUSE_TLS -I/usr/include/openssl"
_AUXLIBS="-L/usr/lib -lsasl2 -lssl -lcrypto"