openssh: update to 5.7p1.
This commit is contained in:
parent
d9b3a34f97
commit
ddef768cb5
3 changed files with 2 additions and 7 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the ${pkgname} client files."
|
This package contains the ${pkgname} client files."
|
||||||
|
|
||||||
revision=2
|
|
||||||
|
|
||||||
conf_files="/etc/ssh/ssh_config"
|
conf_files="/etc/ssh/ssh_config"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the ${pkgname} server files."
|
This package contains the ${pkgname} server files."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
keep_empty_dirs=yes
|
keep_empty_dirs=yes
|
||||||
conf_files="/etc/ssh/sshd_config /etc/pam.d/sshd"
|
conf_files="/etc/ssh/sshd_config /etc/pam.d/sshd"
|
||||||
openrc_services="sshd default false"
|
openrc_services="sshd default false"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'openssh'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=5.6p1
|
version=5.7p1
|
||||||
revision=2
|
|
||||||
distfiles="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
|
distfiles="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--libexecdir=/usr/libexec/openssh --with-tcp-wrappers
|
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"
|
--with-privsep-path=/var/chroot/ssh --with-kerberos5=/usr --with-rand-helper"
|
||||||
short_desc="The OpenSSH implementation of SSH protocol versions 1 and 2"
|
short_desc="The OpenSSH implementation of SSH protocol versions 1 and 2"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=538af53b2b8162c21a293bb004ae2bdb141abd250f61b4cea55244749f3c6c2b
|
checksum=59057d727d902d8b04b2ce0ba8f288c6e02cb65aca183cc8d559a4a66426581b
|
||||||
long_desc="
|
long_desc="
|
||||||
SSH (Secure SHell) is a program for logging into and executing
|
SSH (Secure SHell) is a program for logging into and executing
|
||||||
commands on a remote machine. SSH is intended to replace rlogin and
|
commands on a remote machine. SSH is intended to replace rlogin and
|
||||||
|
|
Loading…
Reference in a new issue