svn commit: r543404 - in head/mail/postfix-current: . files
Olli Hauer
ohauer at FreeBSD.org
Sat Jul 25 08:38:33 UTC 2020
Author: ohauer
Date: Sat Jul 25 08:38:32 2020
New Revision: 543404
URL: https://svnweb.freebsd.org/changeset/ports/543404
Log:
- update to 3.6-20200720
Incompatible change with snapshot 20200705
==========================================
The minimum OpenSSL version is 1.1.1, which will reach the end
of life by 2023-09-11.
The default digest has changed from md5 to sha256 (Postfix 3.6 with
compatibility_level >= 3). With a lower compatibility_level setting,
Postfix defaults to using md5, and logs a warning when a Postfix
configuration specifies no explicit digest type.
Export-grade Diffie-Hellman key exchange is no longer supported,
and the tlsproxy_tls_dh512_param_file parameter is ignored,
Deleted:
head/mail/postfix-current/files/patch-src_tls_tls__certkey.c
Modified:
head/mail/postfix-current/Makefile
head/mail/postfix-current/distinfo
Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile Sat Jul 25 07:51:52 2020 (r543403)
+++ head/mail/postfix-current/Makefile Sat Jul 25 08:38:32 2020 (r543404)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postfix
-DISTVERSION= 3.6-20200627
+DISTVERSION= 3.6-20200720
PORTREVISION?= 0
PORTEPOCH= 6
CATEGORIES= mail
@@ -31,7 +31,7 @@ CONFLICTS_INSTALL?= courier-0.* opensmtpd-[0-9]* sendm
USERS= postfix
GROUPS= mail maildrop postfix
-USES= shebangfix cpe
+USES= shebangfix cpe ssl
SHEBANG_FILES= auxiliary/qshape/qshape.pl
USE_RC_SUBR= postfix
@@ -59,6 +59,7 @@ SASLKMIT_LIB_DEPENDS= libkrb5.so:security/krb5
SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
SQLITE_USES= sqlite
TLS_USES= ssl
+BROKEN_SSL= openssl
BLACKLISTD_DESC= Enable blacklistd support (FreeBSD 11.0 and later only)
CDB_DESC= CDB maps lookups
@@ -89,6 +90,10 @@ MAKEFILEFLAGS+= DEBUG=
.endif
MAKEFILEFLAGS+= pie=yes CC="${CC}" OPT="${CFLAGS}"
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_11= error: OpenSSL-1.1.1 is the minimum supported version
+.endif
.if ${PORT_OPTIONS:MINST_BASE}
.if defined(SASL_SLAVE)
Modified: head/mail/postfix-current/distinfo
==============================================================================
--- head/mail/postfix-current/distinfo Sat Jul 25 07:51:52 2020 (r543403)
+++ head/mail/postfix-current/distinfo Sat Jul 25 08:38:32 2020 (r543404)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593291480
-SHA256 (postfix/postfix-3.6-20200627.tar.gz) = 5504e7eb3a9a56b86cabdb345d358870ca1d7a154d7357a5c14711c4a6ac1d61
-SIZE (postfix/postfix-3.6-20200627.tar.gz) = 4635306
+TIMESTAMP = 1595284980
+SHA256 (postfix/postfix-3.6-20200720.tar.gz) = 75b564d0ba935f7c6234bc4edec6b26c8882d3450a8e9d25b6d2ae95196daae3
+SIZE (postfix/postfix-3.6-20200720.tar.gz) = 4622172
More information about the svn-ports-head
mailing list