Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

putty-0.84-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: putty Distribution: openSUSE Tumbleweed
Version: 0.84 Vendor: openSUSE
Release: 1.1 Build date: Mon May 25 17:33:44 2026
Group: System/X11/Utilities Build host: reproducible
Size: 5825931 Source RPM: putty-0.84-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.chiark.greenend.org.uk/~sgtatham/putty/
Summary: SSH client with optional GTK-based terminal emulator frontend
PuTTY is a suite of terminal emulator application and client for
serial consoles, raw TCP connections, and the computing protocols
SSH, Telnet and rlogin.

The "pterm" program is just the graphical terminal emulator similar
to xterm, "plink" is just the (console-based) SSH client similar to
openssh, and "putty" is the program that combines both in one.

Provides

Requires

License

MIT

Changelog

* Mon May 25 2026 Jan Engelhardt <jengelh@inai.de>
  - Update to release 0.84
    * Fixed a remotely triggerable double-free in RSA key exchange.
    * Fixed a remotely triggerable crash (assertion failure - program
      termination) in NIST ECDSA signature verification.
    * Fixed marking of Telnet and Rlogin session data with a trust
      sigil after you authenticated to a proxy (possibly allowing a
      server to spoof a repeat proxy password prompt).
    * New ability to run a specified command before starting the
      connection, e.g. to perform wake-on-LAN or a port knock.
    * Display 'pre-edit text', showing the progress of using multiple
      keystrokes to compose a single Unicode character.
    * Improved support for to running the GUI tools on Wayland (fixed
      startup issues and tuned performance).
    * Configuring a SSH certificate authority used to fail unless you
      manually made a config directory, now fixed.
    * Fixed a spurious "Network error: Socket is not connected" when
      authenticating to some HTTP proxies.
* Fri Jul 18 2025 Jan Engelhardt <jengelh@inai.de>
  - Update to release 0.83
    * Support for ML-KEM, a NIST-standardised post-quantum key
      exchange mechanism.
    * Bug fix: psftp -b works again.
    * Fixed bug which crashed Pageant if an SSH connection is
      abandoned while waiting for a deferred decryption passphrase.
    * Fix a tight loop bug occurring if PuTTY tried to send an
      empty answerback string.
    * Fixed a bug where some configuration edit boxes' contents
      were accidentally truncated to 127 characters.
    * Bug fix: the small keypad keys did not reliably work in the
      terminal on Unix.
* Thu Dec 05 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 0.82
    * Major refactoring of Unicode handling to allow the use of
      'foreign' Unicode characters outside the system's
      configured default character set.
    * Bracketed paste mode can now be turned off in the Terminal >
      Features panel.
    * The "border width" configuration option is now honoured even
      when the window is maximised.
* Mon Apr 15 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 0.81
    * Fix CVE-2024-31497: NIST P521 / ecdsa-sha2-nistp521
      signatures are no longer generated with biased values of k.
      The previous bias compromises private keys.
