Tuesday, August 11, 2026

postfix updates

another set of fixes, looks pretty minor https://www.postfix.org/announcements/postfix-3.11.6.html set an extra macro for our BIND4-vintage nameser.h otherwise build fails in both versions ok? Index: Makefile.inc =================================================================== RCS file: /cvs/ports/mail/postfix/Makefile.inc,v diff -u -p -r1.116 Makefile.inc --- Makefile.inc 9 Jun 2026 14:21:46 -0000 1.116 +++ Makefile.inc 11 Aug 2026 16:28:30 -0000 @@ -28,6 +28,8 @@ MAKE_CCARGS+= -DDEF_DATA_DIR=\"/var/post MAKE_CCARGS+= -DHAS_SQLITE MAKE_CCARGS+= -DUSE_TLS MAKE_CCARGS+= -DUSE_SASL_AUTH +# in arpa/nameser.h on other systems +MAKE_CCARGS+= -DNS_INT16SZ=2 # no UTF-8 support for now MAKE_CCARGS+= -DNO_EAI MAKE_AUXLIBS+= -lsqlite3 -pthread Index: stable/Makefile =================================================================== RCS file: /cvs/ports/mail/postfix/stable/Makefile,v diff -u -p -r1.285 Makefile --- stable/Makefile 8 Jul 2026 13:19:00 -0000 1.285 +++ stable/Makefile 11 Aug 2026 16:28:30 -0000 @@ -1,4 +1,4 @@ -VERSION= 3.11.5 +VERSION= 3.11.6 EPOCH= 0 Index: stable/distinfo =================================================================== RCS file: /cvs/ports/mail/postfix/stable/distinfo,v diff -u -p -r1.167 distinfo --- stable/distinfo 8 Jul 2026 13:19:00 -0000 1.167 +++ stable/distinfo 11 Aug 2026 16:28:30 -0000 @@ -1,2 +1,2 @@ -SHA256 (postfix/postfix-3.11.5.tar.gz) = Smqz0Ok5CYn6IB/GxEYEX8cCxOFueiR8OuJhyem+5hA= -SIZE (postfix/postfix-3.11.5.tar.gz) = 5287872 +SHA256 (postfix/postfix-3.11.6.tar.gz) = uadIcFscqwpK/L5C+TTIKjOzQroyKQF/tQjHFwAHjQc= +SIZE (postfix/postfix-3.11.6.tar.gz) = 5289392 Index: stable35/Makefile =================================================================== RCS file: /cvs/ports/mail/postfix/stable35/Makefile,v diff -u -p -r1.13 Makefile --- stable35/Makefile 8 Jul 2026 13:19:11 -0000 1.13 +++ stable35/Makefile 11 Aug 2026 16:28:30 -0000 @@ -1,4 +1,4 @@ -VERSION= 3.5.26 +VERSION= 3.5.27 PORTROACH= site:https://ftp.fu-berlin.de/unix/mail/postfix/official/ SITES= ${SITE_POSTFIX:=official/} Index: stable35/distinfo =================================================================== RCS file: /cvs/ports/mail/postfix/stable35/distinfo,v diff -u -p -r1.6 distinfo --- stable35/distinfo 8 Jul 2026 13:19:11 -0000 1.6 +++ stable35/distinfo 11 Aug 2026 16:28:30 -0000 @@ -1,6 +1,6 @@ SHA256 (postfix/postfix-3.1-3.5-tlsa-death-patch) = 3WGmJNcFSay1cbsVhz89Q19aur0ubDDDs20XtsO3Z/U= SHA256 (postfix/postfix-3.4-3.7-input-limit-patch) = kfB7u6F52kDwEXcwCy0MvEL9MeeZv2XYqjU1j5Sy20I= -SHA256 (postfix/postfix-3.5.26.tar.gz) = 9s42InERCx8YZl8WSiAA4ijlKKfqZrQPN0e9Ag1rXR8= +SHA256 (postfix/postfix-3.5.27.tar.gz) = BFqFfjZMqe+6ECzQg6Ajua0ESwW7+2RI7MPPYRCcxwE= SIZE (postfix/postfix-3.1-3.5-tlsa-death-patch) = 2977 SIZE (postfix/postfix-3.4-3.7-input-limit-patch) = 4225 -SIZE (postfix/postfix-3.5.26.tar.gz) = 4663033 +SIZE (postfix/postfix-3.5.27.tar.gz) = 4664925

No comments:

Post a Comment