2
1
Эх сурвалжийг харах

CHANGES: Add changes for 2024.11.4

Signed-off-by: Colin Evrard <colin.evrard@mind.be>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
Colin Evrard 3 сар өмнө
parent
commit
636843604a
2 өөрчлөгдсөн 46 нэмэгдсэн , 2 устгасан
  1. 44 0
      CHANGES
  2. 2 2
      Makefile

+ 44 - 0
CHANGES

@@ -1,3 +1,47 @@
+2024.11.4, 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.
+	- xwayland: 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
+	- libopenh264: CVE-2025-27091.
+	- libmodsecurity: CVE-2025-27110.
+	- tinyxml2: CVE-2024-50615.
+
+	Updated/fixed packages:
+
+	libgeos, freerdp, libsoup3, cairo, linux, apr, mali-driver,
+	libcoap, python-fastapi, python-twisted, tor, mc, linux-header,
+	linux-tools.
+
+	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:
+
+	freeswitch, glibc, v4l2loopback, ls1028ardb, ls1028ardb,
+	mesa3d-demos.
+
 2024.11.3, released March 24st, 2025
 
 	Important / security related fixes.

+ 2 - 2
Makefile

@@ -92,9 +92,9 @@ all:
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2024.11.3
+export BR2_VERSION := 2024.11.4
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1742834500
+BR2_VERSION_EPOCH = 1745347000
 
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)