openssh: update to 9.4p1.
This commit is contained in:
parent
a7f592e114
commit
ac414bc3e2
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openssh'
|
||||
pkgname=openssh
|
||||
version=9.3p2
|
||||
revision=3
|
||||
version=9.4p1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--datadir=/usr/share/openssh
|
||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||
|
@ -25,7 +25,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=200ebe147f6cb3f101fd0cdf9e02442af7ddca298dffd9f456878e7ccac676e8
|
||||
checksum=3608fd9088db2163ceb3e600c85ab79d0de3d221e59192ea1923e23263866a85
|
||||
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
|
||||
|
@ -44,7 +44,7 @@ if [ "$build_option_ldns" -a -z "$build_option_ssl" ]; then
|
|||
broken="option 'ldns' requires option 'ssl'"
|
||||
fi
|
||||
|
||||
CFLAGS="-Wno-format-truncation -Wno-stringop-truncation -Wno-maybe-uninitialized"
|
||||
CFLAGS="-Wno-format-truncation -Wno-stringop-truncation -Wno-maybe-uninitialized -Wno-deprecated-declarations"
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
i686-musl)
|
||||
|
|
Loading…
Reference in New Issue