openssh: update to 9.7p1.
This commit is contained in:
parent
a5797feba8
commit
ea66bbaf23
|
@ -1,11 +0,0 @@
|
|||
--- a/channels.c
|
||||
+++ b/channels.c
|
||||
@@ -2566,7 +2566,7 @@ channel_handler(struct ssh *ssh, int tab
|
||||
if (table == CHAN_PRE &&
|
||||
c->type == SSH_CHANNEL_OPEN &&
|
||||
c->inactive_deadline != 0 && c->lastused != 0 &&
|
||||
- now >= c->lastused + c->inactive_deadline) {
|
||||
+ now >= c->lastused + (time_t)c->inactive_deadline) {
|
||||
/* channel closed for inactivity */
|
||||
verbose("channel %d: closing after %u seconds "
|
||||
"of inactivity", c->self,
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openssh'
|
||||
pkgname=openssh
|
||||
version=9.6p1
|
||||
revision=2
|
||||
version=9.7p1
|
||||
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=910211c07255a8c5ad654391b40ee59800710dd8119dd5362de09385aa7a777c
|
||||
checksum=490426f766d82a2763fcacd8d83ea3d70798750c7bd2aff2e57dc5660f773ffd
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue