aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2015-03-10 05:04:37 +0800
committerjohans <johans@FreeBSD.org>2015-03-10 05:04:37 +0800
commitb5d1227b6cc6b5104748e21954c9193df126a5da (patch)
tree4a02f7f83c0fb1539df51d2d700bdf9e5b2b0746
parentb7a68776c07396b64f9b0461a08c7dc353fc011a (diff)
downloadfreebsd-ports-gnome-b5d1227b6cc6b5104748e21954c9193df126a5da.tar.gz
freebsd-ports-gnome-b5d1227b6cc6b5104748e21954c9193df126a5da.tar.zst
freebsd-ports-gnome-b5d1227b6cc6b5104748e21954c9193df126a5da.zip
Add CPE information
textproc/gnugrep has had vulnerabilities with a CPE identifier assigned (e.g. CVE-2012-5667). PR: 198471 Submitted by: shun.fbsd.pr@dropcut.net
-rw-r--r--textproc/gnugrep/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile
index 5d829594d791..8b7765a8ad73 100644
--- a/textproc/gnugrep/Makefile
+++ b/textproc/gnugrep/Makefile
@@ -14,12 +14,13 @@ LICENSE= GPLv3
CONFLICTS= bsd-grep-[0-9]*
-USES= charsetfix tar:xz
+USES= cpe charsetfix tar:xz
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INFO= grep
+CPE_VENDOR= gnu
OPTIONS_DEFINE= PCRE NLS
OPTIONS_DEFAULT=PCRE NLS