diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-17 15:28:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-17 15:28:03 +0000 |
commit | 2f710b31e751ed6e608dba60d53060dad99d8579 (patch) | |
tree | 6d5673b8a66bd39b99a142dc0dced239fe01d61d /mail/courier-imap/Makefile | |
parent | 3e50b17466d788c032c911b798c994047864de02 (diff) | |
download | pkgsrc-2f710b31e751ed6e608dba60d53060dad99d8579.tar.gz |
Include a patch taken from the main Courier CVS repository that adds
a new TLS_PROTOCOL selection "SSL23" that allows for trying to negotiate
initially with SSLv3 but falling back to SSLv2:
courier/tcpd/libcouriertls.c:1.21
This allows Courier to interoperate with older mail servers and clients
that are still using SSLv2 when advertising or attempting to use
advertised STARTTLS capabilities.
This change modifies the following packages and bumps their PKGREVISIONs:
mail/courier-imap to 1.
mail/courier-mta to 6.
meta-pkgs/courier to 2.
net/couriertcpd to 1.
Diffstat (limited to 'mail/courier-imap/Makefile')
-rw-r--r-- | mail/courier-imap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index ad03a439add..acfd965dce7 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2007/08/10 17:56:57 jlam Exp $ +# $NetBSD: Makefile,v 1.63 2007/09/17 15:28:04 jlam Exp $ DISTNAME= courier-imap-4.1.3 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 @@ -10,7 +11,7 @@ COMMENT= IMAP server for access to maildir-style mailboxes HOMEPAGE= http://www.courier-mta.org/imap/ DEPENDS+= courier-maildir>=0.53.1:../../mail/courier-maildir -DEPENDS+= couriertcpd>=0.53.2nb2:../../net/couriertcpd +DEPENDS+= couriertcpd>=0.56.0nb1:../../net/couriertcpd USE_TOOLS+= env gmake openssl:run perl USE_LANGUAGES= c c++ |