mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
Update for 2021.11.3
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3106b412be
commit
d30542dde7
23
CHANGES
23
CHANGES
@ -1,3 +1,26 @@
|
||||
2021.11.3, released March 24th, 2022
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
Updated/fixed packages: apache, azure-iot-sdk-c, boinc, dbus,
|
||||
directfb, docker-engine, exempi, expat, flac, gdb, gdk-pixbuf,
|
||||
gnutls, go, haproxy, libcurl, libiec61850, libminiupnpc,
|
||||
libodb, libodb-boost, libopenssl, libpjsip, libressl, librsvg,
|
||||
libsrtp, libvirt, libxml2, libxslt, lxc, mariadb, minidlna,
|
||||
odb, openblas, openvpn, oprofile, php, pppd, python-ipython,
|
||||
python-twisted, raptor, rpi-firmware, samba4, seatd,
|
||||
timescaledb, usbguard, util-linux, vim, wavpack,
|
||||
wireless-regdb, wireplumber, wireshark, wolfssl, xscreensaver,
|
||||
xterm, zsh
|
||||
|
||||
New packages: gdk-pixbuf-xlib
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#13126: make fails - bzip2-1.0.6.tar.gz and DirectFB-1.7.7.tar..
|
||||
#14636: azure-iot-sdk-c: Installed headers do not compile
|
||||
#14641: oprofile can not find the events files
|
||||
|
||||
2021.11.2, released February 28th, 2022
|
||||
|
||||
Important / security related fixes.
|
||||
|
4
Makefile
4
Makefile
@ -92,9 +92,9 @@ all:
|
||||
.PHONY: all
|
||||
|
||||
# Set and export the version string
|
||||
export BR2_VERSION := 2021.11.2
|
||||
export BR2_VERSION := 2021.11.3
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1646080000
|
||||
BR2_VERSION_EPOCH = 1648158600
|
||||
|
||||
# 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.2'
|
||||
RELEASE='2021.11.3'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
Loading…
Reference in New Issue
Block a user