From 44a046a5219cdd5ccbfbd2e4e3c0279f7b77c094 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 6 Oct 2015 21:29:12 +0000 Subject: [PATCH] openssh: bump version. --- ...nssh-6.6p1.recipe => openssh-7.1p1.recipe} | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) rename net-misc/openssh/{openssh-6.6p1.recipe => openssh-7.1p1.recipe} (83%) diff --git a/net-misc/openssh/openssh-6.6p1.recipe b/net-misc/openssh/openssh-7.1p1.recipe similarity index 83% rename from net-misc/openssh/openssh-6.6p1.recipe rename to net-misc/openssh/openssh-7.1p1.recipe index 7d92e2253..4163d2a64 100644 --- a/net-misc/openssh/openssh-6.6p1.recipe +++ b/net-misc/openssh/openssh-7.1p1.recipe @@ -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