diff options
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 13 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 |
2 files changed, 13 insertions, 6 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 78cae197e196..0759221f8d75 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,5 +1,5 @@ PORTNAME= postfix -DISTVERSION= 3.11-20250304 +DISTVERSION= 3.11-20250818 PORTREVISION?= 0 PORTEPOCH= 6 CATEGORIES= mail @@ -93,7 +93,7 @@ USERS= postfix GROUPS= mail maildrop postfix OPTIONS_DEFINE= BDB BLACKLISTD CDB DOCS EAI INST_BASE LDAP LMDB MONGO \ - MYSQL NIS PCRE2 PGSQL SASL SQLITE TEST TLS + MYSQL NIS PCRE2 PGSQL SASL SQLITE TEST TLS TLSRPT OPTIONS_DEFAULT?= BLACKLISTD EAI PCRE2 TLS OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= SASLKMIT SASLKRB5 @@ -119,6 +119,7 @@ SASLKMIT_DESC= If your SASL req. MIT Kerberos5, select this SASLKRB5_DESC= If your SASL req. Kerberos5, select this SASL_DESC= Cyrus SASL support (Dovecot SASL is always built in) TEST_DESC= SMTP/LMTP test server and generator +TLSRPT_DESC= Enable sending RFC 8460 TLS reports BDB_USES= bdb BLACKLISTD_EXTRA_PATCHES= ${FILESDIR}/extra-patch-blacklistd @@ -134,6 +135,7 @@ PGSQL_USES= pgsql SASLKMIT_LIB_DEPENDS= libkrb5.so:security/krb5 SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SQLITE_USES= sqlite +TLSRPT_LIB_DEPENDS= libtlsrpt.so:mail/libtlsrpt ALL_TARGET= default @@ -153,7 +155,7 @@ MAKEFILEFLAGS+= DEBUG= MAKEFILEFLAGS+= pie=yes CC="${CC}" OPT="${CFLAGS}" -.if ${SSL_DEFAULT} == libressl +.if defined(TLS) && ${SSL_DEFAULT} == libressl BROKEN= error: OpenSSL-1.1.1 is the minimum supported version. LibreSSL is not supported .endif @@ -262,6 +264,11 @@ POSTFIX_AUXLIBS+= -L${OPENSSLLIB} ${LDFLAGS} -lssl -lcrypto POSTFIX_CCARGS+= -DNO_TLS .endif +.if ${PORT_OPTIONS:MTLSRPT} +POSTFIX_CCARGS+= -DUSE_TLSRPT -I${LOCALBASE}/include +POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -Wl,-rpath,${LOCALBASE}/lib -ltlsrpt +.endif + .if ${PORT_OPTIONS:MBDB} POSTFIX_CCARGS+= -I${BDB_INCLUDE_DIR} POSTFIX_AUXLIBS+= -L${BDB_LIB_DIR} -l${BDB_LIB_NAME} diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index b16382e2249c..b7f4a3f18cf6 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741159933 -SHA256 (postfix/postfix-3.11-20250304.tar.gz) = 19f30dd72a67bdac7383819aee587b07b7f4e854a4ad2517da78a28db5487881 -SIZE (postfix/postfix-3.11-20250304.tar.gz) = 5048687 +TIMESTAMP = 1755703540 +SHA256 (postfix/postfix-3.11-20250818.tar.gz) = 87efc4dc86d2cefad6cd047ac4469a7dbd549af73c690af6dfe36587deee1f8d +SIZE (postfix/postfix-3.11-20250818.tar.gz) = 5091048 |