From 55fbb5519ca8c179e528638cc1b7ba3f166a7b64 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 28 Sep 2023 00:08:42 +0200 Subject: [PATCH] Update for 2023.08.1 Signed-off-by: Peter Korsgaard (cherry picked from commit 9266ab06e0ef1a448ac3f1c848bba59ec9908fbf) [Peter: drop Makefile change] Signed-off-by: Peter Korsgaard --- CHANGES | 23 +++++++++++++++++++++++ support/misc/Vagrantfile | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2d18c32f24..4164bd81f3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,26 @@ +2023.08.1, released September 27th, 2023 + + Important / security related fixes. + + Updated/fixed packages: agentpp, asterisk, bind, binutils, + conmon, cpio, docker-cli, docker-engine, e2fsprogs, erlang, + esp-hosted, expect, fail2ban, fio, freerdp, fstrcmp, gcc, gdb, + ghostscript, go, haproxy, hwloc, icu, irssi, libcoap, libcurl, + libde265, libheif, libiec61850, libjxl, libopenssl, libpjsip, + libqb, libraw, libssh, libuv, lldpd, mdadm, mutt, ne10, + netatalk, nodejs, nut, openblas, opensc, openvpn, petitboot, + php, pound, pppd, python-pytest, python3, qt5, + rtl8812au-aircrack-ng, sngrep, stress-ng, strongswan, sysstat, + tar, tcl, timescaledb, util-linux, vim, webkitgtk, webp, + wireshark, xserver_xorg-server, xterm, zbar, zxing-cpp, + zynaddsubfx + + Issues resolved (http://bugs.uclibc.org): + + #14366: Nodejs fails with "version `GLIBC_2.34' not found".. + #15787: atmel_sama5d3_xplained_mmc_defconfig: Missing... + #15790: at91sam9x5ek_dev_defconfig: Missing... + 2023.08, released September 6th, 2023 Various fixes. diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index 340d931d1a..a7e3b7456c 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2023.08' +RELEASE='2023.08.1' ### Change here for more memory/cores ### VM_MEMORY=2048