pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/cy2-gssapi Initial import of security/cy2-gss...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d795daba714
branches:  trunk
changeset: 479397:7d795daba714
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Aug 13 18:14:04 2004 +0000

description:
Initial import of security/cy2-gssapi, the SASL GSSAPI AUTH plugin.

diffstat:

 security/cy2-gssapi/DESCR    |   8 ++++++++
 security/cy2-gssapi/Makefile |  27 +++++++++++++++++++++++++++
 security/cy2-gssapi/PLIST    |   5 +++++
 3 files changed, 40 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 4fb3aac8081e -r 7d795daba714 security/cy2-gssapi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cy2-gssapi/DESCR Fri Aug 13 18:14:04 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 GSSAPI authentication
+mechanism.
diff -r 4fb3aac8081e -r 7d795daba714 security/cy2-gssapi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cy2-gssapi/Makefile      Fri Aug 13 18:14:04 2004 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/13 18:14:04 jlam Exp $
+
+PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-gssapi/}
+COMMENT=       Cyrus SASL GSSAPI authentication plugin
+SASL_PLUGIN=   yes
+
+CONFLICTS=     cyrus-sasl<=2.1.19nb1
+
+.include "../cyrus-sasl2/Makefile.common"
+
+CONFIGURE_ARGS+=       --enable-gssapi=${KRB5BASE}
+CONFIGURE_ARGS+=       --with-gss_impl=${GSSIMPL.${KRB5_TYPE}}
+GSSIMPL.heimdal=       heimdal
+GSSIMPL.mit-krb5=      mit
+
+BUILD_DIRS=    ${WRKSRC}/plugins
+ALL_TARGET=    libgssapiv2.la
+
+.include "../../mk/krb5.buildlink3.mk"
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PLUGINDIR}
+       cd ${WRKSRC}/plugins && \
+       ${SHLIBTOOL} --mode=install \
+               ${INSTALL_PROGRAM} libgssapiv2.la ${PLUGINDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 4fb3aac8081e -r 7d795daba714 security/cy2-gssapi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cy2-gssapi/PLIST Fri Aug 13 18:14:04 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/13 18:14:04 jlam Exp $
+lib/sasl2/libgssapiv2.la
+lib/sasl2/libgssapiv2.so
+lib/sasl2/libgssapiv2.so.2
+lib/sasl2/libgssapiv2.so.2.19



Home | Main Index | Thread Index | Old Index