浏览代码

Update for 2022.02.12

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 2 年之前
父节点
当前提交
8e11746492
共有 3 个文件被更改,包括 15 次插入3 次删除
  1. 12 0
      CHANGES
  2. 2 2
      Makefile
  3. 1 1
      support/misc/Vagrantfile

+ 12 - 0
CHANGES

@@ -1,3 +1,15 @@
+2022.02.12, released May 5th, 2023
+
+	Important / security related fixes.
+
+	Updated/fixed packages: agentpp, apache, ca-certificates,
+	containerd, coremark, dcron, eudev, ffmpeg, git,
+	intel-microcode, kexec, lcdproc, libmicrohttpd, libosmium,
+	libxml2, linux-tools, matio, osm2pgsql, poppler, postgresql,
+	protozero, python-web2py, runc, s390-tools, samba4, snmppp,
+	sudo, tcpdump, uclibc, vim, webkitgtk, wpewebkit,
+	xserver_xorg-server
+
 2022.02.11, released March 19th, 2023
 
 	Important / security related fixes.

+ 2 - 2
Makefile

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