diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-10-01 15:22:41 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-10-01 15:22:41 +0000 |
commit | 7b9f564dbb56e843caee1134b033b3489f1c988d (patch) | |
tree | dbab09c778858aab0cd1dba1ff5b1f1b6313aab0 /security/putty/distinfo | |
parent | 7c10536c0f374f3721ce135ef8a3f41648e854eb (diff) | |
download | pkgsrc-7b9f564dbb56e843caee1134b033b3489f1c988d.tar.gz |
Update to 0.73
Changelog:
Vulnerabilities fixed in this release include:
- On Windows, the listening sockets used for local port forwarding
were opened in a mode that did not prevent other processes from
also listening on the same ports and stealing some of the incoming
connections.
- In the PuTTY terminal, bracketed paste mode was broken in 0.72, in
a way that made the pasted data look like manual keyboard input. So
any application relying on the bracketing sequences to protect
against malicious clipboard contents would have been misled.
- An SSH-1 server could trigger an access to freed memory by sending
the SSH1_MSG_DISCONNECT message. Not known to be exploitable.
Other bug fixes include:
- Windows Plink no longer crashes on startup when it tries to tell
you it's reusing an existing SSH connection.
- Windows PuTTY now updates its terminal window size correctly if the
screen resolution changes while it's maximised.
- If you display the coloured error messages from gcc in the PuTTY
terminal, there is no longer a missing character if a colour change
happens exactly at the end of a line.
- If you use the 'Clear Scrollback' menu option or escape sequence
while text in the scrollback is selected, it no longer causes an
assertion failure.
Diffstat (limited to 'security/putty/distinfo')
-rw-r--r-- | security/putty/distinfo | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/putty/distinfo b/security/putty/distinfo index 3fb547633b1..51dcbaa1637 100644 --- a/security/putty/distinfo +++ b/security/putty/distinfo @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.26 2019/07/25 12:50:06 ryoon Exp $ +$NetBSD: distinfo,v 1.27 2019/10/01 15:22:41 ryoon Exp $ -SHA1 (putty-0.72.tar.gz) = 9940e226e5b9f2da9b15109c0deabb168c92d850 -RMD160 (putty-0.72.tar.gz) = 4c3432e935a8ebc31b5c3f4770be542877f51942 -SHA512 (putty-0.72.tar.gz) = a963985e55dcd589c08ef51085808a6364629edd8ce6708ebdf516e0339a41b7f186f91d7d7f26b1fec03d60767f365246e6fa06e9ef042898355c2f90f355dd -Size (putty-0.72.tar.gz) = 2449516 bytes -SHA1 (patch-ldisc.c) = 9a12a0b96bdf57ae219651b38d695fa5440da354 +SHA1 (putty-0.73.tar.gz) = 17daebb82e476adfd578f6934c28f4d2c209b7d8 +RMD160 (putty-0.73.tar.gz) = 9e7c0084464963581bc47ce1b87e25ba51d27743 +SHA512 (putty-0.73.tar.gz) = 4ada4b8c6d68be44afede2676bc661fedfd1ea0b574b8232ad9aaa6f3a48baa9f4f0ded2955b3f2677a14db85a508f53c965cb00fcd7538a1ed9844031f0c5e5 +Size (putty-0.73.tar.gz) = 2459115 bytes +SHA1 (patch-ldisc.c) = cf31a65f920a3ea9b4a70602e4b2fd4d5df8d3e8 SHA1 (patch-misc.c) = fa1c2db8eb20ceaadb4b57b6aefa57f22d2ae26f SHA1 (patch-terminal.c) = 9e57f754bb2071c8c6b6a92ae63772eb10790121 -SHA1 (patch-timing.c) = 9dd79fde390878960e97c456628bbd5dcbcd07f9 +SHA1 (patch-timing.c) = a6a492fc8b22c58e2973c854bffa4c8bf71eb6a7 SHA1 (patch-unix_Makefile.gtk) = 7fe7859ad91afb57ef3ba31194ffd2ef784f638d SHA1 (patch-unix_uxnet.c) = 2d1c2939721993fe5616c2fe3f1935c03a31bb35 SHA1 (patch-unix_uxpgnt.c) = b5625b33b940ea2870d3e91d38e2303a80d6887b -SHA1 (patch-unix_uxucs.c) = a2a5021b515c3bade1126ed062bdc1eece1ca0f9 +SHA1 (patch-unix_uxucs.c) = 47791025e5375e9e8649ce24bc9efff3c7d29ab4 |