openssh: update to 9.9p2
This commit is contained in:
parent
40f0f5d7f8
commit
dc6f4be6ab
@ -6,16 +6,13 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=openssh
|
topdir=openssh
|
||||||
version=9.9p1
|
version=9.9p2
|
||||||
pkgver=2
|
pkgver=1
|
||||||
source[0]=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz
|
source[0]=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
patch[0]=0007-Fix-authopt-test-on-platforms-without-IPv6-support.patch
|
patch[0]=0007-Fix-authopt-test-on-platforms-without-IPv6-support.patch
|
||||||
patch[1]=openssh-9.9-fixes.patch
|
patch[1]=0001-regress-login-timeout.sh-increase-timeouts.patch
|
||||||
patch[2]=0001-regress-login-timeout.sh-increase-timeouts.patch
|
patch[2]=0001-Revert-simplify-sshkey_prekey_alloc-always-use-mmap.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
|
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
@ -32,8 +29,6 @@ reg prep
|
|||||||
prep()
|
prep()
|
||||||
{
|
{
|
||||||
generic_prep
|
generic_prep
|
||||||
setdir source
|
|
||||||
autoreconf
|
|
||||||
}
|
}
|
||||||
|
|
||||||
reg build
|
reg build
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
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
|
* Tue Oct 29 2024 Tom G. Christensen <swpkg@jupiterrise.com> - 9.9p1-2
|
||||||
- Add big-endian fixes from 9.9 branch
|
- Add big-endian fixes from 9.9 branch
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user