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:           Thu Dec 12 15:29:09 UTC 2024

Modified Files:
        pkgsrc/security/putty: Makefile distinfo
Removed Files:
        pkgsrc/security/putty/patches: patch-ldisc.c

Log Message:
security/putty: Update to 0.82

Changelog:
These features are new in 0.82 (released 2024-11-27):

  * Major refactoring of Unicode handling to allow the use of 'foreign' Unicode
    characters, i.e. outside the system's configured default character set /
    code page. Not yet complete, but the following things work:
      + Windows console: usernames and passwords entered interactively into
        PSCP, PSFTP and Plink can use foreign characters.
      + Windows command line: usernames, remote commands, and filenames entered
        via command-line options can use foreign characters.
      + PuTTY's own terminal (on Windows and Unix): even if it's not configured
        into UTF-8 mode for the main session, interactive usernames and
        passwords can use foreign characters.
  * Unicode version update: all character analysis is updated to Unicode
    16.0.0.
  * Unicode terminal rendering: national and regional flags are now understood
    by PuTTY's terminal emulator. (However, correct display of those flags will
    depend on fonts and operating system.)
  * The Event Log mentions the local address and port number of the outgoing
    connection socket.
  * Bracketed paste mode can now be turned off in the Terminal > Features
    panel.
  * Unix Pageant: new --foreground mode for running as a subprocess.
  * Bug fix: the 'border width' configuration option is now honoured even when
    the window is maximised.
  * Bug fix: SHA-2 based RSA signatures are now sent with correct zero padding.
  * Bug fix: terminal wrap mishandling caused occasional incorrect redraws in
    curses-based applications.
  * Bug fix: Alt + function key in "Xterm 216+" mode sent a spurious extra
    escape character.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/security/putty/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/putty/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/security/putty/patches/patch-ldisc.c

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.87 pkgsrc/security/putty/Makefile:1.88
--- pkgsrc/security/putty/Makefile:1.87 Sun Nov 17 07:16:37 2024
+++ pkgsrc/security/putty/Makefile      Thu Dec 12 15:29:09 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2024/11/17 07:16:37 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2024/12/12 15:29:09 ryoon Exp $
 
-DISTNAME=      putty-0.81
-PKGREVISION=   2
+DISTNAME=      putty-0.82
 CATEGORIES=    security
 MASTER_SITES=  http://the.earth.li/~sgtatham/putty/${PKGVERSION_NOREV}/
 

Index: pkgsrc/security/putty/distinfo
diff -u pkgsrc/security/putty/distinfo:1.38 pkgsrc/security/putty/distinfo:1.39
--- pkgsrc/security/putty/distinfo:1.38 Mon Apr 15 21:55:23 2024
+++ pkgsrc/security/putty/distinfo      Thu Dec 12 15:29:09 2024
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.38 2024/04/15 21:55:23 wiz Exp $
+$NetBSD: distinfo,v 1.39 2024/12/12 15:29:09 ryoon Exp $
 
-BLAKE2s (putty-0.81.tar.gz) = c6e77fbf456bb5f43d2d65689e8d51d664962e715daef3373d5286a6c2676a65
-SHA512 (putty-0.81.tar.gz) = d86f2fd0e126b18275d58cf64334b3b27c450899a1c2be2502de9faa2ef58f7fc8efc5d45f25c8395623f1e21917aa02407343bb2fee44c4c00b9f81267d5ecd
-Size (putty-0.81.tar.gz) = 2844616 bytes
-SHA1 (patch-ldisc.c) = cf31a65f920a3ea9b4a70602e4b2fd4d5df8d3e8
+BLAKE2s (putty-0.82.tar.gz) = 2c8c7dbe4004f5f67380e045779d98e37f72cc3ebf084b5409968878cbaaf1c6
+SHA512 (putty-0.82.tar.gz) = 591218d9e62a70f541abb995947f61d89bc24d7d0440a4bff3afa10a49e3ff62aca6200df2b5e921d2f1157ce7048ab2c6e9eee785d02d804ca6c5c152145552
+Size (putty-0.82.tar.gz) = 2944148 bytes
 SHA1 (patch-terminal.c) = 690d9021b14947ae24c68ecff6781ad255ab7a70
 SHA1 (patch-timing.c) = a6a492fc8b22c58e2973c854bffa4c8bf71eb6a7



Home | Main Index | Thread Index | Old Index