diff options
author | ohauer <ohauer@FreeBSD.org> | 2015-05-10 23:24:31 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2015-05-10 23:24:31 +0800 |
commit | 68b8625823263b86fc833c4df7d0b60df80af864 (patch) | |
tree | 935bcdcd4d5a86787125ef1dc92a1ee8d16b0b5e /mail/postfix-current/distinfo | |
parent | ef30c8ecf96489332c088396ae0db7715b13170d (diff) | |
download | freebsd-ports-gnome-68b8625823263b86fc833c4df7d0b60df80af864.tar.gz freebsd-ports-gnome-68b8625823263b86fc833c4df7d0b60df80af864.tar.zst freebsd-ports-gnome-68b8625823263b86fc833c4df7d0b60df80af864.zip |
- update to version 3.0.1
- rename OPTIONS to match default name of most ports
- SASL2 -> SASL
- OPENLDAP -> LDAP
- install main.cf and master.cf with the @sample macro
- rework pkg-install
- fix wrong permission for /var/db/postfix [1]
- sets WANT_OPENLDAP_SASL option for openldap port when
postfix LDAP_SASL option is set [2]
- make usage of new ${opt}_DEPENDS notation
Release 3.0.1 or 3.0.2 is now a strong candidate to become the new
default mail/postfix port (missing components are VDA and SPF).
Changelog:
20150211
Cleanup: strncasecmp_utf8() streamlining. Files: util/stringops.h,
util/allascii.c, util/strcasecmp_utf8.c.
20150214
Bugfix (introduced: Postfix 3.0): missing #ifdef USE_TLS
inside #ifdef USE_SASL_AUTH. Viktor Dukhovni. File:
smtpd/smtpd.c.
20150217
Cleanup: missing <string.h> include. File: util/allascii.c.
20150221
Bugfix (introduced: Postfix 3.0): don't append '.' to the
DNS resource record value, when converting TXT records to
the string form that is used used by xxx_dns_reply_filter.
File: dns/dns_strrecord.c.
20150313
Documentation: incorrect Postfix version number for
postscreen_dnsbl_timeout. Quanah Gibson-Mount. File:
postscreen/postscreen.c.
20150324
Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps
ignored the relayhost setting in the case of a DUNNO lookup
result. It would use the recipient domain instead. Viktor
Dukhovni. Wietse took the pieces of code that enforce the
precedence of a sender-dependent relayhost, the global
relayhost, and the recipient domain, and put that code
together in once place so that it is easier to maintain.
File: trivial-rewrite/resolve.c.
20150328
Bugfix (introduced: Postfix 1.1.0): post-install expanded
macros in parameter values when trying to detect parameter
overrides, causing unnecessary main.cf updates during Postfix
start-up. Julian Reich, Viktor Dukhovni, and Wietse. File:
conf/post-install.
20150330
Bitrot: prepare for future changes in OpenSSL API. Viktor
Dukhovni. File: tls_dane.c.
PR: 198215 [1]
PR: 198857 [2]
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 c9cbb1f71449..c8202515a083 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,2 +1,2 @@ -SHA256 (postfix/postfix-3.0.0.tar.gz) = c2f2f10aa3e6b7090ba979e9c515e42b3140c5c1c17a33d58787569df7ae0955 -SIZE (postfix/postfix-3.0.0.tar.gz) = 4239248 +SHA256 (postfix/postfix-3.0.1.tar.gz) = cd2bd6447fe3368bb1a39f482f8dd1eec87c63067a0eb75f9aec8e4eadd21328 +SIZE (postfix/postfix-3.0.1.tar.gz) = 4265677 |