diff --git a/srcpkgs/gnome-ssh-askpass/template b/srcpkgs/gnome-ssh-askpass/template index 43251fb42cfcee..276981e0d179d5 100644 --- a/srcpkgs/gnome-ssh-askpass/template +++ b/srcpkgs/gnome-ssh-askpass/template @@ -1,6 +1,6 @@ # Template file for 'gnome-ssh-askpass' pkgname=gnome-ssh-askpass -version=10.3p1 +version=10.4p1 revision=1 build_wrksrc="contrib" build_style=gnu-makefile @@ -12,7 +12,7 @@ maintainer="Leah Neukirchen " license="BSD-3-Clause, BSD-2-Clause" homepage="http://www.openssh.org" distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${version}.tar.gz" -checksum=56682a36bb92dcf4b4f016fd8ec8e74059b79a8de25c15d670d731e7d18e45f4 +checksum=ef6026dd2aea8d56059638d5d3262902c892ceba9f88395835e0d06d3fb63238 alternatives=" ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/gnome-ssh-askpass diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index 2541d6b68ceccb..bc6f7e95a090ea 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -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)