diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-11-10 02:13:18 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-11-10 02:13:18 +0800 |
commit | f1516b6eb9073958c80e760d0e79a850f9d23fd1 (patch) | |
tree | 2e4ba93ff7ad755f517ef25521d5a3c279244b9b /mail/postfix-current/distinfo | |
parent | a26a853183963b3fd1a2a6030d9ef9c5d6842a9a (diff) | |
download | freebsd-ports-gnome-f1516b6eb9073958c80e760d0e79a850f9d23fd1.tar.gz freebsd-ports-gnome-f1516b6eb9073958c80e760d0e79a850f9d23fd1.tar.zst freebsd-ports-gnome-f1516b6eb9073958c80e760d0e79a850f9d23fd1.zip |
- update to 2.12-20141106
- add OPTION for Email Address Internationalization
(EAI, RFC 6531..6533) [1]
- sort OPTIONS_DEFINE
- fix build and install for non root users,
(sgid and group for sbin/postdrop and sbin/postqueue was lost if build
as non root and installed with sudo)
- install /var/spool/postfix directories with correct owner/mode
- use $WRKDIR instead of /tmp
Changes:
20141021
Per IETF TLS WG consensus, the tls_session_ticket_cipher
default setting was changed from aes-128-cbc to aes-256-cbc.
Take that, you quantum computer attackers! Viktor Dukhovni.
Files: proto/postconf.proto, global/mail_params.h.
20141024
Cleanup: added $smtpd_mumble_restrictions to the proxy_read_maps
default setting. File: global/mail_params.h.
Documentation: different header/body checks for MX service
and SMTP submissions. File: proto/BUILTIN_FILTER_README.html.
Cleanup: don't send "bare" original recipient in SMTP DSN
attributes. File: cleanup/cleanup_addr.c.
Feature: smtp-sink -N option to suppress DSN announcement.
File: smtpstone/smtp-sink.c.
20141025
Bugfix (introduced: Postfix 2,11): core dump when
smtp_policy_maps specifies an invalid TLS level. Viktor
Dukhovni. File: smtp/smtp_tls_policy.c.
20141103
Logging: when a connection is closed, log the request counts
for unimplemented STARTTLS or AUTH commands separately,
instead of logging such commands as "unknown". File:
smtpd/smtpd.c.
20141106
Cleanup: set errno to ETIMEDOUT after postscreen handshake
timeout event, so that warnings report the correct error.
File: tlsproxy/tlsproxy.c.
PR: 194786 [1]
Submitted by: Mark Martinec
Approved by: sahil (imlicit)
Diffstat (limited to 'mail/postfix-current/distinfo')
-rw-r--r-- | mail/postfix-current/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index a6654bb72fa4..cc3892aa263d 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,2 +1,2 @@ -SHA256 (postfix/postfix-2.12-20141020.tar.gz) = 3a836863d04fd455032ec35c61eee7881fd6e992e18e8642e02e1fe24b541785 -SIZE (postfix/postfix-2.12-20141020.tar.gz) = 4183161 +SHA256 (postfix/postfix-2.12-20141106.tar.gz) = 1491bab76c8fbe56f77f763a07bdc627365958babc85dab20a8b124b69608021 +SIZE (postfix/postfix-2.12-20141106.tar.gz) = 4185630 |