svn commit: r380895 - head/security/lsh

Johan van Selst johans at FreeBSD.org
Tue Mar 10 06:12:49 UTC 2015


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 at 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
 


More information about the svn-ports-head mailing list