Date: Sun, 31 Jul 2016 06:38:53 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419341 - head/mail/postfix-current Message-ID: <201607310638.u6V6crM8018715@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Sun Jul 31 06:38:52 2016 New Revision: 419341 URL: https://svnweb.freebsd.org/changeset/ports/419341 Log: - 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. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sun Jul 31 01:39:01 2016 (r419340) +++ head/mail/postfix-current/Makefile Sun Jul 31 06:38:52 2016 (r419341) @@ -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/ \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Sun Jul 31 01:39:01 2016 (r419340) +++ head/mail/postfix-current/distinfo Sun Jul 31 06:38:52 2016 (r419341) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607310638.u6V6crM8018715>