From aeeeefb855ab829e4de428a460ee5f59eecb6998 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 24 Mar 2025 18:24:45 +0100 Subject: [PATCH] Update for 2024.02.12 Signed-off-by: Peter Korsgaard --- CHANGES | 12 ++++++++++++ Makefile | 4 ++-- support/misc/Vagrantfile | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 89169128c9..877c39e257 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +2024.02.12, released March 24st, 2025 + + Important / security related fixes. + + Defconfigs: Octavo osd23mp1: Fix TF-A/Linux compilation after + move to newer toolchain versions. + + Updated/fixed packages: compiler-rt, exim, expat, fio, foot, + jbig2dec, libjxl, libxml2, musl, optee-os, php, postgresql, + prboom, python-typing-extensions, systemd, util-linux, + watchdogd, webkitgtk + 2024.02.11, released February 21th, 2025 Important / security related fixes. diff --git a/Makefile b/Makefile index 79394f32bb..388c7a0f02 100644 --- a/Makefile +++ b/Makefile @@ -90,9 +90,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2024.02.11 +export BR2_VERSION := 2024.02.12 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1740143000 +BR2_VERSION_EPOCH = 1742837000 # 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 6d456ae647..d0a2ff6e66 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2024.02.11' +RELEASE='2024.02.12' ### Change here for more memory/cores ### VM_MEMORY=2048