openssh: update to 10.4p1.

This commit is contained in:
Leah Neukirchen
2026-07-13 13:31:09 +02:00
parent f4a60d3539
commit deedd51af9
+3 -3
View File
@@ -1,6 +1,6 @@
# Template file for 'openssh'
pkgname=openssh
version=10.3p1
version=10.4p1
revision=1
build_style=gnu-configure
configure_args="--datadir=/usr/share/openssh
@@ -26,7 +26,7 @@ license="BSD-2-Clause, ISC"
homepage="https://www.openssh.com"
changelog="https://www.openssh.com/releasenotes.html"
distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${version}.tar.gz"
checksum=56682a36bb92dcf4b4f016fd8ec8e74059b79a8de25c15d670d731e7d18e45f4
checksum=ef6026dd2aea8d56059638d5d3262902c892ceba9f88395835e0d06d3fb63238
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
@@ -49,7 +49,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 -Wno-deprecated-declarations -Wno-error=use-after-free"
CFLAGS="-Wno-format-truncation -Wno-stringop-truncation -Wno-maybe-uninitialized -Wno-deprecated-declarations -Wno-error=use-after-free -Wno-error=unused-variable"
case $XBPS_TARGET_MACHINE in
i686-musl)