summaryrefslogtreecommitdiff
path: root/postfix
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2015-06-28 22:17:19 +0200
committerThomas Penteker <tek@serverop.de>2015-06-28 22:17:19 +0200
commit688a4864b60c4b207cff5982a52274a9ca6c0157 (patch)
treeb3dfdc4b509bac9f7939d765c534639f444ae0c3 /postfix
parentfc75c94360e2d14be3d7920ef97687034f519267 (diff)
downloadopt-688a4864b60c4b207cff5982a52274a9ca6c0157.tar.gz
opt-688a4864b60c4b207cff5982a52274a9ca6c0157.tar.xz
postfix: 2.11.4 -> 2.11.5
Diffstat (limited to 'postfix')
-rw-r--r--postfix/.md5sum2
-rw-r--r--postfix/Pkgfile5
2 files changed, 5 insertions, 2 deletions
diff --git a/postfix/.md5sum b/postfix/.md5sum
index 1e79f8172..e3d8cc3c7 100644
--- a/postfix/.md5sum
+++ b/postfix/.md5sum
@@ -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
diff --git a/postfix/Pkgfile b/postfix/Pkgfile
index 786c9fb11..aa86f2965 100644
--- a/postfix/Pkgfile
+++ b/postfix/Pkgfile
@@ -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"

Generated by cgit