2
1
Эх сурвалжийг харах

Update for 2023.02.3

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 2 жил өмнө
parent
commit
dc7000f0de
3 өөрчлөгдсөн 27 нэмэгдсэн , 3 устгасан
  1. 24 0
      CHANGES
  2. 2 2
      Makefile
  3. 1 1
      support/misc/Vagrantfile

+ 24 - 0
CHANGES

@@ -1,3 +1,27 @@
+2023.02.3, released July 17th, 2023
+
+	Important / security related fixes.
+
+	Defconfigs: Chiliboard: fix build on hosts without openssl
+	development headers.
+	Nitrogen*: fix build on hosts without openssl or pylibfdt.
+	Raspberrypi: Handle DTB overlays for all variants
+
+	Updated/fixed packages: agentpp, alsa-plugins, assimp, bind,
+	busybox, dbus, c-ares, check, dav1d, fluidsynth, fftw, fwts,
+	ghostscript, gnupg2, gnuradio, gupnp, haproxy, heimdal,
+	hwdata, jhead, libcap, libgcrypt, libgpg-error, libgtk3,
+	libxslt, mesa3d-demos, mpir, nodejs, php, pkgconf,
+	python-cryptography, python-dbus-fast, python-django,
+	python-pyicu, python-requests, python3, qt6, quickjs,
+	sconeserver, taglib, tiff, wireshark, xdriver_xf86-video-dummy
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#15643: ERROR: No hash found for linux-6.3.8.tar.xz
+	#15673: PKGCONF_SITE in pkgconf.mk points to parked domain
+	#15682: pkgconf: no longer able to download source from...
+
 2023.02.2, released June 16th, 2023
 2023.02.2, released June 16th, 2023
 
 
 	Important / security related fixes.
 	Important / security related fixes.

+ 2 - 2
Makefile

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

+ 1 - 1
support/misc/Vagrantfile

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