package/libvorbis: add LIBVORBIS_CPE_ID_VENDOR

cpe:2.3🅰️xiph.org:libvorbis is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2021-03-03 15:42:33 +01:00 committed by Peter Korsgaard
parent 5743d90008
commit 24b1b6489b

View File

@ -12,5 +12,6 @@ LIBVORBIS_CONF_OPTS = --disable-oggtest
LIBVORBIS_DEPENDENCIES = host-pkgconf libogg
LIBVORBIS_LICENSE = BSD-3-Clause
LIBVORBIS_LICENSE_FILES = COPYING
LIBVORBIS_CPE_ID_VENDOR = xiph.org
$(eval $(autotools-package))