mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Recipe cosmetics, impoved SUMMARY/DESCRIPTION, re-ordered blocks.
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
SUMMARY="Secure Shell Client and Server (Remote Login Program)"
|
||||
DESCRIPTION="
|
||||
OpenSSH is a FREE version of the SSH connectivity tools that technical users \
|
||||
of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that \
|
||||
their password is transmitted across the Internet unencrypted, but it is. \
|
||||
SUMMARY="Secure Shell client and server (remote login program)"
|
||||
DESCRIPTION="OpenSSH is a free version of the SSH connectivity tools that \
|
||||
technical users of the Internet rely on. Users of telnet, rlogin, and ftp may \
|
||||
not realize that their password is transmitted across the Internet \
|
||||
unencrypted, but it is.
|
||||
|
||||
OpenSSH encrypts all traffic (including passwords) to effectively eliminate \
|
||||
eavesdropping, connection hijacking, and other attacks. Additionally, OpenSSH \
|
||||
provides secure tunneling capabilities and several authentication methods, and \
|
||||
supports all SSH protocol versions.
|
||||
|
||||
The OpenSSH suite replaces rlogin and telnet with the ssh program, rcp with \
|
||||
scp, and ftp with sftp. Also included is sshd (the server side of the \
|
||||
package), and the other utilities like ssh-add, ssh-agent, ssh-keysign, \
|
||||
ssh-keyscan, ssh-keygen and sftp-server.
|
||||
"
|
||||
ssh-keyscan, ssh-keygen and sftp-server."
|
||||
HOMEPAGE="http://www.openssh.com/"
|
||||
LICENSE="OpenSSH"
|
||||
COPYRIGHT="2005-2015 Tatu Ylonen et al."
|
||||
LICENSE="OpenSSH"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="fd5932493a19f4c81153d812ee4e042b49bbd3b759ab3d9344abecc2bc1485e5"
|
||||
REVISION="1"
|
||||
PATCHES="sshd_config.patch
|
||||
pathnames.patch
|
||||
bzero.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PATCHES="sshd_config.patch
|
||||
pathnames.patch
|
||||
bzero.patch"
|
||||
|
||||
ADDITIONAL_FILES="sshd_keymaker.sh"
|
||||
|
||||
PROVIDES="
|
||||
@@ -52,7 +52,9 @@ REQUIRES="
|
||||
lib:libssl
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libcrypto
|
||||
devel:libedit
|
||||
devel:libncurses
|
||||
@@ -60,7 +62,6 @@ BUILD_REQUIRES="
|
||||
devel:libz
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
@@ -86,7 +87,6 @@ PACKAGE_USERS="
|
||||
"
|
||||
PACKAGE_GROUPS="sshd"
|
||||
|
||||
|
||||
PATCH()
|
||||
{
|
||||
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.ac
|
||||
|
||||
Reference in New Issue
Block a user