pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/postfix
Module Name: pkgsrc
Committed By: triaxx
Date: Mon May 8 04:30:44 UTC 2023
Modified Files:
pkgsrc/mail/postfix: Makefile Makefile.common distinfo
Log Message:
postfix: Update to 3.8.0
upstream changes:
-----------------
Postfix 3.7.8
o Support to look up DNS SRV records in the Postfix SMTP/LMTP client, Based
on code by Tomas Korbar (Red Hat). For example, with "use_srv_lookup =
submission" and "relayhost = example.com:submission", the Postfix SMTP
client will look up DNS SRV records for _submission._tcp.example.com, and
will relay email through the hosts and ports that are specified with those
records.
o TLS obsolescence: Postfix now treats the "export" and "low" cipher grade
settings as "medium". The "export" and "low" grades are no longer supported
in OpenSSL 1.1.1, the minimum version required in Postfix 3.6.0 and later.
Also, Postfix default settings now exclude deprecated or unused ciphers
(SEED, IDEA, 3DES, RC2, RC4, RC5), digest (MD5), key exchange algorithms
(DH, ECDH), and public key algorithm (DSS).
o Attack resistance: the Postfix SMTP server can now aggregate
smtpd_client_*_rate and smtpd_client_*_count statistics by network block
instead of by IP address, to raise the bar against a memory exhaustion
attack in the anvil(8) server; Postfix TLS support unconditionally disables
TLS renegotiation in the middle of an SMTP connection, to avoid a CPU
exhaustion attack.
o The PostgreSQL client encoding is now configurable with the "encoding"
Postfix configuration file attribute. The default is "UTF8". Previously the
encoding was hard-coded as "LATIN1", which is not useful in the context of
SMTP.
o The postconf command now warns for #comment in or after a Postfix parameter
value. Postfix programs do not support #comment after other text, and treat
that as input.
To generate a diff of this commit:
cvs rdiff -u -r1.340 -r1.341 pkgsrc/mail/postfix/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.204 -r1.205 pkgsrc/mail/postfix/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/postfix/Makefile
diff -u pkgsrc/mail/postfix/Makefile:1.340 pkgsrc/mail/postfix/Makefile:1.341
--- pkgsrc/mail/postfix/Makefile:1.340 Wed Apr 19 08:10:42 2023
+++ pkgsrc/mail/postfix/Makefile Mon May 8 04:30:44 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.340 2023/04/19 08:10:42 adam Exp $
+# $NetBSD: Makefile,v 1.341 2023/05/08 04:30:44 triaxx Exp $
-PKGREVISION= 1
.include "../../mail/postfix/Makefile.common"
COMMENT= Fast, easy to administer, and secure mail transfer agent
Index: pkgsrc/mail/postfix/Makefile.common
diff -u pkgsrc/mail/postfix/Makefile.common:1.43 pkgsrc/mail/postfix/Makefile.common:1.44
--- pkgsrc/mail/postfix/Makefile.common:1.43 Sat Jan 28 09:28:30 2023
+++ pkgsrc/mail/postfix/Makefile.common Mon May 8 04:30:44 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.43 2023/01/28 09:28:30 taca Exp $
+# $NetBSD: Makefile.common,v 1.44 2023/05/08 04:30:44 triaxx Exp $
# used by mail/postfix/Makefile
# used by mail/postfix/Makefile.module
-DISTNAME= postfix-3.7.4
+DISTNAME= postfix-3.8.0
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
Index: pkgsrc/mail/postfix/distinfo
diff -u pkgsrc/mail/postfix/distinfo:1.204 pkgsrc/mail/postfix/distinfo:1.205
--- pkgsrc/mail/postfix/distinfo:1.204 Sat Jan 28 09:28:30 2023
+++ pkgsrc/mail/postfix/distinfo Mon May 8 04:30:44 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.204 2023/01/28 09:28:30 taca Exp $
+$NetBSD: distinfo,v 1.205 2023/05/08 04:30:44 triaxx Exp $
-BLAKE2s (postfix-3.7.4.tar.gz) = e89a5cf0be8daf875aa244a30cb8ef54d3bb20873ca212f10767800306e8a4e2
-SHA512 (postfix-3.7.4.tar.gz) = 972738291b960c90fe83861d55b1288900416167adb353418956e69bcc709a6daf84fbfde11d573eebba030654d27abc8d55f90661a2b880ccfb3a334064c236
-Size (postfix-3.7.4.tar.gz) = 4833834 bytes
+BLAKE2s (postfix-3.8.0.tar.gz) = 3ed6674291dfb5d0a91173259c6ee8813f24c9194179bba5eec723b793a97709
+SHA512 (postfix-3.8.0.tar.gz) = a66956b0cc5eb6ad5ee926348b584ba5640586784aec794a84c40472faecb6313d46537c9f5696edfd8fda070591925a0cfaedc014e15bb3496195e5fb9ee4bd
+Size (postfix-3.8.0.tar.gz) = 4851893 bytes
SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
SHA1 (patch-ag) = 8ab3cfafa63056f9a7f096da7e55bcccab965180
SHA1 (patch-ai) = 3d143532e1e9a149c6c06e2efadcd34f6f72e82d
Home |
Main Index |
Thread Index |
Old Index