summaryrefslogtreecommitdiff
path: root/mail/postfix-sqlite
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2016-09-18 17:10:28 +0000
committertaca <taca@pkgsrc.org>2016-09-18 17:10:28 +0000
commit0b6aa16ee40b70b1f5344a87c226e65ced273cb6 (patch)
treea0b94d9b9dacd00a00b6e174a1937e35e0a2db2b /mail/postfix-sqlite
parent992f57023e11297b4edda3efb5061e349ff8d481 (diff)
downloadpkgsrc-0b6aa16ee40b70b1f5344a87c226e65ced273cb6.tar.gz
Update postfix to 3.1.2.
3.1.0 The main changes in no particular order are: * "postfix tls" command to simplify setup of opportunistic TLS, and to simplify SMTP server key/certificate management. * Positive and negative DNS reply TTL support in postscreen(8). * SASL AUTH rate limit in the Postfix SMTP server. * A safety limit on the number of address verify requests. * JSON-format Postfix queue listing. * Destination-independent delivery rate delay For details, see the RELEASE_NOTES file. 3.1.1 Fixed in all supported releases: * The Milter "replace sender" (SMFIR_CHGFROM) request lost an address that was added with sender_bcc_maps, resulting in a "rcpt count mismatch" warning. Reported by Joerg Backschues. This defect was introduced with Postfix 2.6. * The "bad filetype" example in the header_checks(5) manpage falsely rejected Content- headers with ``name="example"; x-apple-part-url="example.com"''. Reported by Cedric Knight. This defect was introduced with Postfix 2.6. 3.1.2 Fixed with Postfix 3.1.2: * Changes to make Postfix build with OpenSSL 1.1.0. Fixed with Postfix 3.1.2 and 3.0.6: * The makedefs script ignored readme_directory=pathname overrides. Fix by Todd C. Olson. * The tls_session_ticket_cipher documentation says that the default cipher for TLS session tickets is aes-256-cbc, but the implemented default was aes-128-cbc. Note that TLS session ticket keys are rotated after 1/2 hour, to limit the impact of attacks on session ticket keys.
Diffstat (limited to 'mail/postfix-sqlite')
-rw-r--r--mail/postfix-sqlite/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/postfix-sqlite/Makefile b/mail/postfix-sqlite/Makefile
index 36689676fc9..e61c7a943d9 100644
--- a/mail/postfix-sqlite/Makefile
+++ b/mail/postfix-sqlite/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/04/11 19:01:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2016/09/18 17:10:28 taca Exp $
#
-PKGREVISION= 3
COMMENT= Postfix SMTP server SQLite backend module
POSTFIX_LIB= sqlite