pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/postfix postfix: Update to 3.7.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fd5716805f3
branches:  trunk
changeset: 386839:7fd5716805f3
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sat Oct 15 20:34:57 2022 +0000

description:
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'.

diffstat:

 mail/postfix/Makefile.common                 |   4 ++--
 mail/postfix/distinfo                        |  10 +++++-----
 mail/postfix/patches/patch-src_smtpd_smtpd.c |   6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (60 lines):

diff -r 8c15a3c8e510 -r 7fd5716805f3 mail/postfix/Makefile.common
--- a/mail/postfix/Makefile.common      Sat Oct 15 20:30:35 2022 +0000
+++ b/mail/postfix/Makefile.common      Sat Oct 15 20:34:57 2022 +0000
@@ -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/
 
diff -r 8c15a3c8e510 -r 7fd5716805f3 mail/postfix/distinfo
--- a/mail/postfix/distinfo     Sat Oct 15 20:30:35 2022 +0000
+++ b/mail/postfix/distinfo     Sat Oct 15 20:34:57 2022 +0000
@@ -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
diff -r 8c15a3c8e510 -r 7fd5716805f3 mail/postfix/patches/patch-src_smtpd_smtpd.c
--- a/mail/postfix/patches/patch-src_smtpd_smtpd.c      Sat Oct 15 20:30:35 2022 +0000
+++ b/mail/postfix/patches/patch-src_smtpd_smtpd.c      Sat Oct 15 20:34:57 2022 +0000
@@ -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 @@
   /*
    * 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