package/openssh: bump version to 9.9p1

https://www.openssh.com/txt/release-9.9

License sha256sum has changed due to inclusion of the
openbsd-compat/base64.c license in the LICENSE file.
(ef2d7f2d3e)

Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Akhilesh Nema
2024-09-21 19:50:51 -07:00
committed by Thomas Petazzoni
parent c54efd003f
commit 9b732129dc
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# From https://www.openssh.com/txt/release-9.8
sha256 dd8bd002a379b5d499dfb050dd1fa9af8029e80461f4bb6c523c49973f5a39f3 openssh-9.8p1.tar.gz
# From https://www.openssh.com/txt/release-9.9
sha256 b343fbcdbff87f15b1986e6e15d6d4fc9a7d36066be6b7fb507087ba8f966c02 openssh-9.9p1.tar.gz
# Locally calculated
sha256 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d LICENCE
sha256 5bb5b160726ef5756e4f32fe95b35249c294962419650f48d05134b486d27ccb LICENCE

View File

@@ -4,7 +4,7 @@
#
################################################################################
OPENSSH_VERSION_MAJOR = 9.8
OPENSSH_VERSION_MAJOR = 9.9
OPENSSH_VERSION_MINOR = p1
OPENSSH_VERSION = $(OPENSSH_VERSION_MAJOR)$(OPENSSH_VERSION_MINOR)
OPENSSH_CPE_ID_VERSION = $(OPENSSH_VERSION_MAJOR)