Update for 2022.02.12

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2023-05-04 22:21:55 +02:00
parent dcd6af7e25
commit 8e11746492
3 changed files with 15 additions and 3 deletions

12
CHANGES
View File

@ -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.

View File

@ -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)

View File

@ -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