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:           Sun May 17 15:03:51 UTC 2026

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

Log Message:
mail/postfix: update to 3.11.3

3.11.3 (2026-05-17)

Fixed in Postfix 3.8-3.11:

  * Bitrot: builds with musl libc broke, because they were using an
    obsolete NO_SNPRINTF code path that had not been updated for Claude
    Code findings.

  * Two fixes for a signed integer overshift condition (a left shift into
    the sign bit). This "works" on contemporary CPUs, but may break in
    the future. One reported by Kamil Frankowicz, and one by Robert Sayre.

  * Viktor Dukhovni fixed an 'uninitialized value' error in the
    'collate.pl' script.

Fixed in Postfix 3.11:

  * Test code fixes by Viktor Dukhovni for a deprecation warning with
    OpenSSL 4.0, and for a race condition that caused a test script
    to fail.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.223 -r1.224 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.64 pkgsrc/mail/postfix/Makefile.common:1.65
--- pkgsrc/mail/postfix/Makefile.common:1.64    Mon May  4 23:58:58 2026
+++ pkgsrc/mail/postfix/Makefile.common Sun May 17 15:03:51 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.64 2026/05/04 23:58:58 taca Exp $
+# $NetBSD: Makefile.common,v 1.65 2026/05/17 15:03:51 taca Exp $
 # used by mail/postfix/Makefile
 # used by mail/postfix/Makefile.module
 
-DISTNAME=      postfix-3.11.2
+DISTNAME=      postfix-3.11.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.223 pkgsrc/mail/postfix/distinfo:1.224
--- pkgsrc/mail/postfix/distinfo:1.223  Mon May  4 23:58:58 2026
+++ pkgsrc/mail/postfix/distinfo        Sun May 17 15:03:51 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.223 2026/05/04 23:58:58 taca Exp $
+$NetBSD: distinfo,v 1.224 2026/05/17 15:03:51 taca Exp $
 
-BLAKE2s (postfix-3.11.2.tar.gz) = c3275c1b41f599754ee6181cf63ba028f6a6f782b8888e36361962cd3e744ac0
-SHA512 (postfix-3.11.2.tar.gz) = 1929bd640bbc0952dc3057fa46990fce23b968ef69e8c051d7f5661c5a99f36657983aa0c0f621430abfe0cf6c1ad5c88a00372864b1093f25cf8fcb1477f119
-Size (postfix-3.11.2.tar.gz) = 5282053 bytes
+BLAKE2s (postfix-3.11.3.tar.gz) = 819d0c19bd00aad6ccae54ad02cc761281cda47b49137e7e61930c7a8d3e3919
+SHA512 (postfix-3.11.3.tar.gz) = d1293c209a7033309975308991a2efa4f077bc7eb93b50a560ea714ea6280ada3726f5266c6b58926a326fda5a0fa68b486b543de092432ac9025dd424d24dd3
+Size (postfix-3.11.3.tar.gz) = 5282523 bytes
 SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
 SHA1 (patch-ag) = 5b6f0e82ce8202d76043130392c4c76737b155d7
 SHA1 (patch-ai) = 765faa3f959ab0669055d3742a2a2cfc3b454235



Home | Main Index | Thread Index | Old Index