postfix: Update to 3.4.4

Switched to HTTP from FTP for one of the mirrors.

Rebased Patches.

Removed ENGINES patch as it is only relevant for OpenSSL 1.0.2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-03-28 19:50:14 -07:00
parent 2ffc97116b
commit c7a52d9a95
12 changed files with 41 additions and 71 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
--- a/makedefs 2016-01-28 12:30:14.444082390 -0500
+++ b/makedefs 2016-01-28 13:44:02.092006512 -0500
@@ -213,7 +213,7 @@ error() {
--- a/makedefs
+++ b/makedefs
@@ -215,7 +215,7 @@ error() {
case $# in
# Officially supported usage.
@@ -9,7 +9,7 @@
RELEASE=`(uname -r) 2>/dev/null`
# No ${x%%y} support in Solaris 11 /bin/sh
RELEASE_MAJOR=`expr "$RELEASE" : '\([0-9]*\)'` || exit 1
@@ -227,6 +227,15 @@ case $# in
@@ -229,6 +229,15 @@ case $# in
esac
case "$SYSTEM.$RELEASE" in