.org> List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: otis X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4b266f63a722f98cb88e33bc02d6297095cc5d5d Auto-Submitted: auto-generated Date: Mon, 04 May 2026 13:05:19 +0000 Message-Id: <69f8998f.3e19b.3fe332b7@gitrepo.freebsd.org> The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b266f63a722f98cb88e33bc02d6297095cc5d5d commit 4b266f63a722f98cb88e33bc02d6297095cc5d5d Author: Juraj Lutter AuthorDate: 2026-05-04 12:57:57 +0000 Commit: Juraj Lutter CommitDate: 2026-05-04 13:05:09 +0000 mail/postfix: Update to 3.11.2 - Update to 3.11.2 - Also address [1] PR: 294462 [1] Reported by: des, dim, postfix release notification e-mail --- mail/postfix/Makefile | 4 ++-- mail/postfix/distinfo | 6 +++--- mail/postfix/files/patch-conf_main.cf | 13 +++++-------- mail/postfix/files/patch-src_util_sys__defs.h | 11 ----------- 4 files changed, 10 insertions(+), 24 deletions(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 30705c61f55f..bab07357b636 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ PORTNAME= postfix -DISTVERSION= 3.11.1 -PORTREVISION?= 2 +DISTVERSION= 3.11.2 +PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= https://postfix-mirror.horus-it.com/postfix-release/ \ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index b37043d0fcfc..4c9bed28566a 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1773217639 -SHA256 (postfix/postfix-3.11.1.tar.gz) = 659265606ed9b6242964b6d44a2aaf5e607d8fb9ad2541027a4a320ddfb89dc1 -SIZE (postfix/postfix-3.11.1.tar.gz) = 5280696 +TIMESTAMP = 1777898935 +SHA256 (postfix/postfix-3.11.2.tar.gz) = daed65b08c9288cdb386a914f3e52cdddd44935407b5ce5aee8bcc3aa4207778 +SIZE (postfix/postfix-3.11.2.tar.gz) = 5282053 diff --git a/mail/postfix/files/patch-conf_main.cf b/mail/postfix/files/patch-conf_main.cf index 9035a169d712..3329309e0a3a 100644 --- a/mail/postfix/files/patch-conf_main.cf +++ b/mail/postfix/files/patch-conf_main.cf @@ -1,11 +1,8 @@ ---- conf/main.cf.orig 2022-03-15 20:47:35 UTC +--- conf/main.cf.orig 2026-05-04 12:49:28 UTC +++ conf/main.cf -@@ -681,4 +681,7 @@ sample_directory = /usr/local/etc/postfix - # readme_directory: The location of the Postfix README files. - # - readme_directory = +@@ -691,4 +691,4 @@ meta_directory = /etc/postfix + # between multiple Postfix instances. + meta_directory = /etc/postfix + -inet_protocols = ipv4 +inet_protocols = all -+ -+# smtp CA path (default to system-wide location) -+smtp_tls_CApath = /etc/ssl/certs diff --git a/mail/postfix/files/patch-src_util_sys__defs.h b/mail/postfix/files/patch-src_util_sys__defs.h deleted file mode 100644 index 04f42490eb5f..000000000000 --- a/mail/postfix/files/patch-src_util_sys__defs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/util/sys_defs.h.orig 2025-01-03 18:19:26 UTC -+++ src/util/sys_defs.h -@@ -31,7 +31,7 @@ - || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ - || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \ - || defined(FREEBSD11) || defined(FREEBSD12) || defined(FREEBSD13) \ -- || defined(FREEBSD14) \ -+ || defined(FREEBSD14) || defined(FREEBSD15) || defined(FREEBSD16) \ - || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ - || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ - || defined(OPENBSD5) || defined(OPENBSD6) || defined(OPENBSD7) \