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 May 4 12:52:35 UTC 2017
Modified Files:
pkgsrc/security/putty: Makefile PLIST distinfo
Log Message:
Update to 0.69
* Convert to use GTK 3 to fix build
Changelog:
These features are new in 0.69 (released 2017-04-29):
Security fix: the Windows PuTTY binaries should no longer be vulnerable to hijacking by specially named DLLs in the same directory, even the names we missed when we thought we'd fixed this in
0.68. See vuln-indirect-dll-hijack-2.
Windows PuTTY should work with MIT Kerberos again, after our DLL hijacking defences broke it.
Jump lists should now appear again on the PuTTY shortcut in the Windows Start Menu.
You can now explicitly configure SSH terminal mode settings not to be sent to the server, if your server objects to them.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/security/putty/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/putty/PLIST
cvs rdiff -u -r1.22 -r1.23 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.47 pkgsrc/security/putty/Makefile:1.48
--- pkgsrc/security/putty/Makefile:1.47 Fri Mar 17 00:11:48 2017
+++ pkgsrc/security/putty/Makefile Thu May 4 12:52:35 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2017/03/17 00:11:48 maya Exp $
+# $NetBSD: Makefile,v 1.48 2017/05/04 12:52:35 ryoon Exp $
#
-DISTNAME= putty-0.68
+DISTNAME= putty-0.69
CATEGORIES= security
MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PKGVERSION_NOREV}/
@@ -37,6 +37,6 @@ CFLAGS+= -DBSD_PTYS
LDFLAGS.SunOS+= -lsocket -lnsl
CFLAGS.SunOS+= -DBSD_COMP
-.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/putty/PLIST
diff -u pkgsrc/security/putty/PLIST:1.1.1.1 pkgsrc/security/putty/PLIST:1.2
--- pkgsrc/security/putty/PLIST:1.1.1.1 Fri Oct 29 23:00:31 2004
+++ pkgsrc/security/putty/PLIST Thu May 4 12:52:35 2017
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/29 23:00:31 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/05/04 12:52:35 ryoon Exp $
+bin/pageant
bin/plink
bin/pscp
bin/psftp
@@ -6,6 +7,7 @@ bin/pterm
bin/putty
bin/puttygen
bin/puttytel
+man/man1/pageant.1
man/man1/plink.1
man/man1/pscp.1
man/man1/psftp.1
Index: pkgsrc/security/putty/distinfo
diff -u pkgsrc/security/putty/distinfo:1.22 pkgsrc/security/putty/distinfo:1.23
--- pkgsrc/security/putty/distinfo:1.22 Fri Mar 17 11:55:53 2017
+++ pkgsrc/security/putty/distinfo Thu May 4 12:52:35 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22 2017/03/17 11:55:53 maya Exp $
+$NetBSD: distinfo,v 1.23 2017/05/04 12:52:35 ryoon Exp $
-SHA1 (putty-0.68.tar.gz) = e6acf0285e0718516cfa1fe775b1a92765387d70
-RMD160 (putty-0.68.tar.gz) = c5a07a3250f857cdcce619ef35953ed46c260788
-SHA512 (putty-0.68.tar.gz) = e3a6e4f45e1fce70d4cbb6d4769ab72b23c10920e48a88bba95b3f4c225b0193ddc1444e69d572bdec5e505d2c56fed365f07d990c156b35f272b56f978ef5d3
-Size (putty-0.68.tar.gz) = 2114499 bytes
+SHA1 (putty-0.69.tar.gz) = f98ec09ecba4d9a4efc66fac5c86078cef27b41a
+RMD160 (putty-0.69.tar.gz) = e120ead901dacd233885adb36afa82aaa10ad469
+SHA512 (putty-0.69.tar.gz) = 2739829adec60df5658709d61f8539d431f6b5d71b9b893fcefb2a04ac52bf2ace26f9ca784156d6540fa3f3e5858a86eb2921002b4cc05f9fbf22da7931ec2a
+Size (putty-0.69.tar.gz) = 2122306 bytes
SHA1 (patch-ldisc.c) = e4dd89bfb2ddcb47aad46cc7c311f424aa6ab6be
SHA1 (patch-misc.c) = fb7ba23f3c3301181d2ca7666a037f7bb3ac3f7b
SHA1 (patch-timing.c) = 9dd79fde390878960e97c456628bbd5dcbcd07f9
Home |
Main Index |
Thread Index |
Old Index