openssh: update to 9.9p2

This commit is contained in:
Tom G. Christensen 2025-02-20 18:11:53 +01:00
parent 40f0f5d7f8
commit dc6f4be6ab
2 changed files with 7 additions and 9 deletions

View File

@ -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

View File

@ -1,5 +1,8 @@
CHANGELOG
--------
* Wed Feb 19 2025 Tom G. Christensen <swpkg@jupiterrise.com> - 9.9p2-1
- Update to 9.9p2 (fixes CVE-2025-26465, CVE-2025-26466)
* Tue Oct 29 2024 Tom G. Christensen <swpkg@jupiterrise.com> - 9.9p1-2
- Add big-endian fixes from 9.9 branch