From e687e3815f76c1c5ea9fb52b6558bedfe53ab117 Mon Sep 17 00:00:00 2001 From: Colin Evrard Date: Thu, 17 Apr 2025 15:23:26 +0200 Subject: [PATCH] Update for 2024.02.13 Signed-off-by: Colin Evrard Signed-off-by: Arnout Vandecappelle --- CHANGES | 44 ++++++++++++++++++++++++++++++++++++++++++++ Makefile | 4 ++-- 2 files changed, 46 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 877c39e257..2af073b4c8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,47 @@ +2024.02.13, released April 22nd, 2025 + + Important / security related fixes: + + - xserver_xorg-server & xwayland: CVE-2024-9632, CVE-2025-26594, + CVE-2025-26595, CVE-2025-26596, CVE-2025-26597, CVE-2025-26598, + CVE-2025-26599, CVE-2025-26600, CVE-2025-26601. + - exim: CVE-2025-30232. + - mbedtls: CVE-2025-27809, CVE-2025-27810. + - augeas: CVE-2025-2588. + - libarchive: CVE-2024-57970, CVE-2025-1632, CVE-2025-25724. + - libopenh264: CVE-2025-27091. + - libmodsecurity: CVE-2025-27110. + - tinyxml2: CVE-2024-50615. + - libndp: CVE-2024-5564. + - xwayland: CVE-2024-31080, CVE-2024-31081, CVE-2024-31083, + CVE-2024-9632, CVE-2025-26594, CVE-2025-26595, + CVE-2025-26596, CVE-2025-26597, CVE-2025-26598, + CVE-2025-26599, CVE-2025-26600, CVE-2025-26601. + - libfreeglut: CVE-2024-24258, CVE-2024-24259. + + Updated/fixed packages: + + libsoup3, linux, apr, mali-driver, + libcoap, python-fastapi, python-twisted, tor, linux-header, + linux-tools, libmodsecurity + + Test Improvements: + + - linux-tools: selftests: Add path containing BPF binary. + - testing: add git runtime test. + + Infrastructure updates/fixes: + + - DEVELOPERS: change arnout's address. + - DEVELOPERS: add Dario Binacchi for ti-k3-boot-firmware. + - support/download/svn: use 'svn info' whith LC_ALL=C. + - dillo: Fix an issue related to _SITE url for make show-info. + - kconfig: Handle backspace (^H) key. + - pkg-stats: add -v/--verbose option + + Build issues/problems solved for: + glibc, mesa3d-demos. + 2024.02.12, released March 24st, 2025 Important / security related fixes. diff --git a/Makefile b/Makefile index 388c7a0f02..41fded7c1a 100644 --- a/Makefile +++ b/Makefile @@ -90,9 +90,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2024.02.12 +export BR2_VERSION := 2024.02.13 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1742837000 +BR2_VERSION_EPOCH = 1745347000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION)