Sun Oct 15 06:24:20 2023 UTC ()
putty: Update to 0.79

Changelog:
2023-08-26 PuTTY 0.79 released

PuTTY 0.79, released today, is mostly a bug fix release, with only
minor new features in SSH and terminal mouse handling.

The most important bug fix is that we've restored the Windows
'install scope' to the way it was in 0.77 and earlier, reverting
the security workaround we had to put into 0.78. This means the
0.79 Windows installer will not uninstall 0.78 automatically, so
we recommend uninstalling 0.78 by hand first, if you have it
installed. As before, if you've ended up with both versions installed,
uninstalling them both and then running the new installer will put
everything right.


(ryoon)
diff -r1.77 -r1.78 pkgsrc/security/putty/Makefile
diff -r1.35 -r1.36 pkgsrc/security/putty/distinfo

cvs diff -r1.77 -r1.78 pkgsrc/security/putty/Makefile (expand / switch to unified diff)

--- pkgsrc/security/putty/Makefile 2023/08/02 16:17:18 1.77
+++ pkgsrc/security/putty/Makefile 2023/10/15 06:24:19 1.78
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.77 2023/08/02 16:17:18 nia Exp $ 1# $NetBSD: Makefile,v 1.78 2023/10/15 06:24:19 ryoon Exp $
2# 2#
3 3
4DISTNAME= putty-0.78 4DISTNAME= putty-0.79
5CATEGORIES= security 5CATEGORIES= security
6MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PKGVERSION_NOREV}/ 6MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PKGVERSION_NOREV}/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.chiark.greenend.org.uk/~sgtatham/putty/ 9HOMEPAGE= https://www.chiark.greenend.org.uk/~sgtatham/putty/
10COMMENT= Free implementation of Telnet and SSH for Win32 and Unix platforms 10COMMENT= Free implementation of Telnet and SSH for Win32 and Unix platforms
11LICENSE= mit 11LICENSE= mit
12 12
13USE_CMAKE= yes 13USE_CMAKE= yes
14USE_TOOLS+= perl pkg-config 14USE_TOOLS+= perl pkg-config
15 15
16# error: 'for' loop initial declarations are only allowed in C99 mode 16# error: 'for' loop initial declarations are only allowed in C99 mode
17FORCE_C_STD= c99 17FORCE_C_STD= c99

cvs diff -r1.35 -r1.36 pkgsrc/security/putty/distinfo (expand / switch to unified diff)

--- pkgsrc/security/putty/distinfo 2023/02/14 03:28:07 1.35
+++ pkgsrc/security/putty/distinfo 2023/10/15 06:24:19 1.36
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.35 2023/02/14 03:28:07 ryoon Exp $ 1$NetBSD: distinfo,v 1.36 2023/10/15 06:24:19 ryoon Exp $
2 2
3BLAKE2s (putty-0.78.tar.gz) = 0cd36ac355085e34c7e03afb93add0d00d55bfe055d5aec565d04eb3b9d3a8f6 3BLAKE2s (putty-0.79.tar.gz) = 583f894dceafd565f2f117eb4f692bab75870426fd7a97989fa565cdfb648a99
4SHA512 (putty-0.78.tar.gz) = d7a3e2eabd5f1f65fc0f3f1ee0789c30fbe891b57f63ddeac0b92befcb6aecd4a748f04a21c76ee42d992deb77c2e1a0454a71cc620ef26fbf23af660bd84bb5 4SHA512 (putty-0.79.tar.gz) = 4f10f870b229c89e928921d3b350955ce1c1170a062e7943d9cc8dbd83389d82a9b844623541605f0db5a429d545c2d188bf8e384c6515466fae69b216120983
5Size (putty-0.78.tar.gz) = 2811628 bytes 5Size (putty-0.79.tar.gz) = 2826618 bytes
6SHA1 (patch-ldisc.c) = cf31a65f920a3ea9b4a70602e4b2fd4d5df8d3e8 6SHA1 (patch-ldisc.c) = cf31a65f920a3ea9b4a70602e4b2fd4d5df8d3e8
7SHA1 (patch-terminal.c) = 690d9021b14947ae24c68ecff6781ad255ab7a70 7SHA1 (patch-terminal.c) = 690d9021b14947ae24c68ecff6781ad255ab7a70
8SHA1 (patch-timing.c) = a6a492fc8b22c58e2973c854bffa4c8bf71eb6a7 8SHA1 (patch-timing.c) = a6a492fc8b22c58e2973c854bffa4c8bf71eb6a7