diff options
author | Thomas Penteker <tek@serverop.de> | 2012-04-29 23:37:24 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2012-04-29 23:37:24 +0200 |
commit | 059d38f3296714b45d13576ccde04c7c2869d6f4 (patch) | |
tree | abb031526c3a4cf63593e34fac069452d74f96a5 /postfix | |
parent | e9b7814173be3856450d54eb22f54cc3672dd8c5 (diff) | |
download | opt-059d38f3296714b45d13576ccde04c7c2869d6f4.tar.gz opt-059d38f3296714b45d13576ccde04c7c2869d6f4.tar.xz |
postfix: include milter-header backport from 2.7
Diffstat (limited to 'postfix')
-rw-r--r-- | postfix/.md5sum | 1 | ||||
-rw-r--r-- | postfix/Pkgfile | 8 |
2 files changed, 6 insertions, 3 deletions
diff --git a/postfix/.md5sum b/postfix/.md5sum index ffefd7bb4..34bb60dd8 100644 --- a/postfix/.md5sum +++ b/postfix/.md5sum @@ -1,4 +1,5 @@ be543b65525f544386a2d8395ea19cdf aliases +9bbe0e2b86a8dae347630d7c30f34526 postfix-2.6-milter-header-checks-20090607-patch.gz e291610d05376467b42cd77ca4d10c91 postfix-2.6.15.tar.gz 8bee559587e2ccbaf0aadd88b6ca339a postfix.patch d18be5c17604f9c712a28339ff0f61cb postfix.rc diff --git a/postfix/Pkgfile b/postfix/Pkgfile index 364a06a05..b12d98e7d 100644 --- a/postfix/Pkgfile +++ b/postfix/Pkgfile @@ -6,15 +6,17 @@ name=postfix version=2.6.15 -release=1 -source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz +release=2 +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" |