From 8f10917c09f2cb249a1bff8f36b6f7d5fcad3962 Mon Sep 17 00:00:00 2001 From: ohauer Date: Sun, 31 Jul 2016 06:38:52 +0000 Subject: - update to 20160730 20160728 Bugfix (introduced: 20090614): with concurrent connections from the same client IP address, and after-220 tests enabled, postscreen could overwrite the cached "all tests completed" result of one connection that completed the after-220 tests, with the "some tests not completed" result of a concurrent connection where the client hung up before completing the after-220 tests. Files: postscreen_misc.c, postscreen_state.c, postscreen.h, postscreen_tests.c, postscreen.c, postscreen_smtpd.c, postscreen_early.c. 20160730 Cleanup: don't try to optimize away postscreen cache updates. File: postscreen_misc.c. Cleanup: removed compatibility crutches that emulated a historical data organization from four years ago. Files: postscreen/postscreen.[hc], postscreen/postscreen_early.c, postscreen/postscreen_smtpd.c, postscreen/postscreen_tests.c. --- mail/postfix-current/Makefile | 3 +-- mail/postfix-current/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'mail') diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 8771d057aab..c2992cad8f7 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20160625 -PORTREVISION= 2 +DISTVERSION= 3.2-20160730 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 91ae8a1156a..d7e423e44a4 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466903100 -SHA256 (postfix/postfix-3.2-20160625.tar.gz) = 4bbadca76d5e6e68f1e719c11de45c5d36b26442e8bddef1fcde8c6b96860587 -SIZE (postfix/postfix-3.2-20160625.tar.gz) = 4366398 +TIMESTAMP = 1469910480 +SHA256 (postfix/postfix-3.2-20160730.tar.gz) = cb71332c020466648456546f05aa2b0241a87e843db50cfe4736e0f7b5a7d523 +SIZE (postfix/postfix-3.2-20160730.tar.gz) = 4367649 -- cgit