openssh: update to 5.5p1.
--HG-- extra : convert_revision : 1709be9a1fb73d7b94ba3269a1a3b3d8f2415756
This commit is contained in:
parent
628a12f0bd
commit
4b726514b5
3 changed files with 2 additions and 5 deletions
|
@ -5,7 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the ${pkgname} client files."
|
This package contains the ${pkgname} client files."
|
||||||
|
|
||||||
revision=1
|
|
||||||
conf_files="/etc/ssh/ssh_config"
|
conf_files="/etc/ssh/ssh_config"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
|
@ -5,7 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the ${pkgname} server files."
|
This package contains the ${pkgname} server files."
|
||||||
|
|
||||||
revision=2
|
|
||||||
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.4p1
|
version=5.5p1
|
||||||
revision=1
|
|
||||||
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=ae96e70d04104824ab10f0d7aaef4584ac96b2a870adfcd8b457d836c8c5404e
|
checksum=36eedd6efe6663186ed23573488670f9b02e34744694e94a9f869b6f25e47e8a
|
||||||
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