From b52b3fd59dc6c86ef51b6cad5b76017f90c83beb Mon Sep 17 00:00:00 2001 From: Akhilesh Nema Date: Sat, 11 Oct 2025 02:26:38 -0700 Subject: [PATCH] package/openssh: bump to version 10.2p1 Release notes since 10.0p1: https://www.openssh.com/txt/release-10.1 https://www.openssh.com/txt/release-10.2 Signed-off-by: Akhilesh Nema [Julien: add link to 10.1p1 release note] Signed-off-by: Julien Olivain --- package/openssh/openssh.hash | 4 ++-- package/openssh/openssh.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/openssh/openssh.hash b/package/openssh/openssh.hash index 62c3bcad99..154464d68a 100644 --- a/package/openssh/openssh.hash +++ b/package/openssh/openssh.hash @@ -1,4 +1,4 @@ -# From https://www.openssh.com/txt/release-10.0 -sha256 021a2e709a0edf4250b1256bd5a9e500411a90dddabea830ed59cef90eb9d85c openssh-10.0p1.tar.gz +# From https://www.openssh.com/txt/release-10.2 +sha256 ccc42c0419937959263fa1dbd16dafc18c56b984c03562d2937ce56a60f798b2 openssh-10.2p1.tar.gz # Locally calculated sha256 5bb5b160726ef5756e4f32fe95b35249c294962419650f48d05134b486d27ccb LICENCE diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk index f1b8c0920b..bcbfc39755 100644 --- a/package/openssh/openssh.mk +++ b/package/openssh/openssh.mk @@ -4,7 +4,7 @@ # ################################################################################ -OPENSSH_VERSION_MAJOR = 10.0 +OPENSSH_VERSION_MAJOR = 10.2 OPENSSH_VERSION_MINOR = p1 OPENSSH_VERSION = $(OPENSSH_VERSION_MAJOR)$(OPENSSH_VERSION_MINOR) OPENSSH_CPE_ID_VERSION = $(OPENSSH_VERSION_MAJOR)