* [Buildroot] [PATCH] package/python3: security bump to version 3.12.5
@ 2024-08-26 21:02 Peter Korsgaard
2024-08-27 16:26 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2024-08-26 21:02 UTC (permalink / raw)
To: buildroot; +Cc: Asaf Kahlon, James Hilliard, Thomas Petazzoni
Fixes the following security issues:
- gh-121957: Fixed missing audit events around interactive use of Python,
now also properly firing for python -i, as well as for python -m asyncio.
The event in question is cpython.run_stdin.
https://github.com/python/cpython/issues/121957
For more details, see the changelog:
https://docs.python.org/release/3.12.5/whatsnew/changelog.html#python-3-12-5
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/python3/python3.hash | 6 +++---
package/python3/python3.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python3/python3.hash b/package/python3/python3.hash
index 598164dca6..d680a96810 100644
--- a/package/python3/python3.hash
+++ b/package/python3/python3.hash
@@ -1,5 +1,5 @@
-# From https://www.python.org/downloads/release/python-3123/
-md5 d68f25193eec491eb54bc2ea664a05bd Python-3.12.4.tar.xz
+# From https://www.python.org/downloads/release/python-3125/
+md5 02c7d269e077f4034963bba6befdc715 Python-3.12.5.tar.xz
# Locally computed
-sha256 f6d419a6d8743ab26700801b4908d26d97e8b986e14f95de31b32de2b0e79554 Python-3.12.4.tar.xz
+sha256 fa8a2e12c5e620b09f53e65bcd87550d2e5a1e2e04bf8ba991dcc55113876397 Python-3.12.5.tar.xz
sha256 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf LICENSE
diff --git a/package/python3/python3.mk b/package/python3/python3.mk
index 7d6c9fe93f..b31e6df141 100644
--- a/package/python3/python3.mk
+++ b/package/python3/python3.mk
@@ -5,7 +5,7 @@
################################################################################
PYTHON3_VERSION_MAJOR = 3.12
-PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).4
+PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).5
PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION)
PYTHON3_LICENSE = Python-2.0, others
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/python3: security bump to version 3.12.5
2024-08-26 21:02 [Buildroot] [PATCH] package/python3: security bump to version 3.12.5 Peter Korsgaard
@ 2024-08-27 16:26 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-27 16:26 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: James Hilliard, Asaf Kahlon, buildroot
On Mon, 26 Aug 2024 23:02:28 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:
> Fixes the following security issues:
>
> - gh-121957: Fixed missing audit events around interactive use of Python,
> now also properly firing for python -i, as well as for python -m asyncio.
> The event in question is cpython.run_stdin.
>
> https://github.com/python/cpython/issues/121957
>
> For more details, see the changelog:
>
> https://docs.python.org/release/3.12.5/whatsnew/changelog.html#python-3-12-5
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> package/python3/python3.hash | 6 +++---
> package/python3/python3.mk | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-27 16:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26 21:02 [Buildroot] [PATCH] package/python3: security bump to version 3.12.5 Peter Korsgaard
2024-08-27 16:26 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.