From af42bd7679f06ddc85416e2cb60ca78e13cc41a4 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 24 May 2026 09:07:04 +0200 Subject: [PATCH] package/putty: security bump version to 0.84 https://lists.tartarus.org/pipermail/putty-announce/2026/000042.html Updated license hash due to copyright year bump in upstream commit 995b63a82bac4f6985958cb92943e807a9f35736. A link to this commit can not be provided due to the shutdown of the upstream gitweb interface: https://git.tartarus.org/?p=simon/putty.git Switched URLs to https. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain (cherry picked from commit 7418ff13895be20ccdd6ad6d460e6dbf73727637) Signed-off-by: Thomas Perale --- package/putty/Config.in | 2 +- package/putty/putty.hash | 10 +++++----- package/putty/putty.mk | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package/putty/Config.in b/package/putty/Config.in index f89283b99a..f0484ec20f 100644 --- a/package/putty/Config.in +++ b/package/putty/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_PUTTY and puttygen are built; enable GTK2 or GTK3 for the graphical client. - http://www.chiark.greenend.org.uk/~sgtatham/putty/ + https://www.chiark.greenend.org.uk/~sgtatham/putty/ comment "putty needs a toolchain w/ wchar" depends on BR2_USE_MMU diff --git a/package/putty/putty.hash b/package/putty/putty.hash index 33a9666bc2..362467e2d7 100644 --- a/package/putty/putty.hash +++ b/package/putty/putty.hash @@ -1,7 +1,7 @@ -# Hashes from: http://the.earth.li/~sgtatham/putty/0.83/{sha1,sha256,sha512}sums -sha1 f9fd9ab5e3849bf8c22b218cdb7697dcdd1d8c9e putty-0.83.tar.gz -sha256 718777c13d63d0dff91fe03162bc2a05b4dfc8b0827634cd60b51cefdff631c6 putty-0.83.tar.gz -sha512 4781616b7e9c5a779a54e6a8486513e0aa947d4a36e9dbfd4ffc0d32981a5ad4868cddbde0363467236ed67c43f990408a9326d10354954be716a270d587c0a6 putty-0.83.tar.gz +# Hashes from: https://the.earth.li/~sgtatham/putty/0.84/{sha1,sha256,sha512}sums +sha1 d3ed01106667b42de322b266266e0d21b70adf12 putty-0.84.tar.gz +sha256 06057862ae198f1dbd219d0c7493080d59f606194bb5056c549e342aa01b69fe putty-0.84.tar.gz +sha512 647c84490c01f8c0f9cf02f565081d80ea2ea4fb90207cfb2fbe13ba5e8c3cea7c4807504363d3d3a851df5edb6087c3b39084820bf20e818dd551db54af0765 putty-0.84.tar.gz # Locally calculated -sha256 c18aac5045fd30bff639b07884be44cb8c68eef16efe8c5e18deda1f58cacdfb LICENCE +sha256 3b02f87e0063430289d9681727a98818c844fc8a4d79b24b76047fa061e77f13 LICENCE diff --git a/package/putty/putty.mk b/package/putty/putty.mk index 9071fea208..82b16b250c 100644 --- a/package/putty/putty.mk +++ b/package/putty/putty.mk @@ -4,8 +4,8 @@ # ################################################################################ -PUTTY_VERSION = 0.83 -PUTTY_SITE = http://the.earth.li/~sgtatham/putty/$(PUTTY_VERSION) +PUTTY_VERSION = 0.84 +PUTTY_SITE = https://the.earth.li/~sgtatham/putty/$(PUTTY_VERSION) PUTTY_LICENSE = MIT PUTTY_LICENSE_FILES = LICENCE PUTTY_CPE_ID_VENDOR = putty