diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-03-14 14:07:30 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-03-14 14:07:30 +0000 |
commit | fa696d1d798d2d093dbf6e90859b9ca4aaaf8e0a (patch) | |
tree | ce0ab44cfe38fd4e9ce6efa507da1b7c785eb3d5 /security | |
parent | 2dd0c3f5007bc104f79db87a231680b78698ebf6 (diff) | |
download | pkgsrc-fa696d1d798d2d093dbf6e90859b9ca4aaaf8e0a.tar.gz |
Update to 0.67
Changelog: 2016-03-05 PuTTY 0.67 released, fixing a SECURITY HOLE
PuTTY 0.67, released today, fixes a security hole in 0.66 and
before: vuln-pscp-sink-sscanf. It also contains a few other small
bug fixes.
Also, for the first time, the Windows executables in this release
(including the installer) are signed using an Authenticode certificate,
to help protect against tampering in transit from our website or
after downloading. You should find that they list "Simon Tatham"
as the verified publisher.
Diffstat (limited to 'security')
-rw-r--r-- | security/putty/Makefile | 4 | ||||
-rw-r--r-- | security/putty/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index 64fe74cadfa..11eff6987c8 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2015/11/20 19:02:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2016/03/14 14:07:30 ryoon Exp $ # -DISTNAME= putty-0.66 +DISTNAME= putty-0.67 CATEGORIES= security MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PKGVERSION_NOREV}/ diff --git a/security/putty/distinfo b/security/putty/distinfo index 429d3231948..9b4b3b63a70 100644 --- a/security/putty/distinfo +++ b/security/putty/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.19 2015/11/20 19:02:02 ryoon Exp $ +$NetBSD: distinfo,v 1.20 2016/03/14 14:07:30 ryoon Exp $ -SHA1 (putty-0.66.tar.gz) = 49a6eb85c2b6893b5de8485f7c59049bf4fa32f4 -RMD160 (putty-0.66.tar.gz) = 2121860be81416f96a93963e4771a1edfca279dc -SHA512 (putty-0.66.tar.gz) = 796fdb104fbdcad22d93274ea7c3599a34a94b35c849eafd1398f9a71721fbf2b6e4cec4abb64bb7fffe8ac45faefd8995339547fdc9b0beca5d7a76e0cb6bd3 -Size (putty-0.66.tar.gz) = 1948323 bytes +SHA1 (putty-0.67.tar.gz) = 132ff74266e590a007f86cbb4bea5642db7bdd76 +RMD160 (putty-0.67.tar.gz) = 910dc2257337eefcbe656d2d05bbf4ecc4fda22c +SHA512 (putty-0.67.tar.gz) = c2b17da46b8db3fe3837a10cb9cf5dd4b3ef6bfa15cadab83f3b87cf1479ed31fced90b774297ae53bdcbbdf230fc80d5c73d5ff3be6916fb591fd7ce3d35eca +Size (putty-0.67.tar.gz) = 1955547 bytes SHA1 (patch-import.c) = da6a34ec3412985858babb28821296c40e30d96b SHA1 (patch-ldisc.c) = e4dd89bfb2ddcb47aad46cc7c311f424aa6ab6be SHA1 (patch-misc.c) = fb7ba23f3c3301181d2ca7666a037f7bb3ac3f7b |