svn commit: r401786 - branches/2015Q4/security/putty

Matthias Andree mandree at FreeBSD.org
Mon Nov 16 20:33:51 UTC 2015


Author: mandree
Date: Mon Nov 16 20:33:49 2015
New Revision: 401786
URL: https://svnweb.freebsd.org/changeset/ports/401786

Log:
  MFH: r401087
  
  Update to new upstream release 0.66 (security fix).
  
  Switch to USES=gssapi:mit.
  
  Security:	CVE-2015-5309
  Security:	0cb0afd9-86b8-11e5-bf60-080027ef73ec
  Approved by:	ports-secteam (feld)
  PR:		204386

Modified:
  branches/2015Q4/security/putty/Makefile
  branches/2015Q4/security/putty/distinfo
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/security/putty/Makefile
==============================================================================
--- branches/2015Q4/security/putty/Makefile	Mon Nov 16 20:12:32 2015	(r401785)
+++ branches/2015Q4/security/putty/Makefile	Mon Nov 16 20:33:49 2015	(r401786)
@@ -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,9 +45,7 @@ MAKE_ARGS+=	GTK_CONFIG=:
 
 .if ${PORT_OPTIONS:MGSSAPI}
 _COMPAT=		-DSTATIC_GSSAPI
-.if ${OSVERSION} >= 900000
-LIB_DEPENDS+=		libkrb5support.so:${PORTSDIR}/security/krb5
-.endif
+USES+=		gssapi:mit
 .else
 _COMPAT=		-DNO_GSSAPI
 .endif

Modified: branches/2015Q4/security/putty/distinfo
==============================================================================
--- branches/2015Q4/security/putty/distinfo	Mon Nov 16 20:12:32 2015	(r401785)
+++ branches/2015Q4/security/putty/distinfo	Mon Nov 16 20:33:49 2015	(r401786)
@@ -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


More information about the svn-ports-all mailing list