openssh: update to 5.7p1.

This commit is contained in:
Juan RP 2011-01-24 13:22:54 +01:00
parent d9b3a34f97
commit ddef768cb5
3 changed files with 2 additions and 7 deletions

View file

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains the ${pkgname} client files."
revision=2
conf_files="/etc/ssh/ssh_config"
Add_dependency run glibc

View file

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains the ${pkgname} server files."
revision=1
keep_empty_dirs=yes
conf_files="/etc/ssh/sshd_config /etc/pam.d/sshd"
openrc_services="sshd default false"

View file

@ -1,7 +1,6 @@
# Template file for 'openssh'
pkgname=openssh
version=5.6p1
revision=2
version=5.7p1
distfiles="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--libexecdir=/usr/libexec/openssh --with-tcp-wrappers
@ -11,7 +10,7 @@ configure_args="--libexecdir=/usr/libexec/openssh --with-tcp-wrappers
--with-privsep-path=/var/chroot/ssh --with-kerberos5=/usr --with-rand-helper"
short_desc="The OpenSSH implementation of SSH protocol versions 1 and 2"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=538af53b2b8162c21a293bb004ae2bdb141abd250f61b4cea55244749f3c6c2b
checksum=59057d727d902d8b04b2ce0ba8f288c6e02cb65aca183cc8d559a4a66426581b
long_desc="
SSH (Secure SHell) is a program for logging into and executing
commands on a remote machine. SSH is intended to replace rlogin and