diff options
author | triaxx <triaxx@pkgsrc.org> | 2022-10-15 20:34:57 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2022-10-15 20:34:57 +0000 |
commit | 514c5ae659f7a5409f6bdd3a4991480787b9f809 (patch) | |
tree | 961f277232766f55fd00e0fe0370dca89276ea54 | |
parent | 5758a4aa2e34160060685f5185a3ca9d484e3cb2 (diff) | |
download | pkgsrc-514c5ae659f7a5409f6bdd3a4991480787b9f809.tar.gz |
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'.
-rw-r--r-- | mail/postfix/Makefile.common | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 10 | ||||
-rw-r--r-- | mail/postfix/patches/patch-src_smtpd_smtpd.c | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/mail/postfix/Makefile.common b/mail/postfix/Makefile.common index ebcf15dc8f9..b154fff3e34 100644 --- a/mail/postfix/Makefile.common +++ b/mail/postfix/Makefile.common @@ -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 --git a/mail/postfix/distinfo b/mail/postfix/distinfo index fc8eacce0de..12ff26aed88 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -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 --git a/mail/postfix/patches/patch-src_smtpd_smtpd.c b/mail/postfix/patches/patch-src_smtpd_smtpd.c index e5ecaa2ef2d..15357d4f67d 100644 --- a/mail/postfix/patches/patch-src_smtpd_smtpd.c +++ b/mail/postfix/patches/patch-src_smtpd_smtpd.c @@ -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); |