From 8e117464920f2aa2ab7bfc288934c6af4e3504bb Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 4 May 2023 22:21:55 +0200 Subject: [PATCH] Update for 2022.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 ee4ee1ff3f..9f26fe240d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +2022.02.12, released May 5th, 2023 + + Important / security related fixes. + + Updated/fixed packages: agentpp, apache, ca-certificates, + containerd, coremark, dcron, eudev, ffmpeg, git, + intel-microcode, kexec, lcdproc, libmicrohttpd, libosmium, + libxml2, linux-tools, matio, osm2pgsql, poppler, postgresql, + protozero, python-web2py, runc, s390-tools, samba4, snmppp, + sudo, tcpdump, uclibc, vim, webkitgtk, wpewebkit, + xserver_xorg-server + 2022.02.11, released March 19th, 2023 Important / security related fixes. diff --git a/Makefile b/Makefile index 7ce00cab0a..b4a11d7dfa 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2022.02.11 +export BR2_VERSION := 2022.02.12 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1679221000 +BR2_VERSION_EPOCH = 1683230000 # 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 bb3e6be4f3..daa18ed456 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2022.02.11' +RELEASE='2022.02.12' ### Change here for more memory/cores ### VM_MEMORY=2048