openssh: update to 7.9p1.
This commit is contained in:
parent
4718937429
commit
db23a2bbd2
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'openssh'
|
||||
pkgname=openssh
|
||||
version=7.8p1
|
||||
version=7.9p1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--datadir=/usr/share/openssh
|
||||
|
@ -19,10 +19,10 @@ makedepends="libedit-devel pam-devel zlib-devel
|
|||
$(vopt_if ssl 'libressl-devel')"
|
||||
short_desc="The OpenSSH implementation of SSH protocol"
|
||||
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=1a484bb15152c183bb2514e112aa30dd34138c3cfb032eee5490a66c507144ca
|
||||
homepage="https://www.openssh.com"
|
||||
license="BSD-2-Clause, ISC"
|
||||
distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
|
||||
checksum=6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad
|
||||
conf_files="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config /etc/pam.d/sshd"
|
||||
make_dirs="/var/chroot/ssh 0755 root root"
|
||||
|
||||
|
|
Loading…
Reference in a new issue