Update for 2024.02.2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
diff --git a/CHANGES b/CHANGES
index 9643d52..e5956a5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,31 @@
+2024.02.2, released May 7th, 2024
+
+ Important / security related fixes.
+
+ Security: The /dev/shm entry in the default /etc/fstab used
+ for busybox and sysv init systems was missing the sticky bit,
+ allowing users to delete and replace other users files.
+
+ Defconfigs: Mangopi mq1rdw1: Lock kernel headers to 6.6.x.
+
+ Updated/fixed packages: apache, botan,
+ brcmfmac_sdio-firmware-rpi, clamav, cmake, containerd,
+ crucible, dmenu-wayland, dmraid, docker-cli, docker-engine,
+ domoticz, fmc, freeipmi, gdal, gdb, giflib, gnupg2, go,
+ google-breakpad, googlefontdirectory, imx-gpu-viv, inih,
+ libassuan, libblockdev, libcurl, libdrm, libgpg-error,
+ libksba, libnpth, libressl, libtracefs, lxc, mbedtls, mesa3d,
+ oatpp, opensc, oprofile, perl-net-ssleay, petitboot,
+ php-xdebug, psplash, python-pypng, python-segno,
+ python-service-identity, python3, skeleton-init-sysv, systemd,
+ tcf-agent, tiff, uuu, wolfssl, xmrig, zic
+
+ Issues resolved (http://bugs.uclibc.org):
+
+ #14416: Mesa3D missing DRI3 support for various Gallium drivers
+ #16009: 'select' does not work with 'choice'
+ #16036: android-tools version is too old
+
2024.02.1, released March 26th, 2024
Important / security related fixes.
diff --git a/Makefile b/Makefile
index a9d54aa..4a62be9 100644
--- a/Makefile
+++ b/Makefile
@@ -90,9 +90,9 @@
.PHONY: all
# Set and export the version string
-export BR2_VERSION := 2024.02.1
+export BR2_VERSION := 2024.02.2
# Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1711445000
+BR2_VERSION_EPOCH = 1715067000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile
index cb7a81a..ac595f5 100644
--- a/support/misc/Vagrantfile
+++ b/support/misc/Vagrantfile
@@ -5,7 +5,7 @@
################################################################################
# Buildroot version to use
-RELEASE='2024.02.1'
+RELEASE='2024.02.2'
### Change here for more memory/cores ###
VM_MEMORY=2048