From f1d3b87d3d49a377b6fccc48ddd8531c4d293168 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 28 Feb 2022 21:54:15 +0100 Subject: [PATCH] Update for 2021.02.10 Signed-off-by: Peter Korsgaard --- CHANGES | 20 ++++++++++++++++++++ Makefile | 4 ++-- support/misc/Vagrantfile | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index f7d14f636d..ee01f12a3c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,23 @@ +2021.02.10, released February 28th, 2022 + + Important / security related fixes. + + Defconfigs: Andes ae3xx, Intel galileo: Fix build with host + gcc >= 10, ROC-RK3399-PC: Bump rootfs size to fix build issue. + + Add conditional patching logic to fix build issues for older + U-Boot / Linux kernel versions when built with a host gcc >= + 10. + + Updated/fixed packages: casync, cgilua, connman, expat, + gauche, gensio, go, 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, + kf5-extra-cmake-modules, kodi, libarchive, linux, lm-sensors, + log4cxx, mpd, nfs-utils, pistache, prosody, python-django, + python-pyzmq, rtl8723bu, thermald, tiff, util-linux, vim, xen + 2021.02.9, released January 29th, 2022 Important / security related fixes. diff --git a/Makefile b/Makefile index d1a5d4d71e..a3dfc52f51 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2021.02.9 +export BR2_VERSION := 2021.02.10 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1643480000 +BR2_VERSION_EPOCH = 1646081600 # 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 ff793ccba8..85aa167efc 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2021.02.9' +RELEASE='2021.02.10' ### Change here for more memory/cores ### VM_MEMORY=2048