summaryrefslogtreecommitdiff
path: root/security/cy2-login
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-29 05:47:30 +0000
committerjlam <jlam@pkgsrc.org>2004-03-29 05:47:30 +0000
commit44cfab94b51d1cd61491a59e9ecff4b70e2d0acd (patch)
tree4f3dd3512e95953015742acdd0c835be62d4b1f8 /security/cy2-login
parent6d92080aa240757729992f43156b2924bbda71c4 (diff)
downloadpkgsrc-44cfab94b51d1cd61491a59e9ecff4b70e2d0acd.tar.gz
Update security/cyrus-sasl2 to 2.1.18. Changes from version 2.1.17
include: * Better error-handling. * Support for Courier-IMAP authdaemond for plaintext password verification. * Fixed resource leaks and buffer overruns. pkgsrc changes include: * SASL_DBTYPE is either "ndbm" or "berkeley" and sets the db format of the sasldb authentication database, defaulting to ndbm. * SASLSOCKETDIR is the location of the saslauthd socket directory. * AUTHDAEMONVAR is the localt of the authdaemond socket directory. * SASL_ENTROPY_SOURCE is a file of random bytes used as a PRNG. This closes PR 24649 and PR 24694.
Diffstat (limited to 'security/cy2-login')
-rw-r--r--security/cy2-login/Makefile4
-rw-r--r--security/cy2-login/PLIST4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/cy2-login/Makefile b/security/cy2-login/Makefile
index 388e80a09c6..1276417741d 100644
--- a/security/cy2-login/Makefile
+++ b/security/cy2-login/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:52 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/03/29 05:47:31 jlam Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-login/}
PKGREVISION= 1
COMMENT= Cyrus SASL LOGIN authentication plugin
-SASL_PLUGIN= YES
+SASL_PLUGIN= yes
.include "../cyrus-sasl2/Makefile.common"
diff --git a/security/cy2-login/PLIST b/security/cy2-login/PLIST
index 0964a95b51d..2b14de6d5a0 100644
--- a/security/cy2-login/PLIST
+++ b/security/cy2-login/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2004/02/14 14:43:51 jlam Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/03/29 05:47:31 jlam Exp $
lib/sasl2/liblogin.la
lib/sasl2/liblogin.so
lib/sasl2/liblogin.so.2
-lib/sasl2/liblogin.so.2.17
+lib/sasl2/liblogin.so.2.18