summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-17 15:28:03 +0000
committerjlam <jlam>2007-09-17 15:28:03 +0000
commitc5e0726ccaa23ad7085c103e4a97f51ba096f6ff (patch)
tree6d5673b8a66bd39b99a142dc0dced239fe01d61d /meta-pkgs
parent0b1aafc3d987fa952bfe5b127cb403dac80fdb7d (diff)
downloadpkgsrc-c5e0726ccaa23ad7085c103e4a97f51ba096f6ff.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 'meta-pkgs')
-rw-r--r--meta-pkgs/courier/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-pkgs/courier/Makefile b/meta-pkgs/courier/Makefile
index a3540749159..983721b0e92 100644
--- a/meta-pkgs/courier/Makefile
+++ b/meta-pkgs/courier/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/09/11 13:52:58 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2007/09/17 15:28:05 jlam Exp $
DISTNAME= courier-${COURIER_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= meta-pkgs mail
MASTER_SITES= # empty
DISTFILES= # empty
@@ -20,9 +20,9 @@ COURIER_VERSION= 0.56.0
#
# net/couriertcpd, mail/courier-maildir, mail/courier-mta
#
-DEPENDS+= couriertcpd>=${COURIER_VERSION}:../../net/couriertcpd
+DEPENDS+= couriertcpd>=${COURIER_VERSION}nb1:../../net/couriertcpd
DEPENDS+= courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir
-DEPENDS+= courier-mta>=${COURIER_VERSION}nb5:../../mail/courier-mta
+DEPENDS+= courier-mta>=${COURIER_VERSION}nb6:../../mail/courier-mta
# The following packages must be from the same lineage as the version
# of Courier:
@@ -30,7 +30,7 @@ DEPENDS+= courier-mta>=${COURIER_VERSION}nb5:../../mail/courier-mta
# mail/maildrop, mail/courier-imap, mail/sqwebmail
#
DEPENDS+= maildrop>=2.0.4nb2:../../mail/maildrop
-DEPENDS+= courier-imap>=4.1.3:../../mail/courier-imap
+DEPENDS+= courier-imap>=4.1.3nb1:../../mail/courier-imap
DEPENDS+= sqwebmail>=5.1.6nb1:../../mail/sqwebmail
EXTRACT_ONLY= # empty