summaryrefslogtreecommitdiff
path: root/security/cy2-digestmd5
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-13 18:13:52 +0000
committerjlam <jlam@pkgsrc.org>2004-08-13 18:13:52 +0000
commit40bfd63ab15c4ae63af2f459d53347be0304c18c (patch)
tree37d844d4bc1add069983bd41495d56012683337a /security/cy2-digestmd5
parent65e3156ac8a12710792c0cb316ba88cd0717fe96 (diff)
downloadpkgsrc-40bfd63ab15c4ae63af2f459d53347be0304c18c.tar.gz
Initial import of security/cy2-digestmd5, the SASL DIGEST-MD5 AUTH plugin.
Diffstat (limited to 'security/cy2-digestmd5')
-rw-r--r--security/cy2-digestmd5/DESCR8
-rw-r--r--security/cy2-digestmd5/Makefile25
-rw-r--r--security/cy2-digestmd5/PLIST5
3 files changed, 38 insertions, 0 deletions
diff --git a/security/cy2-digestmd5/DESCR b/security/cy2-digestmd5/DESCR
new file mode 100644
index 00000000000..357d90fdc33
--- /dev/null
+++ b/security/cy2-digestmd5/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 DIGEST-MD5 authentication
+mechanism.
diff --git a/security/cy2-digestmd5/Makefile b/security/cy2-digestmd5/Makefile
new file mode 100644
index 00000000000..8e411c7d3c6
--- /dev/null
+++ b/security/cy2-digestmd5/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/13 18:13:52 jlam Exp $
+
+PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-digestmd5/}
+COMMENT= Cyrus SASL DIGEST-MD5 authentication plugin
+SASL_PLUGIN= yes
+
+CONFLICTS= cyrus-sasl<=2.1.19nb1
+
+.include "../cyrus-sasl2/Makefile.common"
+
+CONFIGURE_ARGS+= --enable-digest
+CONFIGURE_ARGS+= --with-rc4
+CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
+
+BUILD_DIRS= ${WRKSRC}/plugins
+ALL_TARGET= libdigestmd5.la
+
+.include "../../security/openssl/buildlink3.mk"
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PLUGINDIR}
+ cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
+ ${INSTALL_PROGRAM} libdigestmd5.la ${PLUGINDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/cy2-digestmd5/PLIST b/security/cy2-digestmd5/PLIST
new file mode 100644
index 00000000000..9e193671b58
--- /dev/null
+++ b/security/cy2-digestmd5/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/13 18:13:52 jlam Exp $
+lib/sasl2/libdigestmd5.la
+lib/sasl2/libdigestmd5.so
+lib/sasl2/libdigestmd5.so.2
+lib/sasl2/libdigestmd5.so.2.19