Files
buildroot/package/putty/Config.in
Bernd Kuhls 7418ff1389 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>
2026-05-24 13:07:51 +02:00

16 lines
455 B
Plaintext

config BR2_PACKAGE_PUTTY
bool "putty"
depends on BR2_USE_MMU # fork()
depends on BR2_USE_WCHAR
help
PuTTY is a free SSH and Telnet client. Without GTK2 or GTK3
activated, only the commandline tools plink, pscp, psftp,
and puttygen are built; enable GTK2 or GTK3 for the
graphical client.
https://www.chiark.greenend.org.uk/~sgtatham/putty/
comment "putty needs a toolchain w/ wchar"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR