]> git.99rst.org Git - openwrt-packages.git/commitdiff
utils/hplip: fix CPE ID
authorFabrice Fontaine <redacted>
Wed, 17 Jun 2026 15:23:39 +0000 (17:23 +0200)
committerFlorian Eckert <redacted>
Tue, 14 Jul 2026 13:48:20 +0000 (15:48 +0200)
hp:linux_imaging_and_printing is a better CPE ID than
hp:linux_imaging_and_printing_project as this CPE ID has the latest CVE
(whereas hp:linux_imaging_and_printing_project only has CVEs up to
2013):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:hp:linux_imaging_and_printing

Fixes: 5afe5c9031190844f267357c68efe3c9c3cbe51d (treewide: assign PKG_CPE_ID)
Signed-off-by: Fabrice Fontaine <redacted>
utils/hplip/Makefile

index 2c41e01e0da8059be6b56ecb3ef135964932a69d..3d319663733d4cfc7271481f393c7d69e03700b0 100644 (file)
@@ -16,7 +16,7 @@ PKG_HASH:=a6af314a7af0572f2ab6967b2fe68760e64d74628ef0e6237f8504d81047edbe
 PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>
 PKG_LICENSE:=GPL-2.0 GPL-2.0-or-later
 PKG_LICENSE_FILES:=COPYING LICENSE
-PKG_CPE_ID:=cpe:/a:hp:linux_imaging_and_printing_project
+PKG_CPE_ID:=cpe:/a:hp:linux_imaging_and_printing
 
 PKG_BUILD_PARALLEL:=1
 PKG_BUILD_DEPENDS:=libcups
git clone https://git.99rst.org/PROJECT