summaryrefslogtreecommitdiff
path: root/security/cy2-ntlm
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-29 05:47:30 +0000
committerjlam <jlam>2004-03-29 05:47:30 +0000
commit963f38d221cadfb19de8fc705dbc52e3bb990b61 (patch)
tree4f3dd3512e95953015742acdd0c835be62d4b1f8 /security/cy2-ntlm
parentbdc005d46035e154e9ab9ada79f502e80e17e643 (diff)
downloadpkgsrc-963f38d221cadfb19de8fc705dbc52e3bb990b61.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-ntlm')
-rw-r--r--security/cy2-ntlm/Makefile5
-rw-r--r--security/cy2-ntlm/PLIST4
2 files changed, 4 insertions, 5 deletions
diff --git a/security/cy2-ntlm/Makefile b/security/cy2-ntlm/Makefile
index 3701ad083f2..f715568bef9 100644
--- a/security/cy2-ntlm/Makefile
+++ b/security/cy2-ntlm/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/03/26 02:27:52 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/29 05:47:31 jlam Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ntlm/}
-PKGREVISION= 2
COMMENT= Cyrus SASL NTLM authentication plugin
-SASL_PLUGIN= YES
+SASL_PLUGIN= yes
.include "../cyrus-sasl2/Makefile.common"
diff --git a/security/cy2-ntlm/PLIST b/security/cy2-ntlm/PLIST
index 346f654d192..668b0c43a9f 100644
--- a/security/cy2-ntlm/PLIST
+++ b/security/cy2-ntlm/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/libntlm.la
lib/sasl2/libntlm.so
lib/sasl2/libntlm.so.2
-lib/sasl2/libntlm.so.2.17
+lib/sasl2/libntlm.so.2.18