[Buildroot] [git commit branch/2022.08.x] package/timescaledb: add TIMESCALEDB_CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Sat Oct 15 15:23:59 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=616b1d017a5347b32e421d4e76ae8a2b14877000
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.08.x

cpe:2.3:a:timescale:timescaledb is a valid CPE identifier for this
package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Atimescale%3Atimescaledb

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 6a184841bd293fd85c5691382da13cbd2068e798)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/timescaledb/timescaledb.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/timescaledb/timescaledb.mk b/package/timescaledb/timescaledb.mk
index 0268712399..02f7602b4c 100644
--- a/package/timescaledb/timescaledb.mk
+++ b/package/timescaledb/timescaledb.mk
@@ -8,6 +8,7 @@ TIMESCALEDB_VERSION = 2.7.2
 TIMESCALEDB_SITE = $(call github,timescale,timescaledb,$(TIMESCALEDB_VERSION))
 TIMESCALEDB_LICENSE = Apache-2.0
 TIMESCALEDB_LICENSE_FILES = LICENSE
+TIMESCALEDB_CPE_ID_VENDOR = timescale
 
 TIMESCALEDB_DEPENDENCIES = postgresql
 



More information about the buildroot mailing list