Apparently the p1 release name was a mistake and name is changed to p2. Although the same tarball exists as p1 (no hash change), change the tarball name to p2 to remove any chance of confusion. I didn't chatch this mistake at the time of the last version bump, so lets fix this now.
https://seclists.org/oss-sec/2025/q2/35 Signed-off-by: Christian Melki <[email protected]> --- rules/openssh.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/openssh.make b/rules/openssh.make index 941aacde8..0fd37b51b 100644 --- a/rules/openssh.make +++ b/rules/openssh.make @@ -15,7 +15,7 @@ PACKAGES-$(PTXCONF_OPENSSH) += openssh # # Paths and names # -OPENSSH_VERSION := 10.0p1 +OPENSSH_VERSION := 10.0p2 OPENSSH_MD5 := 689148621a2eaa734497b12bed1c5202 OPENSSH := openssh-$(OPENSSH_VERSION) OPENSSH_SUFFIX := tar.gz -- 2.34.1
