openssh: update to 8.7p1.

This commit is contained in:
Leah Neukirchen 2021-08-20 14:22:06 +02:00
parent fbc58f3b6f
commit 842b6c7280
2 changed files with 2 additions and 6 deletions

View file

@ -1,4 +0,0 @@
CAUTION: After updating from OpenSSH <=8.1 to OpenSSH 8.2, the existing sshd
will not allow new connections. **Restart OpenSSH immediately** after this
update to ensure you still can log in!
Install 'openssh-sk-helper' to use FIDO authenticators on the client.

View file

@ -1,6 +1,6 @@
# Template file for 'openssh'
pkgname=openssh
version=8.6p1
version=8.7p1
revision=1
build_style=gnu-configure
configure_args="--datadir=/usr/share/openssh
@ -23,7 +23,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause, ISC"
homepage="https://www.openssh.com"
distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${version}.tar.gz"
checksum=c3e6e4da1621762c850d03b47eed1e48dff4cc9608ddeb547202a234df8ed7ae
checksum=7ca34b8bb24ae9e50f33792b7091b3841d7e1b440ff57bc9fabddf01e2ed1e24
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"