mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
package/sqlcipher: add SQLCIPHER_CPE_ID_VENDOR
cpe:2.3🅰️zetetic:sqlcipher is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Azetetic%3Asqlcipher Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
14cc349d26
commit
b10a31c7c5
@ -8,6 +8,7 @@ SQLCIPHER_VERSION = 4.4.2
|
||||
SQLCIPHER_SITE = $(call github,sqlcipher,sqlcipher,v$(SQLCIPHER_VERSION))
|
||||
SQLCIPHER_LICENSE = BSD-3-Clause
|
||||
SQLCIPHER_LICENSE_FILES = LICENSE
|
||||
SQLCIPHER_CPE_ID_VENDOR = zetetic
|
||||
SQLCIPHER_DEPENDENCIES = host-pkgconf openssl host-tcl
|
||||
SQLCIPHER_INSTALL_STAGING = YES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user