pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/putty Update to 0.69



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6b1dc3819f6
branches:  trunk
changeset: 362074:e6b1dc3819f6
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu May 04 12:52:35 2017 +0000

description:
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.

diffstat:

 security/putty/Makefile |   6 +++---
 security/putty/PLIST    |   4 +++-
 security/putty/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (57 lines):

diff -r 6566bf966724 -r e6b1dc3819f6 security/putty/Makefile
--- a/security/putty/Makefile   Thu May 04 12:26:58 2017 +0000
+++ b/security/putty/Makefile   Thu May 04 12:52:35 2017 +0000
@@ -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 @@
 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"
diff -r 6566bf966724 -r e6b1dc3819f6 security/putty/PLIST
--- a/security/putty/PLIST      Thu May 04 12:26:58 2017 +0000
+++ b/security/putty/PLIST      Thu May 04 12:52:35 2017 +0000
@@ -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/putty
 bin/puttygen
 bin/puttytel
+man/man1/pageant.1
 man/man1/plink.1
 man/man1/pscp.1
 man/man1/psftp.1
diff -r 6566bf966724 -r e6b1dc3819f6 security/putty/distinfo
--- a/security/putty/distinfo   Thu May 04 12:26:58 2017 +0000
+++ b/security/putty/distinfo   Thu May 04 12:52:35 2017 +0000
@@ -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