Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 2026 13:05:19 +0000
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4b266f63a722 - main - mail/postfix: Update to 3.11.2
Message-ID:  <69f8998f.3e19b.3fe332b7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b266f63a722f98cb88e33bc02d6297095cc5d5d

commit 4b266f63a722f98cb88e33bc02d6297095cc5d5d
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2026-05-04 12:57:57 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
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) \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f8998f.3e19b.3fe332b7>