summaryrefslogtreecommitdiff
path: root/security/cy2-sql
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-15 21:58:16 +0000
committerjlam <jlam@pkgsrc.org>2004-11-15 21:58:16 +0000
commit59c037738d1ffe28f244e6c44b4b933cf9298e82 (patch)
treeb4b97566e9d24620ceef23098427c4da07cab17c /security/cy2-sql
parent49085a6df6e0caaea0b44a6c5fa680bd9603006e (diff)
downloadpkgsrc-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-sql')
-rw-r--r--security/cy2-sql/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/cy2-sql/Makefile b/security/cy2-sql/Makefile
index 4054ec146ec..3baf49f6e83 100644
--- a/security/cy2-sql/Makefile
+++ b/security/cy2-sql/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2004/10/03 00:18:08 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/15 21:58:17 jlam Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-sql/}
-PKGREVISION= 1
COMMENT= Cyrus SASL SQL authentication plugin
SASL_PLUGIN= yes
@@ -31,7 +30,7 @@ CONFIGURE_ARGS+= --with-pgsql=${PGSQL_PREFIX}
CONFIGURE_ARGS+= --with-sqlite=${BUILDLINK_PREFIX.sqlite}
.endif
-CONFIGURE_ARGS+= --enable-sql # LOGIN
+CONFIGURE_ARGS+= --enable-sql
BUILD_DIRS= ${WRKSRC}/plugins
ALL_TARGET= libsql.la