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.2p1
version=10.3p1
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=ccc42c0419937959263fa1dbd16dafc18c56b984c03562d2937ce56a60f798b2
checksum=56682a36bb92dcf4b4f016fd8ec8e74059b79a8de25c15d670d731e7d18e45f4

alternatives="
ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/gnome-ssh-askpass
Expand Down
4 changes: 2 additions & 2 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.2p1
version=10.3p1
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=ccc42c0419937959263fa1dbd16dafc18c56b984c03562d2937ce56a60f798b2
checksum=56682a36bb92dcf4b4f016fd8ec8e74059b79a8de25c15d670d731e7d18e45f4
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 Down