From owner-svn-ports-all@freebsd.org Sat Jun 10 17:38:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7440EBF2BC3; Sat, 10 Jun 2017 17:38:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42AD280E1E; Sat, 10 Jun 2017 17:38:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5AHcEix090427; Sat, 10 Jun 2017 17:38:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5AHcEJZ090426; Sat, 10 Jun 2017 17:38:14 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201706101738.v5AHcEJZ090426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 10 Jun 2017 17:38:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443103 - head/security/heimdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2017 17:38:15 -0000 Author: feld Date: Sat Jun 10 17:38:14 2017 New Revision: 443103 URL: https://svnweb.freebsd.org/changeset/ports/443103 Log: security/heimdal: Fix build Previous backported patch for CVE requires a new build dependency. PR: 219657 Reported by: Benjamin Woods MFH: 2017Q2 Differential Revision: https://reviews.freebsd.org/D11125 Modified: head/security/heimdal/Makefile Modified: head/security/heimdal/Makefile ============================================================================== --- head/security/heimdal/Makefile Sat Jun 10 17:29:57 2017 (r443102) +++ head/security/heimdal/Makefile Sat Jun 10 17:38:14 2017 (r443103) @@ -16,6 +16,8 @@ COMMENT= Popular BSD-licensed implementation of Kerber LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= p5-JSON>=0:converters/p5-JSON + CONFLICTS= krb4-[0-9]* krb5-[0-9]* krb5-maint-[0-9]* srp-[0-9]* \ wu-ftpd-[0-9]* wu-ftpd+ipv6-[0-9]*