summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-13 18:12:58 +0000
committerjlam <jlam>2004-08-13 18:12:58 +0000
commitb89280778770adf6a24e7556a4e77bcfa887a2da (patch)
tree0b9947810721bb5b705ac6aeab4b7d39cdb5a0b3 /security
parent5705e0c52e117da50d312d623de679e9ba56e4b8 (diff)
downloadpkgsrc-b89280778770adf6a24e7556a4e77bcfa887a2da.tar.gz
Initial import of security/cy2-anonymous, the SASL ANONYMOUS AUTH plugin.
Diffstat (limited to 'security')
-rw-r--r--security/cy2-anonymous/DESCR8
-rw-r--r--security/cy2-anonymous/Makefile21
-rw-r--r--security/cy2-anonymous/PLIST5
3 files changed, 34 insertions, 0 deletions
diff --git a/security/cy2-anonymous/DESCR b/security/cy2-anonymous/DESCR
new file mode 100644
index 00000000000..f98690f23ed
--- /dev/null
+++ b/security/cy2-anonymous/DESCR
@@ -0,0 +1,8 @@
+SASL is a method for adding authentication support to connection-based
+protocols. To use SASL, a protocol includes a command for identifying and
+authenticating a user to a server and for optionally negotiating protection
+of subsequent protocol interactions. If its use is negotiated, a security
+layer is inserted between the protocol and the connection.
+
+This is the Cyrus SASL plugin that implements the ANONYMOUS authentication
+mechanism.
diff --git a/security/cy2-anonymous/Makefile b/security/cy2-anonymous/Makefile
new file mode 100644
index 00000000000..44df47e5db3
--- /dev/null
+++ b/security/cy2-anonymous/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/13 18:12:58 jlam Exp $
+
+PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-anonymous/}
+COMMENT= Cyrus SASL ANONYMOUS authentication plugin
+SASL_PLUGIN= yes
+
+CONFLICTS= cyrus-sasl<=2.1.19nb1
+
+.include "../cyrus-sasl2/Makefile.common"
+
+CONFIGURE_ARGS+= --enable-anonymous
+
+BUILD_DIRS= ${WRKSRC}/plugins
+ALL_TARGET= libanonymous.la
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PLUGINDIR}
+ cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
+ ${INSTALL_PROGRAM} libanonymous.la ${PLUGINDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/cy2-anonymous/PLIST b/security/cy2-anonymous/PLIST
new file mode 100644
index 00000000000..977a798a199
--- /dev/null
+++ b/security/cy2-anonymous/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/13 18:12:58 jlam Exp $
+lib/sasl2/libanonymous.la
+lib/sasl2/libanonymous.so
+lib/sasl2/libanonymous.so.2
+lib/sasl2/libanonymous.so.2.19