From 25d865996d1d9753fe7d4dfe39cf18c7e9f91224 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 2 Oct 2022 23:21:57 +0200 Subject: [PATCH] Update for 2022.08.1 Signed-off-by: Peter Korsgaard --- CHANGES | 18 ++++++++++++++++++ Makefile | 4 ++-- support/misc/Vagrantfile | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 03c859ceb6..11b33a1351 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +2022.08.1, released October 2nd, 2022 + + Important / security related fixes. + + Updated/fixed packages: botan, busybox, docker-cli, + docker-engine, expat, git, haproxy, heirloom-mailx, icu, + imx-gpu-viv, libconfuse, libmdbx, libupnp, libxml2, + ltp-testsuite, m4, makedevs, mariadb, mesa3d, meson, + mosquitto, ncurses, openssh, pango, python3, qlibc, + qt5xmlpatterns, rtl8189es, rtl8723bu, rt8723ds, + rtl8812au-aircrack-ng, runc, sox, tinyproxy, uacme, unbound, + unzip, vim, xtables-addons + + Issues resolved (http://bugs.uclibc.org): + + #14796: 64 bit time and seccomp conflict (OpenSSH server crash) + #14921: wpewebkit build fails because of internal build order + 2022.08, released September 10th, 2022 Fixes all over the tree. diff --git a/Makefile b/Makefile index 03488dc6ba..36896684b1 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2022.08 +export BR2_VERSION := 2022.08.1 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1662822000 +BR2_VERSION_EPOCH = 1664745600 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index fb0f48215c..f558e52ca6 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2022.08' +RELEASE='2022.08.1' ### Change here for more memory/cores ### VM_MEMORY=2048