mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Update for 2024.08.1
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
38
CHANGES
38
CHANGES
@@ -1,3 +1,41 @@
|
|||||||
|
2024.08.1, released October 20th, 2024
|
||||||
|
|
||||||
|
Important / security related fixes.
|
||||||
|
|
||||||
|
Per-package-directories fixes for the .gdbinit file and RPATH
|
||||||
|
fixups for SDK.
|
||||||
|
|
||||||
|
Legal-info: Ensure host-tar and redist directory exists when
|
||||||
|
using override-srcdir, as otherwise the tarball generation
|
||||||
|
(silently) fails.
|
||||||
|
|
||||||
|
utils/check-package: Also check for correct indentation of
|
||||||
|
help lines.
|
||||||
|
|
||||||
|
A large number of typo fixes.
|
||||||
|
|
||||||
|
Defconfigs: imx6slevk: Bump Linux kernel to 6.6.51 to fix
|
||||||
|
build issue with GCC 13
|
||||||
|
|
||||||
|
Updated/fixed packages: asterisk, aubio, bind, busybox, cairo,
|
||||||
|
cryptsetup, cups, expat, ffmpeg, genpart, glibc, gnutls, go,
|
||||||
|
grub2, libarchive, libcurl, libilbc, libpcap, lighttpd, linux,
|
||||||
|
linux-pam, mosquitto, mtd, nginx, php, procps-ng, pure-ftpd,
|
||||||
|
python-django, python3, qt6core5compat, qt6svg, qt6tools,
|
||||||
|
rp-pppoe, samba4, sysklogd, wireplumber, wpewebkit, xenomai
|
||||||
|
|
||||||
|
Issues resolved:
|
||||||
|
- procps-ng: build failure when linking to systemd
|
||||||
|
https://gitlab.com/buildroot.org/buildroot/-/issues/28
|
||||||
|
- orange pi 2w does not boot
|
||||||
|
https://gitlab.com/buildroot.org/buildroot/-/issues/36
|
||||||
|
- glibc configure fails on aarch64 with mathvec SVE ACLE error
|
||||||
|
https://gitlab.com/buildroot.org/buildroot/-/issues/40
|
||||||
|
- Kernel Build from Custom Git Repo fails with hash-error
|
||||||
|
https://gitlab.com/buildroot.org/buildroot/-/issues/46
|
||||||
|
- package/linux-pam: Remove unneeded flex dependency
|
||||||
|
https://gitlab.com/buildroot.org/buildroot/-/issues/47
|
||||||
|
|
||||||
2024.08, released September 6th, 2024
|
2024.08, released September 6th, 2024
|
||||||
|
|
||||||
Various fixes.
|
Various fixes.
|
||||||
|
|||||||
4
Makefile
4
Makefile
@@ -92,9 +92,9 @@ all:
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
# Set and export the version string
|
# Set and export the version string
|
||||||
export BR2_VERSION := 2024.08
|
export BR2_VERSION := 2024.08.1
|
||||||
# Actual time the release is cut (for reproducible builds)
|
# Actual time the release is cut (for reproducible builds)
|
||||||
BR2_VERSION_EPOCH = 1725627000
|
BR2_VERSION_EPOCH = 1729431000
|
||||||
|
|
||||||
# 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='2024.08'
|
RELEASE='2024.08.1'
|
||||||
|
|
||||||
### 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