openssh: update to 5.8p1.
This commit is contained in:
parent
19568bdcfd
commit
90560bc99c
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'openssh'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=5.7p1
|
version=5.8p1
|
||||||
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
|
||||||
|
@ -10,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=59057d727d902d8b04b2ce0ba8f288c6e02cb65aca183cc8d559a4a66426581b
|
checksum=e1c77a8f3562a5e779c59d64ab14a336c160a56db924eaf82b124ac0b6b1323b
|
||||||
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 New Issue