summaryrefslogtreecommitdiff
path: root/security/cy2-ntlm
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-ntlm
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-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