From owner-svn-ports-all@FreeBSD.ORG Tue Mar 10 06:12:49 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45A26F0D; Tue, 10 Mar 2015 06:12:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3122C32D; Tue, 10 Mar 2015 06:12:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2A6CnlP016025; Tue, 10 Mar 2015 06:12:49 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2A6Cn8u016024; Tue, 10 Mar 2015 06:12:49 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201503100612.t2A6Cn8u016024@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Tue, 10 Mar 2015 06:12:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380895 - head/security/lsh 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.18-1 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: Tue, 10 Mar 2015 06:12:49 -0000 Author: johans Date: Tue Mar 10 06:12:48 2015 New Revision: 380895 URL: https://svnweb.freebsd.org/changeset/ports/380895 QAT: https://qat.redports.org/buildarchive/r380895/ Log: Add CPE information security/lsh has had vulnerabilities with a CPE identifier assigned (e.g. CVE-2006-0353). PR: 198473 Submitted by: shun.fbsd.pr@dropcut.net Modified: head/security/lsh/Makefile Modified: head/security/lsh/Makefile ============================================================================== --- head/security/lsh/Makefile Tue Mar 10 06:12:11 2015 (r380894) +++ head/security/lsh/Makefile Tue Mar 10 06:12:48 2015 (r380895) @@ -17,11 +17,12 @@ LIB_DEPENDS= liboop.so:${PORTSDIR}/devel USE_CSTD= c89 GNU_CONFIGURE= yes USE_XORG= xau -USES= gmake shebangfix +USES= cpe gmake shebangfix CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= lsh +CPE_VENDOR= gnu SHEBANG_FILES= src/lcp