postfix: 2.6.19 -> 2.7.13

This commit is contained in:
Thomas Penteker 2013-06-13 14:40:52 +02:00
parent ff06ee3c80
commit 7f38761607
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,4 @@
be543b65525f544386a2d8395ea19cdf aliases
9bbe0e2b86a8dae347630d7c30f34526 postfix-2.6-milter-header-checks-20090607-patch.gz
f17038011eaa43be495ed7cf386b32d7 postfix-2.6.19.tar.gz
c0df84888182df90302709a0af5057a9 postfix-2.7.13.tar.gz
8bee559587e2ccbaf0aadd88b6ca339a postfix.patch
d18be5c17604f9c712a28339ff0f61cb postfix.rc

View File

@ -5,17 +5,15 @@
# Depends on: cyrus-sasl
name=postfix
version=2.6.19
version=2.7.13
release=1
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz \
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.6-milter-header-checks-20090607-patch.gz
aliases postfix.rc postfix.patch)
build() {
cd $name-$version
patch -p1 < $SRC/postfix.patch
zcat $SRC/postfix-2.6-milter-header-checks-20090607-patch.gz | patch -p4
_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"