update to postfix-3.11.3, from Brad (maintainer)

This commit is contained in:
sthen
2026-05-17 14:48:31 +00:00
parent 4ea666f08a
commit 657280a304
4 changed files with 25 additions and 7 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
VERSION= 3.11.1
REVISION= 1
VERSION= 3.11.3
EPOCH= 0
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (postfix/postfix-3.11.1.tar.gz) = ZZJlYG7ZtiQpZLbUSiqvXmB9j7mtJUECekoyDd+4ncE=
SIZE (postfix/postfix-3.11.1.tar.gz) = 5280696
SHA256 (postfix/postfix-3.11.3.tar.gz) = vRHcxGPXBF5A8sEcwAIWSJxztYzECz0GxUJlsIihc+E=
SIZE (postfix/postfix-3.11.3.tar.gz) = 5282523
+19 -1
View File
@@ -1,7 +1,7 @@
Index: makedefs
--- makedefs.orig
+++ makedefs
@@ -355,22 +355,7 @@ case "$SYSTEM.$RELEASE" in
@@ -373,40 +373,7 @@ case "$SYSTEM.$RELEASE" in
;;
DragonFly.*) SYSTYPE=DRAGONFLY
;;
@@ -21,6 +21,24 @@ Index: makedefs
- : ${PLUGIN_LD="${CC} -shared"}
- ;;
- OpenBSD.6*) SYSTYPE=OPENBSD6
- : ${CC=cc}
- : ${SHLIB_SUFFIX=.so.1.0}
- : ${SHLIB_CFLAGS=-fPIC}
- : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'}
- : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'}
- : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
- : ${PLUGIN_LD="${CC} -shared"}
- ;;
- OpenBSD.7*) SYSTYPE=OPENBSD7
- : ${CC=cc}
- : ${SHLIB_SUFFIX=.so.1.0}
- : ${SHLIB_CFLAGS=-fPIC}
- : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'}
- : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'}
- : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
- : ${PLUGIN_LD="${CC} -shared"}
- ;;
- OpenBSD.8*) SYSTYPE=OPENBSD8
+ OpenBSD.*) SYSTYPE=OPENBSD
: ${CC=cc}
: ${SHLIB_SUFFIX=.so.1.0}
@@ -1,12 +1,13 @@
Index: src/util/sys_defs.h
--- src/util/sys_defs.h.orig
+++ src/util/sys_defs.h
@@ -33,8 +33,7 @@
@@ -33,9 +33,7 @@
|| defined(FREEBSD11) || defined(FREEBSD12) || defined(FREEBSD13) \
|| defined(FREEBSD14) \
|| defined(FREEBSD14) || defined(FREEBSD15) || defined(FREEBSD16) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
- || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
- || defined(OPENBSD5) || defined(OPENBSD6) || defined(OPENBSD7) \
- || defined(OPENBSD8) \
+ || defined(OPENBSD) \
|| defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
|| defined(NETBSD4) || defined(NETBSD5) || defined(NETBSD6) \