From 8fdf9ed8d27ad4436cd9ac8a0d0c27dc47a8e285 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 24 Mar 2025 17:42:35 +0100 Subject: [PATCH] Update for 2024.11.3 Signed-off-by: Peter Korsgaard --- CHANGES | 13 +++++++++++++ Makefile | 4 ++-- support/misc/Vagrantfile | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 65990ce831..9cc41fd14d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +2024.11.3, 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, + go, jbig2dec, libcamera, libjxl, libopenssl, libxml2, mokutil, + musl, optee-os, php, pkgconf, postgresql, prboom, + python-typing-extensions, rauc, systemd, util-linux, + watchdogd, webkitgtk + 2024.11.2, released February 21st, 2025 Important / security related fixes. diff --git a/Makefile b/Makefile index 9f95280e79..c0a8aa3c02 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2024.11.2 +export BR2_VERSION := 2024.11.3 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1740148000 +BR2_VERSION_EPOCH = 1742834500 # 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 34d404dc4c..7bdf3047e4 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2024.11.2' +RELEASE='2024.11.3' ### Change here for more memory/cores ### VM_MEMORY=2048