瀏覽代碼

Update for 2024.02.10

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 6 月之前
父節點
當前提交
c9620ac37e
共有 3 個文件被更改,包括 32 次插入3 次删除
  1. 29 0
      CHANGES
  2. 2 2
      Makefile
  3. 1 1
      support/misc/Vagrantfile

+ 29 - 0
CHANGES

@@ -1,3 +1,32 @@
+2024.02.10, released January 9th, 2025
+
+	Important / security related fixes.
+
+        Infrastructure:
+
+        - Ensure CONFIG_TRIM_UNUSED_KSYMS is disabled when building
+          external Linux kernel modules
+
+	Updated/fixed packages: apr, bc, cdrkit, cryptodev-linux,
+	freeipmi, gdb, gnupg2, gnutls, go, gobject-introspection,
+	grub2, gst-omx, gst1-devtools, gst1-libav, gst1-plugins-bad,
+	gst1-plugins-base, gst1-plugins-good, gst1-plugins-ugly,
+	gst1-python, gst1-rtsp-server, gst1-vaapi, gstreamer1,
+	gstreamer1-editing-services, iperf3, libcurl, libsha1,
+	libsndfile, libsoup3, libvirt, libxcrypt, linux, linux-pam,
+	mosquitto, netatalk, nettle, octave, opensc, perl, pixman,
+	procps-ng, python-django, python3, qt6base, samba4, skeleton,
+	subversion, tzdata, v4l2loopback, webkitgtk, wget, wireshark,
+	wpewebkit, zic
+
+	Issues resolved:
+        - gdb package doesn't have a licence hash in the gdb.hash file
+          https://gitlab.com/buildroot.org/buildroot/-/issues/66
+	- package/libsha1: Build failure with GCC 14 [-Wimplicit-int]
+	  https://gitlab.com/buildroot.org/buildroot/-/issues/69
+	- [2024.02.9] Mosquitto doesn't build
+	  https://gitlab.com/buildroot.org/buildroot/-/issues/78
+
 2024.02.9, released December 8th, 2024
 2024.02.9, released December 8th, 2024
 
 
 	Important / security related fixes.
 	Important / security related fixes.

+ 2 - 2
Makefile

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

+ 1 - 1
support/misc/Vagrantfile

@@ -5,7 +5,7 @@
 ################################################################################
 ################################################################################
 
 
 # Buildroot version to use
 # Buildroot version to use
-RELEASE='2024.02.9'
+RELEASE='2024.02.10'
 
 
 ### Change here for more memory/cores ###
 ### Change here for more memory/cores ###
 VM_MEMORY=2048
 VM_MEMORY=2048