mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 19:04:32 +04:00
python-urllib3: update to 2.0.7
Fix CVE-2023-45803 and CVE-2023-43804.
Full changelogs:
- https://github.com/urllib3/urllib3/releases/tag/v2.0.5
- https://github.com/urllib3/urllib3/releases/tag/2.0.6
- https://github.com/urllib3/urllib3/releases/tag/2.0.7
Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>
(cherry picked from commit 23646be59e)
This commit is contained in:
committed by
Josef Schlehofer
parent
074e63a653
commit
b4a1b88473
@@ -8,8 +8,8 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-urllib3
|
||||
PKG_VERSION:=2.0.4
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=2.0.7
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
@@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE.txt
|
||||
PKG_CPE_ID:=cpe:/a:python:urllib3
|
||||
|
||||
PYPI_NAME:=urllib3
|
||||
PKG_HASH:=8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11
|
||||
PKG_HASH:=c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84
|
||||
|
||||
PKG_BUILD_DEPENDS:=python-hatchling/host
|
||||
HOST_BUILD_DEPENDS:=python-hatchling/host
|
||||
|
||||
Reference in New Issue
Block a user