openssh: update to 7.2p2
This commit is contained in:
parent
d418555136
commit
c5edf8001f
1 changed files with 4 additions and 7 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'openssh'
|
||||
pkgname=openssh
|
||||
version=7.2p1
|
||||
version=7.2p2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --datadir=/usr/share/openssh
|
||||
configure_args="--datadir=/usr/share/openssh
|
||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||
--with-mantype=doc --without-rpath --with-xauth=/usr/bin/xauth
|
||||
--disable-strip --with-privsep-path=/var/chroot/ssh
|
||||
--with-pid-dir=/run --with-pam --with-pie --without-kerberos5
|
||||
$(vopt_with ldns) $(vopt_if ssl --with-ssl-engine --without-openssl)
|
||||
--without-ssh1 --with-libedit LD=$CC"
|
||||
hostmakedepends="automake libtool perl"
|
||||
hostmakedepends="perl"
|
||||
makedepends="zlib-devel pam-devel libedit-devel
|
||||
$(vopt_if ssl libressl-devel) $(vopt_if ldns libldns-devel)"
|
||||
short_desc="The OpenSSH implementation of SSH protocol"
|
||||
|
@ -20,15 +20,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.openssh.org"
|
||||
license="BSD"
|
||||
distfiles="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
|
||||
checksum=973cc37b2f3597e4cf599b09e604e79c0fe5d9b6f595a24e91ed0662860b4ac3
|
||||
checksum=a72781d1a043876a224ff1b0032daa4094d87565a68528759c1c2cab5482548c
|
||||
|
||||
# Package build options
|
||||
build_options="ldns ssl"
|
||||
build_options_default="ldns ssl"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
vinstall contrib/sshd.pam.generic 644 etc/pam.d sshd
|
||||
vbin contrib/ssh-copy-id
|
||||
|
|
Loading…
Reference in a new issue