pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/cy2-otp Initial import of security/cy2-otp, t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae06417b2f92
branches: trunk
changeset: 479398:ae06417b2f92
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Aug 13 18:14:19 2004 +0000
description:
Initial import of security/cy2-otp, the SASL OTP AUTH plugin.
diffstat:
security/cy2-otp/DESCR | 8 ++++++++
security/cy2-otp/Makefile | 24 ++++++++++++++++++++++++
security/cy2-otp/PLIST | 5 +++++
3 files changed, 37 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r 7d795daba714 -r ae06417b2f92 security/cy2-otp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cy2-otp/DESCR Fri Aug 13 18:14:19 2004 +0000
@@ -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 OTP authentication
+mechanism.
diff -r 7d795daba714 -r ae06417b2f92 security/cy2-otp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cy2-otp/Makefile Fri Aug 13 18:14:19 2004 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/13 18:14:19 jlam Exp $
+
+PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-otp/}
+COMMENT= Cyrus SASL OTP authentication plugin
+SASL_PLUGIN= yes
+
+CONFLICTS= cyrus-sasl<=2.1.19nb1
+
+.include "../cyrus-sasl2/Makefile.common"
+
+CONFIGURE_ARGS+= --enable-otp
+CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
+
+BUILD_DIRS= ${WRKSRC}/plugins
+ALL_TARGET= libotp.la
+
+.include "../../security/openssl/buildlink3.mk"
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PLUGINDIR}
+ cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
+ ${INSTALL_PROGRAM} libotp.la ${PLUGINDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7d795daba714 -r ae06417b2f92 security/cy2-otp/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cy2-otp/PLIST Fri Aug 13 18:14:19 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/13 18:14:19 jlam Exp $
+lib/sasl2/libotp.la
+lib/sasl2/libotp.so
+lib/sasl2/libotp.so.2
+lib/sasl2/libotp.so.2.19
Home |
Main Index |
Thread Index |
Old Index