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:   triaxx
Date:           Sat Oct 15 20:34:57 UTC 2022

Modified Files:
        pkgsrc/mail/postfix: Makefile.common distinfo
        pkgsrc/mail/postfix/patches: patch-src_smtpd_smtpd.c

Log Message:
postfix: Update to 3.7.3

upstream changes:
Postfix 3.7.3
  o This fixes a bug where some messages were not delivered after "warning:
    Unexpected record type 'X'.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.202 -r1.203 pkgsrc/mail/postfix/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/postfix/patches/patch-src_smtpd_smtpd.c

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.41 pkgsrc/mail/postfix/Makefile.common:1.42
--- pkgsrc/mail/postfix/Makefile.common:1.41    Thu Jul 21 15:08:39 2022
+++ pkgsrc/mail/postfix/Makefile.common Sat Oct 15 20:34:57 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.41 2022/07/21 15:08:39 taca Exp $
+# $NetBSD: Makefile.common,v 1.42 2022/10/15 20:34:57 triaxx Exp $
 # used by mail/postfix/Makefile
 # used by mail/postfix/Makefile.module
 
-DISTNAME=      postfix-3.7.2
+DISTNAME=      postfix-3.7.3
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/official/
 

Index: pkgsrc/mail/postfix/distinfo
diff -u pkgsrc/mail/postfix/distinfo:1.202 pkgsrc/mail/postfix/distinfo:1.203
--- pkgsrc/mail/postfix/distinfo:1.202  Thu Jul 21 15:08:39 2022
+++ pkgsrc/mail/postfix/distinfo        Sat Oct 15 20:34:57 2022
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.202 2022/07/21 15:08:39 taca Exp $
+$NetBSD: distinfo,v 1.203 2022/10/15 20:34:57 triaxx Exp $
 
-BLAKE2s (postfix-3.7.2.tar.gz) = 64623c1410113c29aebd4f7e25f631339f1ea12ea4c1a4e18526f9a09e460658
-SHA512 (postfix-3.7.2.tar.gz) = 23bb1af6bf3743c741f108da136f64613f9062d121dc459944ac192275335952cd309ffec6c380f5d36430605eec538c2549c3fdee9d4597f739d9d1b0a033fc
-Size (postfix-3.7.2.tar.gz) = 4824424 bytes
+BLAKE2s (postfix-3.7.3.tar.gz) = fc7c1d8c281a88f221ffb51e04fd562508c92fa29e39d6167978ec23f4d96721
+SHA512 (postfix-3.7.3.tar.gz) = 4ceedd1b7b364f47a3becc041cf29a48aea54e38306fd1227c5a7c25894831fb5c37150d99d781d237175e58da21ac53887c97d99bb6b715c4988777596ee890
+Size (postfix-3.7.3.tar.gz) = 4825380 bytes
 SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
 SHA1 (patch-ag) = 8ab3cfafa63056f9a7f096da7e55bcccab965180
 SHA1 (patch-ai) = c042f6cf94cbb7301e9e04707dd6eda59ccbbcef
 SHA1 (patch-src_smtpd_Makefile.in) = 8133f9cceb0c1c0250d6543cb060c66288571722
 SHA1 (patch-src_smtpd_pfilter.c) = c747d2f3584f694eb7b73b19118b4d8b450cfe7f
 SHA1 (patch-src_smtpd_pfilter.h) = 153b516da89d709d293c6086c2f126791bd945d6
-SHA1 (patch-src_smtpd_smtpd.c) = 5f290ec55305702986beefdbbc194f5ce7987643
+SHA1 (patch-src_smtpd_smtpd.c) = 03c768fc007156412d11cba6e4d450f73b775d5f

Index: pkgsrc/mail/postfix/patches/patch-src_smtpd_smtpd.c
diff -u pkgsrc/mail/postfix/patches/patch-src_smtpd_smtpd.c:1.2 pkgsrc/mail/postfix/patches/patch-src_smtpd_smtpd.c:1.3
--- pkgsrc/mail/postfix/patches/patch-src_smtpd_smtpd.c:1.2     Sat Aug 14 08:58:20 2021
+++ pkgsrc/mail/postfix/patches/patch-src_smtpd_smtpd.c Sat Oct 15 20:34:57 2022
@@ -1,10 +1,10 @@
-$NetBSD: patch-src_smtpd_smtpd.c,v 1.2 2021/08/14 08:58:20 taca Exp $
+$NetBSD: patch-src_smtpd_smtpd.c,v 1.3 2022/10/15 20:34:57 triaxx Exp $
 
 Add blocklist(3) support.
 
 --- src/smtpd/smtpd.c.orig     2021-07-24 21:43:57.000000000 +0000
 +++ src/smtpd/smtpd.c
-@@ -1263,6 +1263,8 @@
+@@ -1292,6 +1292,8 @@
  #include <smtpd_milter.h>
  #include <smtpd_expand.h>
  
@@ -13,7 +13,7 @@ Add blocklist(3) support.
   /*
    * Tunable parameters. Make sure that there is some bound on the length of
    * an SMTP command, so that the mail system stays in control even when a
-@@ -5804,6 +5806,10 @@ static void smtpd_proto(SMTPD_STATE *sta
+@@ -5865,6 +5867,10 @@ static void smtpd_proto(SMTPD_STATE *sta
                   || strcmp(state->reason, REASON_LOST_CONNECTION)) {
            msg_info("%s after %s from %s",
                     state->reason, state->where, state->namaddr);



Home | Main Index | Thread Index | Old Index