1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

lang/gcc-aux, lang/gcc47-aux, lang/gnatdroid-arm*: Add CPE information

There are no active CVEs against GCC 4.7.x or 4.9.x, but GCC is listed
in the CPE database due to earlier CVEs.  To prepare for future CVEs, add
the CPE information.  Note that CPE_VERSION has to be defined since these
ports use their own version schemes rather than GCC version numbers.

PR:		198252
PR:		198257
Submitted by:	shun (dropcut.net)
This commit is contained in:
John Marino 2015-03-05 09:01:26 +00:00
parent e26577eafa
commit b17a059052
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380478
2 changed files with 8 additions and 2 deletions

View File

@ -9,9 +9,12 @@ LIB_DEPENDS+= libmpc.so:${PORTSDIR}/math/mpc
ONLY_FOR_ARCHS= i386 amd64
GNU_CONFIGURE= yes
USES= gmake iconv libtool perl5 tar:bzip2
USES= cpe gmake iconv libtool perl5 tar:bzip2
USE_PERL5= build
ALL_TARGET= default
CPE_PRODUCT= gcc
CPE_VENDOR= gnu
CPE_VERSION= ${GCC_VERSION}
CXXTS4DF= \
17_intro/headers/c++1998/stdc++.cc \

View File

@ -9,6 +9,9 @@ LIB_DEPENDS+= libmpc.so:${PORTSDIR}/math/mpc
ONLY_FOR_ARCHS= i386 amd64
GNU_CONFIGURE= yes
USES= iconv gmake libtool perl5 tar:bzip2
USES= cpe gmake iconv libtool perl5 tar:bzip2
USE_PERL5= build
ALL_TARGET= default
CPE_PRODUCT= gcc
CPE_VENDOR= gnu
CPE_VERSION= ${GCC_VERSION}