summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaca <taca>2011-05-10 13:38:23 +0000
committertaca <taca>2011-05-10 13:38:23 +0000
commit16613334983e5bc4a13e5b68d37996588a7d4f77 (patch)
treeda923b58a413505f0cecd897454d79816fd14282 /mail
parent6b070834361a256ab834e932e24254bd94def09e (diff)
downloadpkgsrc-16613334983e5bc4a13e5b68d37996588a7d4f77.tar.gz
Update postfix package to 2.8.3.
* pkgsrc change: remoe mysql4 from PKG_OPTIONS. Securiy release for Memory corruption in Postfix SMTP server Cyrus SASL support: http://www.postfix.org/CVE-2011-1720.html 20110411 Cleanup: postscreen(8) and verify(8) daemons now lock their respective cache file exclusively upon open, to avoid massive cache corruption by unsupported sharing. Files: util/dict.h, util/dict_open.c, verify/verify.c, postscreen/postscreen.c. 20110414 Bugfix (introduced with Postfix SASL patch 20000314): don't reuse a server SASL handle after authentication failure. Problem reported by Thomas Jarosch of Intra2net AG. File: smtpd/smtpd_proto.c.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile4
-rw-r--r--mail/postfix/distinfo8
-rw-r--r--mail/postfix/options.mk11
3 files changed, 9 insertions, 14 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index f2cc15aff5c..c40af8fd8df 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.238 2011/03/22 09:37:27 taca Exp $
+# $NetBSD: Makefile,v 1.239 2011/05/10 13:38:23 taca Exp $
-DISTNAME= postfix-2.8.2
+DISTNAME= postfix-2.8.3
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
MASTER_SITES+= http://postfix.it-austria.net/releases/official/
diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo
index db74c628543..499a3ca83ea 100644
--- a/mail/postfix/distinfo
+++ b/mail/postfix/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.134 2011/03/22 09:37:27 taca Exp $
+$NetBSD: distinfo,v 1.135 2011/05/10 13:38:23 taca Exp $
-SHA1 (postfix-2.8.2.tar.gz) = 224e0b6dd161f4648114de8902124c9dec64aa8c
-RMD160 (postfix-2.8.2.tar.gz) = cc1c7a4cced486fc35ef6d786397b336d00c2e40
-Size (postfix-2.8.2.tar.gz) = 3644570 bytes
+SHA1 (postfix-2.8.3.tar.gz) = 2604066f158f5327449960afd6334b996dc01799
+RMD160 (postfix-2.8.3.tar.gz) = 9312cb25c352cc3613efed48e0a3b83f7f5fcba5
+Size (postfix-2.8.3.tar.gz) = 3645105 bytes
SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb
SHA1 (patch-ag) = e335304c9126b9b648fc96110bc68e2795b1ae35
SHA1 (patch-ai) = ef3feef8a4fe7781a89f7e087fc5780760b461b1
diff --git a/mail/postfix/options.mk b/mail/postfix/options.mk
index afb0805008e..298a46aed89 100644
--- a/mail/postfix/options.mk
+++ b/mail/postfix/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.35 2009/11/12 15:52:26 ghen Exp $
+# $NetBSD: options.mk,v 1.36 2011/05/10 13:38:23 taca Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.postfix
-PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl sqlite tls cdb
+PKG_SUPPORTED_OPTIONS= bdb ldap mysql pcre pgsql sasl sqlite tls cdb
PKG_SUGGESTED_OPTIONS= tls
.include "../../mk/bsd.options.mk"
@@ -58,12 +58,7 @@ AUXLIBS+= -L${BUILDLINK_PREFIX.openldap-client}/lib \
###
### Support using a MySQL database server for table lookups.
###
-.if !empty(PKG_OPTIONS:Mmysql4)
-. include "../../mk/mysql.buildlink3.mk"
-CCARGS+= -DHAS_MYSQL
-CCARGS+= `${BUILDLINK_PREFIX.mysql-client}/bin/mysql_config --include`
-AUXLIBS+= `${BUILDLINK_PREFIX.mysql-client}/bin/mysql_config --libs`
-.elif !empty(PKG_OPTIONS:Mmysql)
+.if !empty(PKG_OPTIONS:Mmysql)
. include "../../mk/mysql.buildlink3.mk"
CCARGS+= -DHAS_MYSQL -I${BUILDLINK_PREFIX.mysql-client}/include/mysql
AUXLIBS+= -L${BUILDLINK_PREFIX.mysql-client}/lib/mysql \