diff options
author | Thomas Penteker <tek@serverop.de> | 2013-06-13 14:40:52 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2013-06-13 14:40:52 +0200 |
commit | 7f38761607fc4166b74c05647221ac7d3e02ce9c (patch) | |
tree | 8f6dd2808e532eeb5bbd49674ac99b4e58995fce /postfix | |
parent | ff06ee3c80d3122e2d87e181ee6444171277b791 (diff) | |
download | opt-7f38761607fc4166b74c05647221ac7d3e02ce9c.tar.gz opt-7f38761607fc4166b74c05647221ac7d3e02ce9c.tar.xz |
postfix: 2.6.19 -> 2.7.13
Diffstat (limited to 'postfix')
-rw-r--r-- | postfix/.md5sum | 3 | ||||
-rw-r--r-- | postfix/Pkgfile | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/postfix/.md5sum b/postfix/.md5sum index e23783da7..2a41b6169 100644 --- a/postfix/.md5sum +++ b/postfix/.md5sum @@ -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 diff --git a/postfix/Pkgfile b/postfix/Pkgfile index a9ece34bd..05c6d2ce7 100644 --- a/postfix/Pkgfile +++ b/postfix/Pkgfile @@ -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" |