diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-09 22:12:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-09 22:12:18 +0000 |
commit | 3d7c9445c0c9f21f19a139a837d00a430ffe5a0c (patch) | |
tree | d7428240b785dee2e4a0248894ccca87b80af75e /mail/courier-mta/Makefile | |
parent | 18017dfa91d87813d2984985c05b3a062505a7a3 (diff) | |
download | pkgsrc-3d7c9445c0c9f21f19a139a837d00a430ffe5a0c.tar.gz |
Update mail/courier-mta to 0.53.2. Changes from version 0.53.1 include:
* [SECURITY] Fix bug in encoding of usernames that contain '='. This
fixes the security advisories noted here:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2659
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368834
http://secunia.com/advisories/20519/
* Implemented "Purge" option for mail filters.
* Invoke Courier filters in alphabetical order, and uses 050 exit code
to accept a message without running the remaining filters, which gets
converted to a 250 ESMTP code.
* Fix improper parsing of ident/pfix tokens in SPF.
* New command line tool "aliaslookup" to look up mail aliases.
* Added support for the koi8-u character set.
Diffstat (limited to 'mail/courier-mta/Makefile')
-rw-r--r-- | mail/courier-mta/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/courier-mta/Makefile b/mail/courier-mta/Makefile index 60b90d18c6e..77f591d22fb 100644 --- a/mail/courier-mta/Makefile +++ b/mail/courier-mta/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2006/05/01 02:57:58 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/09 22:12:18 jlam Exp $ DISTNAME= courier-${COURIER_VERSION} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 @@ -13,6 +12,7 @@ COMMENT= Courier mail transport agent HOMEPAGE= http://www.courier-mta.org/ DEPENDS+= courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir +DEPENDS+= couriertcpd>=${COURIER_VERSION}:../../net/couriertcpd DEPENDS+= maildrop>=2.0.2:../../mail/maildrop USE_TOOLS+= gmake perl:run |