diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-29 05:47:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-29 05:47:30 +0000 |
commit | e9e6784a0d24bb04cad2601ab566f90b8807b88f (patch) | |
tree | 4f3dd3512e95953015742acdd0c835be62d4b1f8 /security/cy2-ntlm | |
parent | a80d266a4620e732c3d6da660a316aa6eb017164 (diff) | |
download | pkgsrc-e9e6784a0d24bb04cad2601ab566f90b8807b88f.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/Makefile | 5 | ||||
-rw-r--r-- | security/cy2-ntlm/PLIST | 4 |
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 |