mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
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> (cherry picked from commit9b732129dc) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ce0e7c7d5f
commit
d1ec60b8a1
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user