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 /security/openssh-portable/pkg-descr | |
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
Diffstat (limited to 'security/openssh-portable/pkg-descr')
-rw-r--r-- | security/openssh-portable/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
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 |