Update for 2022.02.8
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
fa31c1b679
commit
ea51485ee9
16
CHANGES
16
CHANGES
@ -1,3 +1,19 @@
|
||||
2022.02.8, released December 10th, 2022
|
||||
|
||||
Important / security related fixes.
|
||||
|
||||
Updated/fixed packages: asterisk, dash, dovecot,
|
||||
dovecot-pigeonhole, edk2, edk2-platforms, elf2flt, exim,
|
||||
freerdp, gcc, gdb, git, gnupg2, heimdal, iwd, kodi,
|
||||
libarchive, libmdbx, libkrb5, libksba, libopenssl, memcached,
|
||||
netsnmp, nginx, openpgm, optee-client, python3, rsync,
|
||||
rtl8723bu, samba4, sdl, sdl2, swupdate, sysstat, systemd,
|
||||
uboot, vim, vlc, xen, xterm
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#15131: Target GDB uses internal zlib
|
||||
|
||||
2022.02.7, released November 17th, 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.02.7
|
||||
export BR2_VERSION := 2022.02.8
|
||||
# Actual time the release is cut (for reproducible builds)
|
||||
BR2_VERSION_EPOCH = 1668678000
|
||||
BR2_VERSION_EPOCH = 1670685000
|
||||
|
||||
# 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.02.7'
|
||||
RELEASE='2022.02.8'
|
||||
|
||||
### Change here for more memory/cores ###
|
||||
VM_MEMORY=2048
|
||||
|
Loading…
Reference in New Issue
Block a user