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/Pkgfile | |
parent | ff06ee3c80d3122e2d87e181ee6444171277b791 (diff) | |
download | opt-7f38761607fc4166b74c05647221ac7d3e02ce9c.tar.gz opt-7f38761607fc4166b74c05647221ac7d3e02ce9c.tar.xz |
postfix: 2.6.19 -> 2.7.13
Diffstat (limited to 'postfix/Pkgfile')
-rw-r--r-- | postfix/Pkgfile | 4 |
1 files changed, 1 insertions, 3 deletions
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" |