aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-10-14 13:25:50 +0800
committerdinoex <dinoex@FreeBSD.org>2004-10-14 13:25:50 +0800
commit7c760a2509df3904a0d75e44efd622630d0f3120 (patch)
tree688e08d7f0c3939740b75606c1899a9153468406 /security
parent6153af69e1b54e96a0274c90955766ee8e38387c (diff)
downloadfreebsd-ports-gnome-7c760a2509df3904a0d75e44efd622630d0f3120.tar.gz
freebsd-ports-gnome-7c760a2509df3904a0d75e44efd622630d0f3120.tar.zst
freebsd-ports-gnome-7c760a2509df3904a0d75e44efd622630d0f3120.zip
- add a line why this port exist
- drop maintainership
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile2
-rw-r--r--security/openssh/pkg-descr2
2 files changed, 3 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 5cb9a5e1336a..728385df3631 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -19,7 +19,7 @@ EXTRACT_SUFX= .tgz
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= openbsd28_${PORTVERSION}.patch
-MAINTAINER= dinoex@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= OpenBSD's secure shell client and server (remote login program)
CONFLICTS?= openssh-portable-* openssh-gssapi-* ssh-1.* ssh2-3.*
diff --git a/security/openssh/pkg-descr b/security/openssh/pkg-descr
index 1bfe9c2ddd76..a2a618f4e659 100644
--- a/security/openssh/pkg-descr
+++ b/security/openssh/pkg-descr
@@ -9,6 +9,8 @@ SSH version 1.2.12, which has a BSD-style license. Maintained by the
OpenBSD project, this is the most free and secure SSH implementation
in the world. OpenSSH supports SSH protocol version 1.5 and 2.0.
+If you don't need SKEY/OPIE you like to use openssh-portable
+
WWW: http://www.openssh.com/
- Brian Feldman