openssh: update to 6.2p2.

This commit is contained in:
Juan RP 2013-05-16 07:39:10 +02:00
parent f4cec27d66
commit f3ce82d000

View File

@ -1,6 +1,6 @@
# Template file for 'openssh' # Template file for 'openssh'
pkgname=openssh pkgname=openssh
version=6.2p1 version=6.2p2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.openssh.org" homepage="http://www.openssh.org"
license="BSD" license="BSD"
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"
checksum=58690267d7455f444e87c2f8cd9be91fc686ffc0c02d1ebd0be2ab68149f7160 checksum=7f29b9d2ad672ae0f9e1dcbff871fc5c2e60a194e90c766432e32161b842313b
post_install() { post_install() {
vinstall contrib/sshd.pam.generic 644 etc/pam.d sshd vinstall contrib/sshd.pam.generic 644 etc/pam.d sshd
@ -59,7 +59,6 @@ openssh_package() {
replaces="openssh-client<6.1p1" replaces="openssh-client<6.1p1"
conf_files="/etc/ssh/moduli /etc/ssh/ssh_config" conf_files="/etc/ssh/moduli /etc/ssh/ssh_config"
pkg_install() { pkg_install() {
vmove etc vmove all
vmove usr
} }
} }