From 8bb8ac555cbd29b375947fa16a6ecf343ab27112 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 4 Feb 2024 11:06:04 +0100 Subject: [PATCH] lang/python/python-aiohttp: fix PKG_CPE_ID aiohttp:aiohttp is a better CPE ID than aio-libs_projet:aiohttp as this CPE ID has the latest CVEs (whereas aio-libs_project:aiohttp only has one CVE from 2018): https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:aiohttp:aiohttp Fixes: 2edf5034f1c09fe60af52087abe7b6fcef9433fc (python-aiohttp: add a new package) Signed-off-by: Fabrice Fontaine (cherry picked from commit 8b9965fcb30f1f7401cad5ec9967e65ae72398b3) --- lang/python/python-aiohttp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/python-aiohttp/Makefile b/lang/python/python-aiohttp/Makefile index e5246d2b4a..4f9dc5dbcc 100644 --- a/lang/python/python-aiohttp/Makefile +++ b/lang/python/python-aiohttp/Makefile @@ -17,7 +17,7 @@ PKG_HASH:=b9552ec52cc147dbf1944ac7ac98af7602e51ea2dcd076ed194ca3c0d1c7d0bc PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.txt -PKG_CPE_ID:=cpe:/a:aio-libs_project:aiohttp +PKG_CPE_ID:=cpe:/a:aiohttp:aiohttp include ../pypi.mk include $(INCLUDE_DIR)/package.mk -- 2.30.2