mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
openssh: update to 9.1p1.
This commit is contained in:
parent
47a641fec1
commit
6a0e17d1e3
2 changed files with 2 additions and 10 deletions
|
@ -17,14 +17,6 @@
|
|||
strmode \
|
||||
strnlen \
|
||||
strnvis \
|
||||
@@ -1774,7 +1771,6 @@
|
||||
swap32 \
|
||||
sysconf \
|
||||
tcgetpgrp \
|
||||
- timingsafe_bcmp \
|
||||
truncate \
|
||||
unsetenv \
|
||||
updwtmpx \
|
||||
@@ -1785,6 +1781,13 @@
|
||||
waitpid \
|
||||
warn \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'openssh'
|
||||
pkgname=openssh
|
||||
version=9.0p1
|
||||
version=9.1p1
|
||||
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=03974302161e9ecce32153cfa10012f1e65c8f3750f573a73ab1befd5972a28a
|
||||
checksum=19f85009c7e3e23787f0236fbb1578392ab4d4bf9f8ec5fe6bc1cd7e8bfdd288
|
||||
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…
Add table
Reference in a new issue