diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-15 21:58:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-15 21:58:16 +0000 |
commit | 59c037738d1ffe28f244e6c44b4b933cf9298e82 (patch) | |
tree | b4b97566e9d24620ceef23098427c4da07cab17c /security/cy2-otp | |
parent | 49085a6df6e0caaea0b44a6c5fa680bd9603006e (diff) | |
download | pkgsrc-59c037738d1ffe28f244e6c44b4b933cf9298e82.tar.gz |
Update security/cyrus-sasl2 and associated plugins to 2.1.20. Changes
from version 2.1.19 include:
* Fixes to cram plugin to avoid attempting to canonify uninitialized data
(This removes the need for patch-af).
* NTLM portability fixes.
* Avoid potential attack using SASL_PATH when sasl is used in a setuid
environment.
* A trivial number of small bugfixes.
Diffstat (limited to 'security/cy2-otp')
-rw-r--r-- | security/cy2-otp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/cy2-otp/Makefile b/security/cy2-otp/Makefile index b5fba3025bd..5b911d99e11 100644 --- a/security/cy2-otp/Makefile +++ b/security/cy2-otp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:08 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/15 21:58:17 jlam Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-otp/} -PKGREVISION= 1 COMMENT= Cyrus SASL OTP authentication plugin SASL_PLUGIN= yes |