From dc6f4be6ab30b66bf6a1aa1c203a867ee64243fc Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Thu, 20 Feb 2025 18:11:53 +0100 Subject: [PATCH] openssh: update to 9.9p2 --- openssh/build.sh | 13 ++++--------- openssh/meta/ChangeLog | 3 +++ 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/openssh/build.sh b/openssh/build.sh index ea5e57d..dbdbce7 100755 --- a/openssh/build.sh +++ b/openssh/build.sh @@ -6,16 +6,13 @@ ########################################################### # Check the following 4 variables before running the script topdir=openssh -version=9.9p1 -pkgver=2 +version=9.9p2 +pkgver=1 source[0]=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz # If there are no patches, simply comment this patch[0]=0007-Fix-authopt-test-on-platforms-without-IPv6-support.patch -patch[1]=openssh-9.9-fixes.patch -patch[2]=0001-regress-login-timeout.sh-increase-timeouts.patch -patch[3]=0001-Revert-simplify-sshkey_prekey_alloc-always-use-mmap.patch -patch[4]=0001-fix-uint64_t-types-reported-by-Tom-G.-Christensen.patch -patch[5]=old-autoconf.patch +patch[1]=0001-regress-login-timeout.sh-increase-timeouts.patch +patch[2]=0001-Revert-simplify-sshkey_prekey_alloc-always-use-mmap.patch # Source function library . ${BUILDPKG_SCRIPTS}/buildpkg.functions @@ -32,8 +29,6 @@ reg prep prep() { generic_prep - setdir source - autoreconf } reg build diff --git a/openssh/meta/ChangeLog b/openssh/meta/ChangeLog index 80885ba..5394087 100644 --- a/openssh/meta/ChangeLog +++ b/openssh/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG -------- +* Wed Feb 19 2025 Tom G. Christensen - 9.9p2-1 +- Update to 9.9p2 (fixes CVE-2025-26465, CVE-2025-26466) + * Tue Oct 29 2024 Tom G. Christensen - 9.9p1-2 - Add big-endian fixes from 9.9 branch