diff options
author | jwise <jwise@pkgsrc.org> | 2003-07-24 21:06:25 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2003-07-24 21:06:25 +0000 |
commit | 9b55571cd9f23e514bf7196483300e2e9f4c9dd0 (patch) | |
tree | b677aab1d3399152417883ef4c39f9f64dc2ae6a /security/openssh+gssapi | |
parent | 98496d7188696ad39022b88be034b72f50dee5a4 (diff) | |
download | pkgsrc-9b55571cd9f23e514bf7196483300e2e9f4c9dd0.tar.gz |
Make difference between this package and ../openssh clearer in DESCR and
COMMENT, and add comment to Makefile explaining why we copy, rather than
source, files from ../openssh.
Diffstat (limited to 'security/openssh+gssapi')
-rw-r--r-- | security/openssh+gssapi/DESCR | 8 | ||||
-rw-r--r-- | security/openssh+gssapi/Makefile | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/security/openssh+gssapi/DESCR b/security/openssh+gssapi/DESCR index 764ae7f0903..784da25242d 100644 --- a/security/openssh+gssapi/DESCR +++ b/security/openssh+gssapi/DESCR @@ -5,10 +5,4 @@ clean-ups. More information about SSH itself can be found in the file README.Ylonen. OpenSSH has been created by Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song. -This port consists of the re-introduction of autoconf support, PAM -support (for Linux and Solaris), EGD[1] support, SOCKS support (using -the Dante [6] libraries and replacements for OpenBSD library functions -that are (regrettably) absent from other unices. This port has been -best tested on Linux, Solaris, HPUX, NetBSD and Irix. Support for AIX, -SCO, NeXT and other Unices is underway. This version actively tracks -changes in the OpenBSD CVS repository. +This package adds enhanced support for GSSAPI, provided by sxw.org.uk. diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile index 8d1834809f6..079d63fe2c8 100644 --- a/security/openssh+gssapi/Makefile +++ b/security/openssh+gssapi/Makefile @@ -1,4 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/07/24 21:01:23 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2003/07/24 21:06:26 jwise Exp $ + +# NOTE: This package is modeled on ../openssh, but does not share +# files with it as that package may update faster than the gssapi +# patches do. DISTNAME= openssh-3.6.1p2 PKGNAME= openssh+gssapi-3.6.1.2.20030430 @@ -19,7 +23,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://www.openssh.com/ -COMMENT= Open Source Secure shell client and server (remote login program) +COMMENT= Open Source Secure shell client and server with enhanced GSSAPI support CONFLICTS= sftp-[0-9]* CONFLICTS+= ssh-[0-9]* ssh6-[0-9]* ssh2-[0-9]* |