diff options
author | 2020-12-04 16:46:01 +0100 | |
---|---|---|
committer | 2021-01-04 21:43:54 +0100 | |
commit | 63332c33aa0771532807fd2684d4eee4eb952435 (patch) | |
tree | 10d640d71cfd0cbdd1dadc35457a201ff5f943db /package/boost/boost.mk | |
parent | bd665d182c8131d2deafa39be0f3d89adb43643f (diff) | |
download | buildroot-63332c33aa0771532807fd2684d4eee4eb952435.tar.gz buildroot-63332c33aa0771532807fd2684d4eee4eb952435.tar.bz2 |
package: provide CPE ID details for numerous packages
This patch adds CPE ID information for a significant number of
packages.
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/boost/boost.mk')
-rw-r--r-- | package/boost/boost.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boost/boost.mk b/package/boost/boost.mk index 365d4342b8..f574e5c47d 100644 --- a/package/boost/boost.mk +++ b/package/boost/boost.mk @@ -10,6 +10,7 @@ BOOST_SITE = https://dl.bintray.com/boostorg/release/$(BOOST_VERSION)/source BOOST_INSTALL_STAGING = YES BOOST_LICENSE = BSL-1.0 BOOST_LICENSE_FILES = LICENSE_1_0.txt +BOOST_CPE_ID_VENDOR = $(BOOST_NAME) # CVE-2009-3654 is misclassified (by our CVE tracker) as affecting to boost, # while in fact it affects Drupal (a module called boost in there). |