Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2016 16:54:16 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410527 - head/security/putty
Message-ID:  <201603071654.u27GsGBx091933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Mon Mar  7 16:54:16 2016
New Revision: 410527
URL: https://svnweb.freebsd.org/changeset/ports/410527

Log:
  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

Modified:
  head/security/putty/Makefile
  head/security/putty/distinfo

Modified: head/security/putty/Makefile
==============================================================================
--- head/security/putty/Makefile	Mon Mar  7 16:26:02 2016	(r410526)
+++ head/security/putty/Makefile	Mon Mar  7 16:54:16 2016	(r410527)
@@ -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

Modified: head/security/putty/distinfo
==============================================================================
--- head/security/putty/distinfo	Mon Mar  7 16:26:02 2016	(r410526)
+++ head/security/putty/distinfo	Mon Mar  7 16:54:16 2016	(r410527)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603071654.u27GsGBx091933>