[Buildroot] [git commit branch/2025.02.x] package/python-aiohttp-session: fix deprecated CPE
Arnout Vandecappelle
arnout at rnout.be
Thu Sep 25 20:07:27 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=17c699c80b0698e95febf1338c0fd42aac3bfcba
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.02.x
The CPE 'aiohttp-session_project:aiohttp-session' has been deprecated in
favour of 'aiohttp-session:aiohttp-session'.
See https://nvd.nist.gov/products/cpe/detail/667389BF-3561-49F9-A61A-6C86C7B82922
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
[Julien: add https:// prefix to url in commit log]
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit fdb540a00e72190a8cb2df370226a2e916f899b2)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
package/python-aiohttp-session/python-aiohttp-session.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/python-aiohttp-session/python-aiohttp-session.mk b/package/python-aiohttp-session/python-aiohttp-session.mk
index 8b8337e68e..1a69e55ca6 100644
--- a/package/python-aiohttp-session/python-aiohttp-session.mk
+++ b/package/python-aiohttp-session/python-aiohttp-session.mk
@@ -10,7 +10,7 @@ PYTHON_AIOHTTP_SESSION_SITE = https://files.pythonhosted.org/packages/c2/c4/d73a
PYTHON_AIOHTTP_SESSION_SETUP_TYPE = setuptools
PYTHON_AIOHTTP_SESSION_LICENSE = Apache-2.0
PYTHON_AIOHTTP_SESSION_LICENSE_FILES = LICENSE
-PYTHON_AIOHTTP_SESSION_CPE_ID_VENDOR = aiohttp-session_project
+PYTHON_AIOHTTP_SESSION_CPE_ID_VENDOR = aio-libs
PYTHON_AIOHTTP_SESSION_CPE_ID_PRODUCT = aiohttp-session
$(eval $(python-package))
More information about the buildroot
mailing list