Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/gnome-ssh-askpass/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
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
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/openssh/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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)
Expand Down
Loading