aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2016-03-07 18:02:32 +0000
committerMatthias Andree <mandree@FreeBSD.org>2016-03-07 18:02:32 +0000
commit81b3e896d76e1d3a0979f6309858b8e6557648dd (patch)
tree2ee32c69053de33083ffa2cde05986a620730536
parent0bde7527d4dcf39aea9dd3d6f99f440e7286617c (diff)
downloadports-81b3e896d76e1d3a0979f6309858b8e6557648dd.tar.gz
ports-81b3e896d76e1d3a0979f6309858b8e6557648dd.zip
MFH: r410527
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. Security: 7f0fbb30-e462-11e5-a3f3-080027ef73ec Security: CVE-2016-2563 Approved by: ports-secteam (feld)
Notes
Notes: svn path=/branches/2016Q1/; revision=410539
-rw-r--r--security/putty/Makefile6
-rw-r--r--security/putty/distinfo4
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