Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 09:18:22 +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: r401087 - head/security/putty
Message-ID:  <201511090918.tA99IMFA014333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Mon Nov  9 09:18:22 2015
New Revision: 401087
URL: https://svnweb.freebsd.org/changeset/ports/401087

Log:
  Update to new upstream release 0.66 (security fix).
  
  Switch to USES=gssapi:mit.
  
  Security:	CVE-2015-5309
  Security:	0cb0afd9-86b8-11e5-bf60-080027ef73ec

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

Modified: head/security/putty/Makefile
==============================================================================
--- head/security/putty/Makefile	Mon Nov  9 08:27:41 2015	(r401086)
+++ head/security/putty/Makefile	Mon Nov  9 09:18:22 2015	(r401087)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	putty
-PORTVERSION=	0.65
+PORTVERSION=	0.66
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \
 		ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/
@@ -45,7 +45,7 @@ MAKE_ARGS+=	GTK_CONFIG=:
 
 .if ${PORT_OPTIONS:MGSSAPI}
 _COMPAT=		-DSTATIC_GSSAPI
-LIB_DEPENDS+=		libkrb5support.so:${PORTSDIR}/security/krb5
+USES+=		gssapi:mit
 .else
 _COMPAT=		-DNO_GSSAPI
 .endif

Modified: head/security/putty/distinfo
==============================================================================
--- head/security/putty/distinfo	Mon Nov  9 08:27:41 2015	(r401086)
+++ head/security/putty/distinfo	Mon Nov  9 09:18:22 2015	(r401087)
@@ -1,2 +1,2 @@
-SHA256 (putty-0.65.tar.gz) = d543c1fd4944ea51d46d4abf31bfb8cde9bd1c65cb36dc6b83e51ce875660ca0
-SIZE (putty-0.65.tar.gz) = 1937861
+SHA256 (putty-0.66.tar.gz) = fe7312f66c54865868b362f4b79bd1fbe7ce9e8b1fd504b04034182db1f32993
+SIZE (putty-0.66.tar.gz) = 1948323



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