package/ogre: add CPE

Vulnerabilities such as [1][2] are assigned to the ogre package with the
cpe: ogre3d:ogre.

To correctly match against those vulnerabilities the CPE_ID_VERSION uses
the version without the 'v' prepended.

[1] https://nvd.nist.gov/vuln/detail/CVE-2025-11014
[2] https://nvd.nist.gov/vuln/detail/CVE-2025-11017

Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit fe1f45c133)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Thomas Perale
2026-07-06 12:02:59 +02:00
parent e2d7dbfeee
commit f85f4793ff

View File

@@ -4,12 +4,15 @@
#
################################################################################
OGRE_VERSION = v14.4.1
OGRE_VERSION_UPSTREAM = 14.4.1
OGRE_VERSION = v$(OGRE_VERSION_UPSTREAM)
OGRE_SITE = https://github.com/OGRECave/ogre
OGRE_SITE_METHOD = git
OGRE_LICENSE = MIT (main library, DeferredShadingMedia samples), Public Domain (samples and plugins)
OGRE_LICENSE_FILES = LICENSE
OGRE_INSTALL_STAGING = YES
OGRE_CPE_ID_VENDOR = ogre3d
OGRE_CPE_ID_VERSION = $(OGRE_VERSION_UPSTREAM)
# Download with imgui submodule (https://github.com/ocornut/imgui
OGRE_GIT_SUBMODULES = YES