openssh: bump version.

This commit is contained in:
Jerome Duval
2015-10-06 21:29:12 +00:00
parent 3fe4d6dba6
commit 44a046a521

View File

@@ -1,29 +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/"
COPYRIGHT="2005-2015 Tatu Ylonen et al."
LICENSE="OpenSSH"
COPYRIGHT="2005-2014 Tatu Ylonen et al."
SOURCE_URI="http://openbsd.mirrorcatalogs.com/pub/OpenBSD/OpenSSH/portable/openssh-6.6p1.tar.gz"
CHECKSUM_SHA256="48c1f0664b4534875038004cc4f3555b8329c2a81c1df48db5c517800de203bb"
REVISION="1"
SOURCE_URI="http://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$portVersion.tar.gz"
CHECKSUM_SHA256="fc0a6d2d1d063d5c66dffd952493d0cda256cad204f681de0f84ef85b2ad8428"
PATCHES="sshd_config.patch
pathnames.patch
bzero.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="sshd_config.patch
pathnames.patch"
ADDITIONAL_FILES="sshd_keymaker.sh"
PROVIDES="
@@ -51,7 +52,9 @@ REQUIRES="
lib:libssl
lib:libz
"
BUILD_REQUIRES="
haiku_devel
devel:libcrypto
devel:libedit
devel:libncurses
@@ -59,7 +62,6 @@ BUILD_REQUIRES="
devel:libz
"
BUILD_PREREQUIRES="
haiku_devel
cmd:aclocal
cmd:autoconf
cmd:automake
@@ -85,7 +87,6 @@ PACKAGE_USERS="
"
PACKAGE_GROUPS="sshd"
PATCH()
{
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.ac