mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Update for 2023.11.3
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
28
CHANGES
28
CHANGES
@@ -1,3 +1,31 @@
|
|||||||
|
2023.11.3, released March 26th, 2024
|
||||||
|
|
||||||
|
Important / security related fixes.
|
||||||
|
|
||||||
|
Defconfigs: Starfive visionfive2: Use correct genimage
|
||||||
|
configuration.
|
||||||
|
|
||||||
|
Updated/fixed packages: bind, bitcoin, botan, c-ares, clamav,
|
||||||
|
conmon, containerd, cvs, dash, dnsmasq, docker-engine, dracut,
|
||||||
|
ell, expat, fluent-bit, freetype, gcc, ghostscript, gmp,
|
||||||
|
gnupg2, go, google-breakpad, gst1-python, gst1-vaapi, iwd,
|
||||||
|
libcoap, libcurl, libdnet, libgit2, libheif, libkrb5,
|
||||||
|
libmodsecurity, libnfs, libopenssl, libselinux, libunwind,
|
||||||
|
liburing, libuv, libva, libxml2, ltris, lua-http, luvi,
|
||||||
|
mmc-utils, nginx-naxsi, nodejs, octave, openssh, openvmtools,
|
||||||
|
parted, petitboot, php, poco, postgresql, powertop, privoxy,
|
||||||
|
pure-ftpd, putty, python-cheroot, python-configshell-fb,
|
||||||
|
python-django, python-rtslib-fb, python3,
|
||||||
|
rauc-hawkbit-updater, redis, redis-plus-plus, rsync,
|
||||||
|
s390-tools, sdl2, shim, spice, spirv-tools, squid, strace,
|
||||||
|
strongswan, sudo, systemd, targetcli-fb, uhd, unbound,
|
||||||
|
util-linux, v4l2loopback, vim, webkitgtk, wpewebkit, xvisor,
|
||||||
|
zlib-ng
|
||||||
|
|
||||||
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
#15997: Build Squid with GCC12.3 in Buildroot 2024.02 will fail
|
||||||
|
|
||||||
2023.11.2, released March 1st, 2024
|
2023.11.2, released March 1st, 2024
|
||||||
|
|
||||||
Important / security related fixes.
|
Important / security related fixes.
|
||||||
|
|||||||
4
Makefile
4
Makefile
@@ -90,9 +90,9 @@ all:
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
# Set and export the version string
|
# Set and export the version string
|
||||||
export BR2_VERSION := 2023.11.2
|
export BR2_VERSION := 2023.11.3
|
||||||
# Actual time the release is cut (for reproducible builds)
|
# Actual time the release is cut (for reproducible builds)
|
||||||
BR2_VERSION_EPOCH = 1709299000
|
BR2_VERSION_EPOCH = 1711470000
|
||||||
|
|
||||||
# Save running make version since it's clobbered by the make package
|
# Save running make version since it's clobbered by the make package
|
||||||
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
|
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
|
||||||
|
|||||||
2
support/misc/Vagrantfile
vendored
2
support/misc/Vagrantfile
vendored
@@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Buildroot version to use
|
# Buildroot version to use
|
||||||
RELEASE='2023.11.2'
|
RELEASE='2023.11.3'
|
||||||
|
|
||||||
### Change here for more memory/cores ###
|
### Change here for more memory/cores ###
|
||||||
VM_MEMORY=2048
|
VM_MEMORY=2048
|
||||||
|
|||||||
Reference in New Issue
Block a user