From 767a2da72fc1690fde33b665851f20492ba5cd75 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 15 Sep 2021 17:20:06 +0200 Subject: [PATCH] Update for 2021.02.5 Signed-off-by: Peter Korsgaard --- CHANGES | 22 ++++++++++++++++++++++ Makefile | 4 ++-- support/misc/Vagrantfile | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index a692ed7baa..63cb40721e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,25 @@ +2021.02.5, released September 15th, 2021 + + Important / security related fixes. + + Toolchain: Disable fortify support for Microblaze as it is not + currently working. + + Updated/fixed packages: alsa-utils, arm-trusted-firmware, + bayer2rgb-neon, belle-sip, busybox, c-ares, cjson, coreutils, + cpio, eigen, environt-setup, fetchmail, fluidsynth, + fontconfig, gd, gdb, gnuradio, gnutls, go, haproxy, ipmiutil, + iputils, jszip, kvm-unit-tests, libarchive, libexif, + libgcrypt, libmodsecurity, libopenssl, librsvg, libshout, + libssh, linux, localedef, mc, mesa3d, mosquitto, netsniff-ng, + nginx, nodejs, ogre, openmpi, openvmtools, php, postgresql, + prelink-cross, prosody, protobuf, python-keyring, + python-matplotlib, python-pillow, python-pyudev, + python-secretstorage, python3, qt5base, samba4, sdl2, sox, + swupdate, sylpheed, tor, uboot-tools, uhd, unbound, vim, + wlroots, xapp_xrdb, xapp_xwd, xen, xenomai, xlib_libXfont2, + xlib_libXft, zip + 2021.02.4, released August 10th, 2021 Important / security related fixes. diff --git a/Makefile b/Makefile index c6be0ca7df..013b29edb7 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2021.02.4 +export BR2_VERSION := 2021.02.5 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1628627000 +BR2_VERSION_EPOCH = 1631718000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index f0d1e78891..e1f77efdbd 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2021.02.4' +RELEASE='2021.02.5' ### Change here for more memory/cores ### VM_MEMORY=2048