pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/putty
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Feb 11 10:28:46 UTC 2025
Modified Files:
pkgsrc/security/putty: Makefile distinfo
Log Message:
security/putty: Update to 0.83
Changelog:
0.83 is mostly a bug-fix release, but there are also two new features:
- In SSH, we now support key exchange using the post-quantum
algorithm "ML-KEM", recently standardised by NIST. This is our
second supported post-quantum algorithm, in addition to NTRU Prime
which has been in PuTTY since 0.78. At present, both algorithms are
run in parallel with an existing classical algorithm, just in case.
- On Windows, all of the PuTTY tools' file selector dialogs now
support Unicode file names which don't fit into the system code
page. (But like the rest of the recent Unicode additions, such
filenames still can't reliably be stored in saved sessions.)
Bug fixes in this release include:
- PSFTP's command line option '-b', for handling batch files of PSFTP
commands, was completely broken in 0.82 as a side effect of Unicode
support work. It's now fixed again.
- PuTTY could fail an assertion if an SSH server timed out your
connection while you were still at the login prompt, and then you
selected 'Restart Session'.
- Pageant could crash if you loaded a key into it still encrypted,
started an SSH connection which caused Pageant to prompt for the
key's passphrase, and then abandoned the SSH connection before
entering the passphrase.
- PuTTY could go into a tight loop, consuming CPU and not responding,
if you configured the terminal answerback to the empty string.
- Text entered into some edit boxes in the GUI configuration dialog
was accidentally truncated to 127 characters before writing it into
the saved configuration.
- The default 32-bit Windows builds of PuTTY stopped running on
Windows XP, not intentionally. (Windows would report them as
incompatible.)
- PuTTY's username and password prompts in the terminal accidentally
stopped recognising the keystrokes Ctrl+M and Ctrl+J as ways to
terminate an input line, which broke third-party tools which send
keystrokes to PuTTY and expected those sequences to work.
- Windows PuTTY could fail to update the window width and height
fields in its configuration when resized via the PowerToys
"FancyZones" tool, or any other tool that resize application
windows by the same method.
- On Unix PuTTY and pterm, the keys on the small keypad above the
arrows (Home, End etc) could misbehave in some builds, including
doing nothing at all.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/security/putty/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/putty/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/putty/Makefile
diff -u pkgsrc/security/putty/Makefile:1.89 pkgsrc/security/putty/Makefile:1.90
--- pkgsrc/security/putty/Makefile:1.89 Fri Dec 27 08:20:35 2024
+++ pkgsrc/security/putty/Makefile Tue Feb 11 10:28:46 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2024/12/27 08:20:35 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2025/02/11 10:28:46 ryoon Exp $
-DISTNAME= putty-0.82
-PKGREVISION= 1
+DISTNAME= putty-0.83
CATEGORIES= security
MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PKGVERSION_NOREV}/
Index: pkgsrc/security/putty/distinfo
diff -u pkgsrc/security/putty/distinfo:1.40 pkgsrc/security/putty/distinfo:1.41
--- pkgsrc/security/putty/distinfo:1.40 Thu Jan 2 17:24:57 2025
+++ pkgsrc/security/putty/distinfo Tue Feb 11 10:28:46 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.40 2025/01/02 17:24:57 tnn Exp $
+$NetBSD: distinfo,v 1.41 2025/02/11 10:28:46 ryoon Exp $
-BLAKE2s (putty-0.82.tar.gz) = 2c8c7dbe4004f5f67380e045779d98e37f72cc3ebf084b5409968878cbaaf1c6
-SHA512 (putty-0.82.tar.gz) = 591218d9e62a70f541abb995947f61d89bc24d7d0440a4bff3afa10a49e3ff62aca6200df2b5e921d2f1157ce7048ab2c6e9eee785d02d804ca6c5c152145552
-Size (putty-0.82.tar.gz) = 2944148 bytes
+BLAKE2s (putty-0.83.tar.gz) = 959ff7edbea4b320a3f1d54b8c92334e1a846a1c2c3f7608e29ed9bc66cb8372
+SHA512 (putty-0.83.tar.gz) = 4781616b7e9c5a779a54e6a8486513e0aa947d4a36e9dbfd4ffc0d32981a5ad4868cddbde0363467236ed67c43f990408a9326d10354954be716a270d587c0a6
+Size (putty-0.83.tar.gz) = 3007178 bytes
SHA1 (patch-terminal.c) = 690d9021b14947ae24c68ecff6781ad255ab7a70
SHA1 (patch-timing.c) = a6a492fc8b22c58e2973c854bffa4c8bf71eb6a7
SHA1 (patch-unix_window.c) = 8b8556cb076bdfb1d15b7f365696b1617f9d0afe
Home |
Main Index |
Thread Index |
Old Index