Bläddra i källkod

Update for 2023.11.3

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 1 år sedan
förälder
incheckning
c2e4b76d03
3 ändrade filer med 31 tillägg och 3 borttagningar
  1. 28 0
      CHANGES
  2. 2 2
      Makefile
  3. 1 1
      support/misc/Vagrantfile

+ 28 - 0
CHANGES

@@ -1,3 +1,31 @@
+2023.11.3, released March 26th, 2024
+
+	Important / security related fixes.
+
+	Defconfigs: Starfive visionfive2: Use correct genimage
+	configuration.
+
+	Updated/fixed packages: bind, bitcoin, botan, c-ares, clamav,
+	conmon, containerd, cvs, dash, dnsmasq, docker-engine, dracut,
+	ell, expat, fluent-bit, freetype, gcc, ghostscript, gmp,
+	gnupg2, go, google-breakpad, gst1-python, gst1-vaapi, iwd,
+	libcoap, libcurl, libdnet, libgit2, libheif, libkrb5,
+	libmodsecurity, libnfs, libopenssl, libselinux, libunwind,
+	liburing, libuv, libva, libxml2, ltris, lua-http, luvi,
+	mmc-utils, nginx-naxsi, nodejs, octave, openssh, openvmtools,
+	parted, petitboot, php, poco, postgresql, powertop, privoxy,
+	pure-ftpd, putty, python-cheroot, python-configshell-fb,
+	python-django, python-rtslib-fb, python3,
+	rauc-hawkbit-updater, redis, redis-plus-plus, rsync,
+	s390-tools, sdl2, shim, spice, spirv-tools, squid, strace,
+	strongswan, sudo, systemd, targetcli-fb, uhd, unbound,
+	util-linux, v4l2loopback, vim, webkitgtk, wpewebkit, xvisor,
+	zlib-ng
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#15997: Build Squid with GCC12.3 in Buildroot 2024.02 will fail
+
 2023.11.2, released March 1st, 2024
 
 	Important / security related fixes.

+ 2 - 2
Makefile

@@ -90,9 +90,9 @@ all:
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2023.11.2
+export BR2_VERSION := 2023.11.3
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1709299000
+BR2_VERSION_EPOCH = 1711470000
 
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)

+ 1 - 1
support/misc/Vagrantfile

@@ -5,7 +5,7 @@
 ################################################################################
 
 # Buildroot version to use
-RELEASE='2023.11.2'
+RELEASE='2023.11.3'
 
 ### Change here for more memory/cores ###
 VM_MEMORY=2048