From 36f64b2b3c153752c3cf1bd841a9de248dc88744 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 11 Mar 2011 10:54:02 +0000 Subject: Pullup ticket #3385 - requested by taca mail/postfix-current: security update Revisions pulled up: - mail/postfix-current/MESSAGE patch - mail/postfix-current/MESSAGE.sasl patch - mail/postfix-current/Makefile patch - mail/postfix-current/PLIST patch - mail/postfix-current/distinfo patch - mail/postfix-current/files/mailer.conf patch - mail/postfix-current/patches/patch-aa patch - mail/postfix-current/patches/patch-ag patch - mail/postfix-current/patches/patch-ai patch - mail/postfix-current/patches/patch-as patch - mail/postfix-current/patches/patch-at deleted - mail/postfix-current/patches/patch-au deleted - mail/postfix-current/patches/patch-av deleted --- Update "postfix-current" package to version 2.8.1: Postfix stable release 2.8.0 is available. This release continues the move towards improving code and documentation, and making the system better prepared for changes in the threat environment. The postscreen daemon (a zombie blocker in front of Postfix) is now included with the stable release. postscreen now supports TLS and can log the rejected sender, recipient and helo information. See the POSTSCREEN_README file for recommended usage scenarios. Support for DNS whitelisting (permit_rhswl_client), and for pattern matching to filter the responses from DNS white/blacklist servers (e.g., reject_rhsbl_client zen.spamhaus.org=127.0.0.[1..10]). Improved message tracking across SMTP-based content filters; the after-filter SMTP server can log the before-filter queue ID (the XCLIENT protocol was extended). Read-only support for sqlite databases. See sqlite_table(5) and SQLITE_README. Support for 'footers' that are appended to SMTP server "reject" responses. See "smtpd_reject_footer" in the postconf(5) manpage. --- mail/postfix-current/Makefile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'mail/postfix-current/Makefile') diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 7f06b7e301b..621b106f167 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.115 2010/09/28 13:21:31 wiz Exp $ +# $NetBSD: Makefile,v 1.115.4.1 2011/03/11 10:54:02 tron Exp $ -DISTNAME= postfix-2.8-20100603 -PKGNAME= postfix-2.8.20100603 +DISTNAME= postfix-2.8.1 CATEGORIES= mail -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ -MASTER_SITES+= http://postfix.it-austria.net/releases/experimental/ -MASTER_SITES+= http://mirrors.isc.org/pub/postfix/experimental/ -MASTER_SITES+= http://mirror.postfix.jp/postfix-release/experimental/ -DIST_SUBDIR= postfix +MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ +MASTER_SITES+= http://postfix.it-austria.net/releases/official/ +MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/ +MASTER_SITES+= http://mirror.postfix.jp/postfix-release/official/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.postfix.org/ @@ -17,7 +15,7 @@ LICENSE= cpl-1.0 #LICENSE= postfix-license CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* -CONFLICTS+= postfix-2.[6-7]-[0-9]* esmtp>=1.2 +CONFLICTS+= esmtp>=1.2 PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -- cgit v1.2.3