Update for 2022.08.2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3a0993251b
commit
25680e6aa8
40
CHANGES
40
CHANGES
@ -1,3 +1,43 @@
|
||||
2022.08.2, released November 16th, 2022
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
Defconfig: Aspeed ast2600evb: Correct FPU config, Kontron bl
|
||||
imx8mm: Bump U-Boot to fix build issue, Pine64: Change to
|
||||
mainline ATF to fix build issue, Zynqmp zcu102 / zcu106 / kria
|
||||
kv260: Fix pmufw reset issue
|
||||
|
||||
Updated/fixed packages: arm-trusted-firmware, bind, botan,
|
||||
ca-certificates, collectd, darkhttpd, dbus, dbus-broker, dhcp,
|
||||
dnsmasq, docker-cli, docker-engine, exfatprogs, expat,
|
||||
f2fs-tools, faad2, ffmpeg, freerdp, gitlab-runner, glibc,
|
||||
gnutls, go, gpsd, gptfdisk, 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, libidn2, libinput, libmdbx,
|
||||
libopenssl, libosip2, libpng, libtasn1, libtorrent-rasterbar,
|
||||
libuhttpd, libvncserver, libxml2, linux, linux-tools, lldpd,
|
||||
lrzip, lz4, matchbox-startup-monitor, meson, msmtp,
|
||||
multipath-tools, mupdf, musl, mv-ddr-marvell, mxml, nodejs,
|
||||
ntfs-3g, numactl, openssh, openvmtools, oracle-mysql,
|
||||
paho-mqtt-c, perl-net-ssleay, php, pixman, poppler, procps-ng,
|
||||
python-django, python3, qdecoder, redis, rpi-userland, rsync,
|
||||
rtl8189es, rtl8189fs, rtl8723bu, rtl8723ds,
|
||||
rtl8812au-aircrack-ng, rtl8821au, rtl_433, samba4, shapelib,
|
||||
socat, sqlite, squashfs, squid, strongswan, sudo, swupdate,
|
||||
timescaledb, uclibc-ng-test, udisks, uftp, uhd, umtprd,
|
||||
usbguard, vim, vlc, volk, wavemon, wilc-driver,
|
||||
wireguard-linux-compat, wolfssl, wpa_supplicant, wpewebkit,
|
||||
zlib-ng, zsh
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#14936: nodejs does not build
|
||||
#15026: package/udisks: install to staging
|
||||
#15061: Node.js Package fails to build against musl i386
|
||||
|
||||
2022.08.1, 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.08.1
|
||||
export BR2_VERSION := 2022.08.2
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1664745600
|
||||
BR2_VERSION_EPOCH = 1668618000
|
||||
|
||||
# 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.08.1'
|
||||
RELEASE='2022.08.2'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
Loading…
Reference in New Issue
Block a user