diff options
author | johans <johans@FreeBSD.org> | 2015-03-10 05:04:37 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-03-10 05:04:37 +0800 |
commit | b5d1227b6cc6b5104748e21954c9193df126a5da (patch) | |
tree | 4a02f7f83c0fb1539df51d2d700bdf9e5b2b0746 | |
parent | b7a68776c07396b64f9b0461a08c7dc353fc011a (diff) | |
download | freebsd-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/Makefile | 3 |
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 |