mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
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 <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
2888204be6
commit
7418ff1389
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user