mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 12:20:09 +04:00
python3: update to version 3.9.16
Release notes: https://www.python.org/downloads/release/python-3916/ Fixes: CVE-2022-43680 CVE-2022-37454 CVE-2022-45061 CVE-2022-42919 CVE-2015-20107 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# Note: keep in sync with setuptools & pip
|
||||
PYTHON3_VERSION_MAJOR:=3
|
||||
PYTHON3_VERSION_MINOR:=9
|
||||
PYTHON3_VERSION_MICRO:=15
|
||||
PYTHON3_VERSION_MICRO:=16
|
||||
|
||||
PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user