Update for 2022.02.7
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
283cba61d1
commit
d036dc6ec8
35
CHANGES
35
CHANGES
@ -1,3 +1,38 @@
|
||||
2022.02.7, released November 17th, 2022
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
Defconfig: Pine64: Change to mainline ATF to fix build
|
||||
issue, Zynqmp zcu102 / zcu106: Fix pmufw reset issue
|
||||
|
||||
Updated/fixed packages: arm-trusted-firmware, bind, botan,
|
||||
collectd, darkhttpd, dbus, dhcp, dnsmasq, docker-cli,
|
||||
docker-engine, exfatprogs, expat, f2fs-tools, faad2, ffmpeg,
|
||||
freerdp, gnutls, go, gpsd, grub2, gsl, gst-omx, gst1-devtools,
|
||||
gst1-libav, gst1-plugins-bad, gst1-plugins-base,
|
||||
gst1-plugins-good, gst1-plugins-ugly, gst1-python,
|
||||
gst1-rtsp-server, gst1-vaapi, gstreamer1,
|
||||
gstreamer1-editing-services, hdparm, hostapd, imagemagick,
|
||||
iwd, jack2, libbpf, libcurl, libfribi, libidn2, libinput,
|
||||
libmdbx, libopenssl, libosip2, libpng, libtasn1,
|
||||
libtorrent-rasterbar, libuhttpd, libvncserver, libxml2, linux,
|
||||
linux-tools, lldpd, lrzip, lz4, matchbox-startup-monitor,
|
||||
msmtp, multipath-tools, mupdf, musl, mv-ddr-marvell, mxml,
|
||||
nodejs, ntfs-3g, numactl, openvmtools, oracle-mysql,
|
||||
paho-mqtt-c, perl-net-ssleay, php, pixman, poppler, procps-ng,
|
||||
python-django, python3, qdecoder, rpi-userland, rsync,
|
||||
rtl8189es, rtl8189fs, rtl8723bu, rtl8812au-aircrack-ng,
|
||||
rtl8821au, rtl_433, samba4, shapelib, socat, squid, sqlite,
|
||||
squashfs, strongswan, sudo, swupdate, timescaledb, u-boot,
|
||||
uclibc-ng-test, udisks, uftp, uhd, umtprd, vim, wavemon,
|
||||
wireguard-linux-compat, wolfssl, wpa_supplicant, wpewebkit,
|
||||
zlib-ng, zsh
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#15026: package/udisks: install to staging
|
||||
#15061: Node.js Package fails to build against musl i386
|
||||
|
||||
2022.02.6, released October 2nd, 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.6
|
||||
export BR2_VERSION := 2022.02.7
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1664739000
|
||||
BR2_VERSION_EPOCH = 1668678000
|
||||
|
||||
# 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.6'
|
||||
RELEASE='2022.02.7'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
Loading…
Reference in New Issue
Block a user