Selaa lähdekoodia

Update for 2022.08.1

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 25d865996d1d9753fe7d4dfe39cf18c7e9f91224)
[Peter: drop Makefile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 2 vuotta sitten
vanhempi
commit
1648c2ec36
2 muutettua tiedostoa jossa 19 lisäystä ja 1 poistoa
  1. 18 0
      CHANGES
  2. 1 1
      support/misc/Vagrantfile

+ 18 - 0
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.

+ 1 - 1
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