Update for 2022.02.12
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
dcd6af7e25
commit
8e11746492
12
CHANGES
12
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.
|
||||
|
4
Makefile
4
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)
|
||||
|
2
support/misc/Vagrantfile
vendored
2
support/misc/Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user