diff options
author | obache <obache@pkgsrc.org> | 2009-05-14 23:00:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-05-14 23:00:46 +0000 |
commit | 4b931b2c0d7673fb58432e3c0c675f483ee7e286 (patch) | |
tree | b7946423c5aff60c59d9fcd56ad1f34221c13521 /security/cy2-gssapi | |
parent | fc75562bb3c42e3826bd1aef9a2d2561e02cc5c4 (diff) | |
download | pkgsrc-4b931b2c0d7673fb58432e3c0c675f483ee7e286.tar.gz |
Update cyrus-sasl to 2.1.23.
New in 2.1.23
-------------
* Fixed CERT VU#238019 (make sure sasl_encode64() always NUL
terminates output or returns SASL_BUFOVER)
Diffstat (limited to 'security/cy2-gssapi')
-rw-r--r-- | security/cy2-gssapi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/cy2-gssapi/Makefile b/security/cy2-gssapi/Makefile index bd9069d5b6d..2909b4d6726 100644 --- a/security/cy2-gssapi/Makefile +++ b/security/cy2-gssapi/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2008/08/12 10:16:54 obache Exp $ +# $NetBSD: Makefile,v 1.14 2009/05/14 23:00:47 obache Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-gssapi/} -PKGREVISION= 1 COMMENT= Cyrus SASL GSSAPI authentication plugin SASL_PLUGIN= yes |