Update for 2022.02.11
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
499947acac
commit
71a2706320
21
CHANGES
21
CHANGES
@ -1,3 +1,24 @@
|
||||
2022.02.11, released March 19th, 2023
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
Updated/fixed packages: apache, apr, apr-util, asterisk,
|
||||
at91dataflashboot, audit, bash, bind, bridge-utils, clamav,
|
||||
dmalloc, exfat, exfat-utils, f2fs-tools, gcc, git,
|
||||
glslsandbox-player, go, haproxy, intel-gmmlib, ipmiutil, less,
|
||||
libblockdev, libcurl, libev, libgcrypt, libmad, libmdbx,
|
||||
libmodsecurity, libolm, libpjsip, lttng-babeltrace, mender,
|
||||
mpv, mutt, mxs-bootlets, opensbi, opus, paho-mqtt-c,
|
||||
pcm-tools, php, proxychains-ng, python-django,
|
||||
python-m2crypto, python-werkzeug, quazip, quickjs,
|
||||
rockchip-mali, rsync, sudo, tiff, uacme, uqmi, webkitgtk,
|
||||
wpebackend-fdo, wpewebkit, xdriver_xf86-video-qxl, znc
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#15306: glibc build fails in Docker container
|
||||
#15361: Buildroot linking error on Apple Silicon
|
||||
|
||||
2022.02.10, released March 1st, 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.10
|
||||
export BR2_VERSION := 2022.02.11
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1677703000
|
||||
BR2_VERSION_EPOCH = 1679221000
|
||||
|
||||
# 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.10'
|
||||
RELEASE='2022.02.11'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
Loading…
Reference in New Issue
Block a user