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