Apparently they thought it important enough to bump it for the bugfix. https://www.openssh.com/txt/release-10.2
Signed-off-by: Christian Melki <[email protected]> --- rules/openssh.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/openssh.make b/rules/openssh.make index f6abc9b66..141bd509c 100644 --- a/rules/openssh.make +++ b/rules/openssh.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_OPENSSH) += openssh # # Paths and names # -OPENSSH_VERSION := 10.1p1 -OPENSSH_MD5 := 80dd9bb00a86519934710d05903fdf07 +OPENSSH_VERSION := 10.2p1 +OPENSSH_MD5 := 801b5ad6da38e0045de20dd5dd2f6a80 OPENSSH := openssh-$(OPENSSH_VERSION) OPENSSH_SUFFIX := tar.gz OPENSSH_URL := \ -- 2.43.0
