mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
Update for 2021.11.1
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d1e6c004d0
commit
323ae1e681
36
CHANGES
36
CHANGES
@ -1,3 +1,39 @@
|
||||
2021.11.1, released January 29th, 2022
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
check-package: Improve variable override check
|
||||
|
||||
pkg-stats: List CVEs where the version info cannot be parsed
|
||||
as unsure rather than completely ignoring them.
|
||||
|
||||
Defconfigs: Beaglebone: Support BeagleBone black wireless,
|
||||
stm32f469_xip_disco: Fix kernel boot
|
||||
|
||||
Updated/fixed packages: alsa-utils, apache, binutils, cage,
|
||||
capnproto, civetweb, clamav, collectd, connman, containerd,
|
||||
coreutils, dav1d, docker-cli, docker-engine, erlang,
|
||||
erlang-rebar, expat, findutils, flare-engine, flare-game,
|
||||
font-awesome, freeswitch, gcc, ghostscript, glibc, gnuchess,
|
||||
go, grpc, gst1-interpipe, gst1-rtsp-server, gupnp-tools,
|
||||
hackrf, icu, imagemagick, janus-gateway, json-for-modern-cpp,
|
||||
keepalived, lapack, libdbi, libiio, libjpeg, libmbim, libnss,
|
||||
libopenssl, libpjsip, libqmi, liburiparser, libvirt,
|
||||
linux-pam, lxc, mbedtls, mender, mongodb, mpd-mpc, mutt,
|
||||
nodejs, openblas, pcre2, php, pipewire, polkit, privoxy,
|
||||
prosody, python-charset-normalizer, python-django,
|
||||
python-idna, python-lxml, python-pyqt5, python-requests,
|
||||
python-urllib3, python3, qt5base, qt5location, rhash,
|
||||
rng-tools, ruby, runc, rustc, samba4, sofia-sip, targetcli-fb,
|
||||
tcpreplay, tinyxml, tor, tpm2-tss, util-linux-libs, vim, vlc,
|
||||
wireshark, xapp_xauth, xapp_xinput-calibrator, xen, xenomai,
|
||||
xlib_libX11, xserver_xorg-server
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#14451: nodejs won't build on Fedora 35
|
||||
#14471: alsa_utils wrong deployment
|
||||
|
||||
2021.11, released December 5th, 2021
|
||||
|
||||
Various fixes.
|
||||
|
4
Makefile
4
Makefile
@ -92,9 +92,9 @@ all:
|
||||
.PHONY: all
|
||||
|
||||
# Set and export the version string
|
||||
export BR2_VERSION := 2021.11
|
||||
export BR2_VERSION := 2021.11.1
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1638734000
|
||||
BR2_VERSION_EPOCH = 1643497000
|
||||
|
||||
# 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='2021.11'
|
||||
RELEASE='2021.11.1'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
Loading…
Reference in New Issue
Block a user