* Mon Dec 18 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 0.80
    * Fix CVE-2023-48795 [boo#1218128]
* Sun Aug 27 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 0.79
    * Terminal mouse tracking: support for mouse movements which are
      not drags, and support for horizontal scroll events (e.g.
      generated by trackpads).
    * Fixed: PuTTY could fail an assertion if a resize control
      sequence was sent by the server while the window was docked to
      one half of the screen in KDE.
    * Fixed: PuTTY could fail an assertion if you tried to change the
      font size while the window was maximised.
* Sun Oct 30 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 0.78
    * Support for OpenSSH certificates, for both user
      authentication keys and host keys.
    * New SSH proxy modes, for running a custom shell command or
      subsystem on the proxy server instead of forwarding a port
      through it.
    * New plugin system to allow a helper program to provide
      responses in keyboard-interactive authentication, intended to
      automate one-time password systems.
    * Support for NTRU Prime post-quantum key exchange,
    * Support for AES-GCM (in the OpenSSH style rather than
      RFC 5647).
    * Support for more forms of Diffie-Hellman key exchange: new
      larger integer groups (such as group16 and group18), and
      support for using those and ECDH with GSSAPI.
    * Bug fix: server-controlled window title setting now works
      again even if the character set is ISO 8859 (or a few other
      affected single-byte character sets).
    * Bug fix: certain forms of OSC escape sequences (sent by some
      real servers) could cause PuTTY to crash.
    * Bug fix: the -pwfile/-pw options no longer affect local key
      passphrase prompts, and no longer suppress Plink's
      anti-spoofing measures.
* Sat May 28 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 0.77
    * Major improvements to network proxy support:
    * Support for interactively prompting the user if the proxy
      server requires authentication.
    * Built-in support for proxying via another SSH server, so that
      PuTTY will SSH to the proxy and then automatically forward a
      port through it to the destination host. (Similar to running
      plink -nc as a subprocess, but more convenient to set up, and
      allows you to answer interactive prompts presented by the
      proxy.)
    * Support for HTTP Digest authentication, when talking to HTTP
      proxies.
    * New configuration options for keyboard handling:
    * Option to control handling of Shift + arrow keys
    * Extra mode in the function-keys option, for modern xterm
      (v216 and above).
    * Crypto update: added side-channel resistance in probabilistic
      RSA key generation.
    * Crypto update: retired the use of short Diffie-Hellman
      exponents.
* Sun Jul 18 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 0.76
    * New option to abandon an SSH connection if the server allows
      you to authenticate in a trivial manner.
    * Bug fix: server colour-palette reconfigurations were
      sometimes lost.
* Mon May 10 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 0.75
    * Upgraded default SSH key fingerprint format to OpenSSH-style
      SHA-256.
    * Upgraded private key file format to PPK3, with improved
      passphrase hashing and no use of SHA-1.
    * Terminal now supports ESC [ 9 m for strikethrough text.
    * New protocols: bare ssh-connection layer for use over
      already-secure IPC channels, and SUPDUP for talking to very
      old systems such as PDP-10s.
    * PuTTYgen now supports alternative provable-prime generation
      algorithm for RSA and DSA.
    * The Unix tools can now connect directly to a Unix-domain
      socket.

Files

/usr/bin/pageant
/usr/bin/plink
/usr/bin/pscp
/usr/bin/psftp
/usr/bin/psusan
/usr/bin/pterm
/usr/bin/putty
/usr/bin/puttygen
/usr/share/applications/putty.desktop
/usr/share/doc/packages/putty
/usr/share/doc/packages/putty/authplugin.but
/usr/share/doc/packages/putty/blurb.but
/usr/share/doc/packages/putty/chmextra.but
/usr/share/doc/packages/putty/config.but
/usr/share/doc/packages/putty/errors.but
/usr/share/doc/packages/putty/faq.but
/usr/share/doc/packages/putty/feedback.but
/usr/share/doc/packages/putty/gs.but
/usr/share/doc/packages/putty/index.but
/usr/share/doc/packages/putty/intro.but
/usr/share/doc/packages/putty/man-pageant.but
/usr/share/doc/packages/putty/man-plink.but
/usr/share/doc/packages/putty/man-pscp.but
/usr/share/doc/packages/putty/man-psftp.but
/usr/share/doc/packages/putty/man-psocks.but
/usr/share/doc/packages/putty/man-psusan.but
/usr/share/doc/packages/putty/man-pterm.but
/usr/share/doc/packages/putty/man-putty.but
/usr/share/doc/packages/putty/man-puttygen.but
/usr/share/doc/packages/putty/man-puttytel.but
/usr/share/doc/packages/putty/mancfg.but
/usr/share/doc/packages/putty/manpages.but
/usr/share/doc/packages/putty/pageant.but
/usr/share/doc/packages/putty/pgpkeys.but
/usr/share/doc/packages/putty/plink.but
/usr/share/doc/packages/putty/privacy.but
/usr/share/doc/packages/putty/pscp.but
/usr/share/doc/packages/putty/psftp.but
/usr/share/doc/packages/putty/pubkey.but
/usr/share/doc/packages/putty/pubkeyfmt.but
/usr/share/doc/packages/putty/site.but
/usr/share/doc/packages/putty/sshnames.but
/usr/share/doc/packages/putty/udp.but
/usr/share/doc/packages/putty/using.but
/usr/share/doc/packages/putty/version.but
/usr/share/doc/packages/putty/vids.but
/usr/share/licenses/putty
/usr/share/licenses/putty/LICENCE
/usr/share/man/man1/pageant.1.gz
/usr/share/man/man1/plink.1.gz
/usr/share/man/man1/pscp.1.gz
/usr/share/man/man1/psftp.1.gz
/usr/share/man/man1/psusan.1.gz
/usr/share/man/man1/pterm.1.gz
/usr/share/man/man1/putty.1.gz
/usr/share/man/man1/puttygen.1.gz
/usr/share/pixmaps/pterm.png
/usr/share/pixmaps/putty.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 03:56:04 2026