postfix: 3.0.14 -> 3.1.11

This commit is contained in:
Thomas Penteker 2019-03-19 03:18:38 +01:00
parent aab7e947af
commit 350965f40e
3 changed files with 10 additions and 7 deletions

View File

@ -50,6 +50,7 @@ drwxr-xr-x root/root usr/lib/postfix/
-rwxr-xr-x root/root usr/lib/postfix/pipe
-rwxr-xr-x root/root usr/lib/postfix/post-install
-rwxr-xr-x root/root usr/lib/postfix/postfix-script
-rwxr-xr-x root/root usr/lib/postfix/postfix-tls-script
-rwxr-xr-x root/root usr/lib/postfix/postfix-wrapper
-rwxr-xr-x root/root usr/lib/postfix/postmulti-script
-rwxr-xr-x root/root usr/lib/postfix/postscreen
@ -89,6 +90,7 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/postcat.1.gz
-rw-r--r-- root/root usr/share/man/man1/postconf.1.gz
-rw-r--r-- root/root usr/share/man/man1/postdrop.1.gz
-rw-r--r-- root/root usr/share/man/man1/postfix-tls.1.gz
-rw-r--r-- root/root usr/share/man/man1/postfix.1.gz
-rw-r--r-- root/root usr/share/man/man1/postkick.1.gz
-rw-r--r-- root/root usr/share/man/man1/postlock.1.gz

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UTKbTkGBxzglCfz7fqARGWV7xs+7BqDsYGR4imXjwke1oRh0amUyx5Ktu2Nnz2+g33yP/7xYnO5m4GWz3dQ2QM=
SHA256 (Pkgfile) = 5f0848d8785643eb0cfcc44c460ef947b40d0117674148cb65e1ce829b7717cc
SHA256 (.footprint) = e03884965680107793f3ddfc15ffafc07e5113db5a432fc08e5fc49660bfd22a
SHA256 (postfix-3.0.14.tar.gz) = 99e7620fb581d372f83a3eac2639da5a73cb432a85bb2ee588052b135ba30246
RWSE3ohX2g5d/ZtXkMsxbpXiz5eYDK5enG58kCirRsq7/Zp+q6MxY9acH2gPbhJRk5Me8jLiR6yTQB46ZFpq7wDFpQU3JEWTZQg=
SHA256 (Pkgfile) = 94820254bece92de5cfead70d4e996319d0438fe057cf8af305aa9cc56b95700
SHA256 (.footprint) = fa4ef9e2fe091f6c1e551502fe590ff5f11e4a49563a6e382e370017d296b15c
SHA256 (postfix-3.1.11.tar.gz) = 251a2a545d40e8a3b74b0973eff0bd4964984203305c231840b4f87445c69f7f
SHA256 (aliases) = b6de629cce43ed5dc06086c5742ebe85ccc7b59d085f0fec71d97e0e73a50271
SHA256 (postfix.rc) = 78059f334abcf0f1662107f5b9542fba26f489d2cb0ca05cdc61a816f4e96dc7
SHA256 (postfix.patch) = 5329a979c7c91f71aad27eec54ed0747bb51ed687e5180851296e45166d1bca6

View File

@ -4,7 +4,7 @@
# Depends on: cyrus-sasl
name=postfix
version=3.0.14
version=3.1.11
release=1
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz \
aliases postfix.rc postfix.patch)
@ -14,8 +14,9 @@ build() {
patch -p1 < $SRC/postfix.patch
# enable building on 4.x kernels
sed -i 's:\(Linux.3\*\)):\1|Linux.4*):1' makedefs
# enable building on recent kernels
sed -i 's:\(Linux\.\[34\):\15:1' makedefs
sed -i 's:\(|| defined(LINUX4)\):\1 || defined(LINUX5):g' src/util/sys_defs.h
_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"