From: Fabrice Fontaine Date: Thu, 19 Mar 2026 21:25:57 +0000 (+0100) Subject: mail/bogofilter: fix PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bb47b0279642252acc3e46a1f2edd8638cebf05e;p=openwrt-packages.git mail/bogofilter: fix PKG_CPE_ID 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 --- diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 6f1e83fbf..42cb59aa5 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -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)