mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Update for 2023.02.10
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
27
CHANGES
27
CHANGES
@@ -1,3 +1,30 @@
|
|||||||
|
2023.02.10, released March 1st, 2024
|
||||||
|
|
||||||
|
Important / security related fixes.
|
||||||
|
|
||||||
|
Added CPE identifiers for a large number of packages.
|
||||||
|
|
||||||
|
Updated/fixed packages: bayer2rgb-neon, brltty, c-ares,
|
||||||
|
containerd, crda, darkhttpd, davinci-bootcount, dbus,
|
||||||
|
domoticz, environment-setup, expat, faad2, falcosecurity-libs,
|
||||||
|
flex, freeradius-server, freerdp, frr, gesftpserver, glibc,
|
||||||
|
gnutls, go, gst1-devtools, gst1-libav, gst1-python,
|
||||||
|
gst1-vaapi, gst-omx, gstreamer1, haproxy, joe, json-c,
|
||||||
|
leptonica, libcurl, libuwsc, libvips, linux-firmware,
|
||||||
|
linux-headers, localedef, lua-http, lvm2, lynx, mbedtls,
|
||||||
|
micropython, minizip, mpfr, netatalk, ngrep, opencv4,
|
||||||
|
opencv4-contrib, openssh, opus, php, python-aiohttp,
|
||||||
|
python-esptool, python-gunicorn, python-hpack,
|
||||||
|
python-html5lib, python-lmdb, python-mako, python-numpy,
|
||||||
|
python-oauthlib, python-sqlparse, qt5base, qt6base, redis,
|
||||||
|
runc, sdl2, sqlite, sysstat, uuu, webkitgtk, wireless-regdb,
|
||||||
|
wpewebkit, xlib_libXpm, xterm, xwayland, yasm
|
||||||
|
|
||||||
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
#10096: SH4 toolchain does not build Linux kernel magicpa..
|
||||||
|
#15952: Grub fails to load large rootfs files
|
||||||
|
|
||||||
2023.02.9, released January 15th, 2024
|
2023.02.9, released January 15th, 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.02.9
|
export BR2_VERSION := 2023.02.10
|
||||||
# Actual time the release is cut (for reproducible builds)
|
# Actual time the release is cut (for reproducible builds)
|
||||||
BR2_VERSION_EPOCH = 1705336000
|
BR2_VERSION_EPOCH = 1709311000
|
||||||
|
|
||||||
# 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.02.9'
|
RELEASE='2023.02.10'
|
||||||
|
|
||||||
### 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