From 6c2d5afdf80ca967cf0bb1b3b50fd322ce48dc88 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 9 Nov 2015 09:18:22 +0000 Subject: Update to new upstream release 0.66 (security fix). Switch to USES=gssapi:mit. Security: CVE-2015-5309 Security: 0cb0afd9-86b8-11e5-bf60-080027ef73ec --- security/putty/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/putty/Makefile') diff --git a/security/putty/Makefile b/security/putty/Makefile index 1ac915075bee..69c15429ba43 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -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 -- cgit v1.2.3