mail/bogofilter: fix PKG_CPE_ID
authorFabrice Fontaine <redacted>
Thu, 19 Mar 2026 21:25:57 +0000 (22:25 +0100)
committerAlexandru Ardelean <redacted>
Fri, 20 Mar 2026 13:54:46 +0000 (15:54 +0200)
cpe:/a:bogofilter_project:bogofilter is the correct CPE ID for bogofilter:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:bogofilter_project:bogofilter

Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)
Signed-off-by: Fabrice Fontaine <redacted>
mail/bogofilter/Makefile

index 6f1e83fbfc36813b4c9d70ad2e161c863e729df6..42cb59aa5739a7819f35a3d23e481f28b95da904 100644 (file)
@@ -15,7 +15,7 @@ PKG_RELEASE:=1
 
 PKG_LICENSE:=GPL-2.0-or-later
 PKG_LICENSE_FILES:=COPYING
-PKG_CPE_ID:=cpe:/a:bogofilter:bogofilter
+PKG_CPE_ID:=cpe:/a:bogofilter_project:bogofilter
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION2).tar.bz2
 PKG_SOURCE_URL:=https://gitlab.com/bogofilter/bogofilter/-/archive/$(PKG_NAME)-$(PKG_VERSION2)
git clone https://git.99rst.org/PROJECT