Update for 2022.02.2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
55fcd7979c
commit
1335d46be5
47
CHANGES
47
CHANGES
@ -1,3 +1,50 @@
|
||||
2022.02.2, released May 29th, 2022
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
Archictures: Drop sh2a, correct x86 Bonnell variant
|
||||
|
||||
Toolchain: Bump GCC 11.x to 11.3, correct pre-installed
|
||||
external toolchain logic when toolchain is available in path.
|
||||
|
||||
Rework OCI filesystem entrypoint/command logic to handle
|
||||
command arguments
|
||||
|
||||
Defconfigs: Update Zynqmp zcu102/106 to final 2022.1 release,
|
||||
fix zcu106 PLL config
|
||||
|
||||
Updated/fixed packages: adwaita-icon-theme, afboot-stm32,
|
||||
aircrack-ng, alchemy, alsa-lib, arptables, assimp, asterisk,
|
||||
aubio, avrdude, azure-iot-sdk-c, batman-adv, binutils,
|
||||
bpftool, brotli, cairo, cifs-utils, clamav, cryptodev-linux,
|
||||
dhcp, diffutils, dmalloc, duktape, e2fsprogs, elf2flt, espeak,
|
||||
expat, ffmpeg, fluidsynth, freerdp, gcc, git, glorytun,
|
||||
glslsandbox-player, gnutls, go, gst1-imx, gst1-plugins-good,
|
||||
gzip, imagemagick, janus-gateway, keepalived, kompexsqlite,
|
||||
kvm-unit-tests, libarchive, libcgi, libcurl, libevdev,
|
||||
libeXosip2, libhtp, libinput, libkcapi, libkrb5, libks,
|
||||
libmdbx, libmnl, libnpupnp, libnspr, libopenssl, liboping,
|
||||
libpjsip, libpri, libselinux, libsigsegv, libv4l,
|
||||
libwebsockets, libxml2, linux, linux-tools, ltp-testsuite,
|
||||
luajit, lvm2, mali-driver, mariadb, mc, minizip, mpd, mutt,
|
||||
netatalk, netsurf, network-manager, nodejs, numactl, nut,
|
||||
omniorb, openbox, opencv4, openjdk, openjdk-bin, openocd,
|
||||
pamtester, pango, pcre2, php, php-apcu, pinentry, pixman,
|
||||
polkit, postgis, postgresql, pure-ftpd, python-aenum,
|
||||
python-avro, python-django, python-pillow, python-simplejson,
|
||||
python-urllib3, python-zopfli, python3, qemu, qpdf, quazip,
|
||||
redis, rockchip-mali, rsync, rt-tests, rust, rtl8818eu,
|
||||
rtl8189es, rtl8189fs, rtl_433, sam-ba, samba4, sdl2_ttf,
|
||||
shadowsocks-libev, shim, subversion, sun20i-d1-spl, suricata,
|
||||
systemd, tftpd, trinity, tvheadend, udev, uftrace,
|
||||
urandom-scripts, usb_modeswitch, valgrind, vde2, vim,
|
||||
wireplumber, wolfssl, wpa_supplicant, xlib_libXfont2, xz,
|
||||
zlib, zlog
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#14751: LVM2 Outdated Link
|
||||
|
||||
2022.02.1, released April 11th, 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 := 2022.02.1
|
||||
export BR2_VERSION := 2022.02.2
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1649713000
|
||||
BR2_VERSION_EPOCH = 1653852000
|
||||
|
||||
# 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.1'
|
||||
RELEASE='2022.02.2'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
Loading…
Reference in New Issue
Block a user