pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/postfix



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jul 26 06:56:45 UTC 2025

Modified Files:
        pkgsrc/mail/postfix: Makefile.common distinfo

Log Message:
mail/postfix: update to 3.10.3

Postfix 3.10.3 (2025-07-10)

This release fixes defects that were introduced in Postfix 3.10.
These were fixed first in the Postfix 3.11 unstable release.

The defects exist only with the default configuration "tls_required_enable
= yes".

* Bugfix (defect introduced: Postfix-3.10, date 20250117): include
  the current TLS security level in the SMTP connection cache
  lookup key for lookups by next-hop destination, to avoid reusing
  the same SMTP connection when sending messages with and without
  a "TLS-Required: no" header. Likewise, include the current TLS
  security level in the TLS session lookup key, to avoid reusing
  the same TLS session info when sending messages with and without
  a "TLS-Required: no" header.

* Bugfix (defect introduced: Postfix-3.10, date 20250117): the
  Postfix SMTP client attempted to look up TLSA records even with
  "TLS-Required: no". This could result in unnecessary failures.
  Fix by Viktor Dukhovni & Wietse.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.214 -r1.215 pkgsrc/mail/postfix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/postfix/Makefile.common
diff -u pkgsrc/mail/postfix/Makefile.common:1.56 pkgsrc/mail/postfix/Makefile.common:1.57
--- pkgsrc/mail/postfix/Makefile.common:1.56    Mon May 19 15:56:57 2025
+++ pkgsrc/mail/postfix/Makefile.common Sat Jul 26 06:56:45 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.56 2025/05/19 15:56:57 taca Exp $
+# $NetBSD: Makefile.common,v 1.57 2025/07/26 06:56:45 taca Exp $
 # used by mail/postfix/Makefile
 # used by mail/postfix/Makefile.module
 
-DISTNAME=      postfix-3.10.2
+DISTNAME=      postfix-3.10.3
 CATEGORIES=    mail
 MASTER_SITES=  https://ftp.fu-berlin.de/unix/mail/postfix/official/
 MASTER_SITES+= https://ghostarchive.org/postfix/postfix-release/official/

Index: pkgsrc/mail/postfix/distinfo
diff -u pkgsrc/mail/postfix/distinfo:1.214 pkgsrc/mail/postfix/distinfo:1.215
--- pkgsrc/mail/postfix/distinfo:1.214  Mon May 19 15:56:57 2025
+++ pkgsrc/mail/postfix/distinfo        Sat Jul 26 06:56:45 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.214 2025/05/19 15:56:57 taca Exp $
+$NetBSD: distinfo,v 1.215 2025/07/26 06:56:45 taca Exp $
 
-BLAKE2s (postfix-3.10.2.tar.gz) = 9ca8428e5c0d0471b7fcc1f1ee6efc7d47e4e848cd5a497f8f7b28ab94bba7b2
-SHA512 (postfix-3.10.2.tar.gz) = 722a29613beae57caacbda1180c7882bfdfe7b948fd64acecbe704b0dbcd1989c59b73adfa6c686a51ad9d4c7a51650b7287b185515de2eaa1a6355127ca634f
-Size (postfix-3.10.2.tar.gz) = 5048137 bytes
+BLAKE2s (postfix-3.10.3.tar.gz) = 77c7553d9446843a6d8da71a62181564593d81e3341eeb55d5e316df0c5215df
+SHA512 (postfix-3.10.3.tar.gz) = 457f2d49c0845992b19601fb597422190f7506da5edd66eac1b0387e9adb339a65d3822205b1c4e9243d8f0a9a4108eb7cf11fba6b53f366934caf8cd489157c
+Size (postfix-3.10.3.tar.gz) = 5048719 bytes
 SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
 SHA1 (patch-ag) = 8ab3cfafa63056f9a7f096da7e55bcccab965180
 SHA1 (patch-ai) = 3d143532e1e9a149c6c06e2efadcd34f6f72e82d



Home | Main Index | Thread Index | Old Index