diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-10 12:54:09 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-10 12:54:09 +0800 |
commit | 7ed182ba320dcf69aca87d0c9c5e900c7e11f299 (patch) | |
tree | 663faac302d721f88586b417066ec9690552b561 | |
parent | 58a517ab2f5186e48cbd1d1917a919a4bb2e17d3 (diff) | |
download | freebsd-ports-gnome-7ed182ba320dcf69aca87d0c9c5e900c7e11f299.tar.gz freebsd-ports-gnome-7ed182ba320dcf69aca87d0c9c5e900c7e11f299.tar.zst freebsd-ports-gnome-7ed182ba320dcf69aca87d0c9c5e900c7e11f299.zip |
Extend the description for openssh-portable
Fix description for openssh
-rw-r--r-- | security/hpn-ssh/pkg-descr | 12 | ||||
-rw-r--r-- | security/openssh-portable/pkg-descr | 12 | ||||
-rw-r--r-- | security/openssh/pkg-descr | 3 |
3 files changed, 25 insertions, 2 deletions
diff --git a/security/hpn-ssh/pkg-descr b/security/hpn-ssh/pkg-descr index 6b11fb954879..99ac07bfd209 100644 --- a/security/hpn-ssh/pkg-descr +++ b/security/hpn-ssh/pkg-descr @@ -1,3 +1,15 @@ OpenBSD's OpenSSH portable version +Normal OpenSSH development produces a very small, secure, and easy to maintain +version for the OpenBSD project. The OpenSSH Portability Team takes that pure +version and adds portability code so that OpenSSH can run on many other +operating systems (Unfortunately, in particular since OpenSSH does +authentication, it runs into a *lot* of differences between Unix operating +systems). + +The portable OpenSSH follows development of the official version, but releases +are not synchronized. Portable releases are marked with a 'p' (e.g. 3.1p1). +The official OpenBSD source will never use the 'p' suffix, but will instead +increment the version number when they hit 'stable spots' in their development. + WWW: http://www.openssh.com/portable.html diff --git a/security/openssh-portable/pkg-descr b/security/openssh-portable/pkg-descr index 6b11fb954879..99ac07bfd209 100644 --- a/security/openssh-portable/pkg-descr +++ b/security/openssh-portable/pkg-descr @@ -1,3 +1,15 @@ OpenBSD's OpenSSH portable version +Normal OpenSSH development produces a very small, secure, and easy to maintain +version for the OpenBSD project. The OpenSSH Portability Team takes that pure +version and adds portability code so that OpenSSH can run on many other +operating systems (Unfortunately, in particular since OpenSSH does +authentication, it runs into a *lot* of differences between Unix operating +systems). + +The portable OpenSSH follows development of the official version, but releases +are not synchronized. Portable releases are marked with a 'p' (e.g. 3.1p1). +The official OpenBSD source will never use the 'p' suffix, but will instead +increment the version number when they hit 'stable spots' in their development. + WWW: http://www.openssh.com/portable.html diff --git a/security/openssh/pkg-descr b/security/openssh/pkg-descr index cf7dd20e9fe9..1bfe9c2ddd76 100644 --- a/security/openssh/pkg-descr +++ b/security/openssh/pkg-descr @@ -7,8 +7,7 @@ TCP/IP ports can also be forwarded over the secure channel. OpenSSH is a version of Secure Shell based upon a much less encumbered 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 has all -known bugs from SSH fixed, and even some unknown ones :) +in the world. OpenSSH supports SSH protocol version 1.5 and 2.0. WWW: http://www.openssh.com/ |