openssh: update to 9.1p1.

This commit is contained in:
Leah Neukirchen 2022-10-04 13:00:11 +02:00
parent 47a641fec1
commit 6a0e17d1e3
2 changed files with 2 additions and 10 deletions

View file

@ -17,14 +17,6 @@
strmode \ strmode \
strnlen \ strnlen \
strnvis \ strnvis \
@@ -1774,7 +1771,6 @@
swap32 \
sysconf \
tcgetpgrp \
- timingsafe_bcmp \
truncate \
unsetenv \
updwtmpx \
@@ -1785,6 +1781,13 @@ @@ -1785,6 +1781,13 @@
waitpid \ waitpid \
warn \ warn \

View file

@ -1,6 +1,6 @@
# Template file for 'openssh' # Template file for 'openssh'
pkgname=openssh pkgname=openssh
version=9.0p1 version=9.1p1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--datadir=/usr/share/openssh configure_args="--datadir=/usr/share/openssh
@ -23,7 +23,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause, ISC" license="BSD-2-Clause, ISC"
homepage="https://www.openssh.com" homepage="https://www.openssh.com"
distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${version}.tar.gz" distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${version}.tar.gz"
checksum=03974302161e9ecce32153cfa10012f1e65c8f3750f573a73ab1befd5972a28a checksum=19f85009c7e3e23787f0236fbb1578392ab4d4bf9f8ec5fe6bc1cd7e8bfdd288
conf_files="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config /etc/pam.d/sshd" 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" make_dirs="/var/chroot/ssh 0755 root root"