diff options
author | mandree <mandree@FreeBSD.org> | 2016-03-08 00:54:16 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2016-03-08 00:54:16 +0800 |
commit | afcbcbf2c3d575e0dbee5e20c4154b1d9406e252 (patch) | |
tree | 849a2afc5c6a6b4ea0887e395c234f3b9b9a9c00 /security/putty | |
parent | 10d76a11ceeee30cc06a637d9dec021ab1f0df2b (diff) | |
download | freebsd-ports-gnome-afcbcbf2c3d575e0dbee5e20c4154b1d9406e252.tar.gz freebsd-ports-gnome-afcbcbf2c3d575e0dbee5e20c4154b1d9406e252.tar.zst freebsd-ports-gnome-afcbcbf2c3d575e0dbee5e20c4154b1d9406e252.zip |
Security upgrade to new upstream release 0.67.
Unix-relevant changes:
* Security fix: a buffer overrun in the old-style SCP protocol when receiving
the header of each file downloaded from the server is fixed. (CVE-2016-2563)
* Assorted other robustness fixes for crashes and memory leaks.
MFH: 2016Q1
Security: 7f0fbb30-e462-11e5-a3f3-080027ef73ec
Security: CVE-2016-2563
Diffstat (limited to 'security/putty')
-rw-r--r-- | security/putty/Makefile | 6 | ||||
-rw-r--r-- | security/putty/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index dc9fbaacc517..852ecb87982a 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= putty -PORTVERSION= 0.66 -PORTREVISION= 1 +PORTVERSION= 0.67 CATEGORIES= security ipv6 MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ @@ -44,7 +43,8 @@ MAKE_ARGS+= GTK_CONFIG=: .if ${PORT_OPTIONS:MGSSAPI} _COMPAT= -DSTATIC_GSSAPI -USES+= gssapi:mit +USES+= gssapi:base,flags +MAKE_ARGS+= KRB5CONFIG=$(KRB5CONFIG) .else _COMPAT= -DNO_GSSAPI .endif diff --git a/security/putty/distinfo b/security/putty/distinfo index 7e51faf72eaf..2c78b62483d0 100644 --- a/security/putty/distinfo +++ b/security/putty/distinfo @@ -1,2 +1,2 @@ -SHA256 (putty-0.66.tar.gz) = fe7312f66c54865868b362f4b79bd1fbe7ce9e8b1fd504b04034182db1f32993 -SIZE (putty-0.66.tar.gz) = 1948323 +SHA256 (putty-0.67.tar.gz) = 80192458e8a46229de512afeca5c757dd8fce09606b3c992fbaeeee29b994a47 +SIZE (putty-0.67.tar.gz) = 1955547 |