소스 검색

Update for 2024.02.8

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 8 달 전
부모
커밋
32171acf90
3개의 변경된 파일16개의 추가작업 그리고 3개의 파일을 삭제
  1. 13 0
      CHANGES
  2. 2 2
      Makefile
  3. 1 1
      support/misc/Vagrantfile

+ 13 - 0
CHANGES

@@ -1,3 +1,16 @@
+2024.02.8, released November 14th, 2024
+
+	Important / security related fixes.
+
+	Updated/fixed packages: apache, asterisk, bind, bootgen, criu,
+	file, fluidsynth, ghostscript, heimdal, intel-microcode,
+	jailhouse, jsoncpp, libarchive, libcurl, libldns, liblinear,
+	libmdbx, libopenh264, ltrace, lightning, nghttp2, ntp, php,
+	postgresql, procps-ng, python-pyqt5, ruby, sysvinit, tor,
+	wpebackend-fdo
+
+	New packages: python-pyqt5-sip
+
 2024.02.7, released October 21th, 2024
 
 	Important / security related fixes.

+ 2 - 2
Makefile

@@ -90,9 +90,9 @@ all:
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2024.02.7
+export BR2_VERSION := 2024.02.8
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1729494000
+BR2_VERSION_EPOCH = 1731601000
 
 # 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='2024.02.7'
+RELEASE='2024.02.8'
 
 ### Change here for more memory/cores ###
 VM_MEMORY=2048