File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ diff --git a/conf/main.cf b/conf/main.cf
2+ index 112c1f1..a98e0d8 100644
3+ --- a/conf/main.cf
4+ +++ b/conf/main.cf
5+ @@ -743,3 +743,5 @@ smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
6+ # plaintext (opportunistic TLS outbound).
7+ #
8+ smtp_tls_security_level = may
9+ + smtpd_data_restrictions = reject_unauth_pipelining
10+ + smtpd_discard_ehlo_keywords = chunking, silent-discard
Original file line number Diff line number Diff line change 5353Summary: Postfix Mail Transport Agent
5454Name: postfix
5555Version: 3.7.0
56- Release: 2 %{?dist }
56+ Release: 3 %{?dist }
5757License: (IBM AND GPLv2+) OR (EPL-2.0 AND GPLv2+)
5858Vendor: Microsoft Corporation
5959Distribution: Mariner
@@ -74,6 +74,7 @@ Patch1: postfix-3.5.0-config.patch
7474Patch2: postfix-3.4.0-files.patch
7575Patch3: postfix-3.3.3-alternatives.patch
7676Patch4: postfix-3.4.0-large-fs.patch
77+ Patch5: CVE-2023-51764.patch
7778Patch9: pflogsumm-1.1.5-datecalc.patch
7879# rhbz#1384871, sent upstream
7980Patch10: pflogsumm-1.1.5-ipv6-warnings-fix.patch
@@ -232,6 +233,7 @@ maps with Postfix, you need this.
232233%patch2 -p1 -b .files
233234%patch3 -p1 -b .alternatives
234235%patch4 -p1 -b .large-fs
236+ %patch5 -p1 -b .config
235237
236238# Change DEF_SHLIB_DIR according to build host
237239sed -i \
@@ -762,6 +764,9 @@ exit 0
762764%endif
763765
764766%changelog
767+ * Wed Jan 10 2024 Henry Li <lihl@microsoft.com> - 3.7.0-3
768+ - Fix CVE-2023-51764
769+
765770* Wed Sep 20 2023 Jon Slobodzian <joslobo@microsoft.com> - 3.7.0-2
766771- Recompile with stack-protection fixed gcc version (CVE-2023-4039)
767772
You can’t perform that action at this time.
0 commit comments