mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
Update for 2022.08.3
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a2272be318
commit
1fad7a933d
16
CHANGES
16
CHANGES
@ -1,3 +1,19 @@
|
||||
2022.08.3, released December 10th, 2022
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
Updated/fixed packages: asterisk, dash, dovecot, edk2,
|
||||
edk2-platforms, elf2flt, exim, freerdp, gcc, gdb, git, gnupg2,
|
||||
heimdal, iwd, kodi, libarchive, libkrb5, libksba, libmdbx,
|
||||
libopenssl, matchbox-keyboard, memcached, netsnmp, nginx,
|
||||
nodejs, openpgm, optee-client, python-scipy, python3, rsync,
|
||||
rtl8723bu, samba4, sdl, sdl2, swupdate, sysstat, systemd,
|
||||
uboot, vim, vlc, wilc-driver, xen, xterm
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
15131: Target GDB uses internal zlib
|
||||
|
||||
2022.08.2, released November 16th, 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.2
|
||||
export BR2_VERSION := 2022.08.3
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1668618000
|
||||
BR2_VERSION_EPOCH = 1670681000
|
||||
|
||||
# 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.2'
|
||||
RELEASE='2022.08.3'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
Loading…
Reference in New Issue
Block a user