diff options
author | ohauer <ohauer@FreeBSD.org> | 2018-01-31 04:09:43 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2018-01-31 04:09:43 +0800 |
commit | c606f476c103f125924addde65049f8c45eb2b7e (patch) | |
tree | a1fd19415d069ab5e95395a57a5d32e2a54b7b49 /mail | |
parent | 8a6f6032b5080da09514ea702f0ac6a2695d3114 (diff) | |
download | freebsd-ports-gnome-c606f476c103f125924addde65049f8c45eb2b7e.tar.gz freebsd-ports-gnome-c606f476c103f125924addde65049f8c45eb2b7e.tar.zst freebsd-ports-gnome-c606f476c103f125924addde65049f8c45eb2b7e.zip |
- update to 2.11.11
Changelog:
20171116
Bugfix (introduced: Postfix 2.1): don't log warnings
that some restriction returns OK, when the access map
DISCARD feature is in effect. File: smtpd/smtpd_check.c.
20171215
Bugfix (introduced: 20170611): the DB_CONFIG bugfix broke
Berkeley DB configurations with a relative pathname. File:
util/dict_db.c.
20171226
Documentation patches by Sven Neuhaus. Files:
proto/FORWARD_SECRECY_README.html, proto/SMTPD_ACCESS_README.html.
20180106
Cleanup: missing mailbox seek-to-end error check in the
local(8) delivery agent. File: local/mailbox.c.
Cleanup: incorrect mailbox seek-to-end error message in the
virtual(8) delivery agent. File: virtual/mailbox.c.
MFH: 2018Q1
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix211/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix211/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix211/Makefile b/mail/postfix211/Makefile index 00bce79ff49b..b56b9ee74481 100644 --- a/mail/postfix211/Makefile +++ b/mail/postfix211/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 2.11.10 +PORTVERSION= 2.11.11 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ diff --git a/mail/postfix211/distinfo b/mail/postfix211/distinfo index e82ea9fac28f..683a1a19864c 100644 --- a/mail/postfix211/distinfo +++ b/mail/postfix211/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1383475619 -SHA256 (postfix/postfix-2.11.10.tar.gz) = 4d9dca8a6f08adcb70fc02a00bde0f8057f062bc16dfa32acd6bbec2b0ffb9dd -SIZE (postfix/postfix-2.11.10.tar.gz) = 4033890 +TIMESTAMP = 1350850131 +SHA256 (postfix/postfix-2.11.11.tar.gz) = 4cf79888465a5da75a887ad2bd22cffbc98b3f0a967c79cadff3fb27f6ca0bd7 +SIZE (postfix/postfix-2.11.11.tar.gz) = 4034155 SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191 SHA256 (postfix/postfix-vda-v13-2.10.0.patch) = 6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f |