Date: Thu, 1 Feb 2018 20:27:18 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r460629 - branches/2018Q1/mail/postfix211 Message-ID: <201802012027.w11KRIP5052695@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Thu Feb 1 20:27:17 2018 New Revision: 460629 URL: https://svnweb.freebsd.org/changeset/ports/460629 Log: MFH: r460434 - 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. Approved by: ports-secteam (swills@) Modified: branches/2018Q1/mail/postfix211/Makefile branches/2018Q1/mail/postfix211/distinfo Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/mail/postfix211/Makefile ============================================================================== --- branches/2018Q1/mail/postfix211/Makefile Thu Feb 1 20:26:03 2018 (r460628) +++ branches/2018Q1/mail/postfix211/Makefile Thu Feb 1 20:27:17 2018 (r460629) @@ -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/ \ Modified: branches/2018Q1/mail/postfix211/distinfo ============================================================================== --- branches/2018Q1/mail/postfix211/distinfo Thu Feb 1 20:26:03 2018 (r460628) +++ branches/2018Q1/mail/postfix211/distinfo Thu Feb 1 20:27:17 2018 (r460629) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802012027.w11KRIP5052695>