Skip to content

Commit

Permalink
Update for 2022.02.3
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
jacmet committed Jun 19, 2022
1 parent a4c7296 commit fb3c633
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
2022.02.3, released June 19th, 2022

Important / security related fixes.

Infrastructure: Fix building under paths containing regex
characters (E.G. '+')

Toolchain: Only allow ppc64le variants for which a
glibc/musl/uclibc toolchain is supported.
Mark codescape mti/img mips toolchains as shared library only
(glibc).

Updated/fixed packages: arm-trusted-firmware,
at91dataflashboot, boinc, dhcp, diffutils, edk2, fbv, gensio,
glibc, go, gtest, iucode-tool, janet, libcec, libcurl,
libfreeimage, libnftnl, libodb-boost, linux, linux-tools,
lttng-modules, mariadb, memcached, mono, mutt,
network-manager, nginx, ntfs-3g, ogre, openjpeg, openvpn,
qemu, qpid-proton, qt5webengine, rauc, rockchip-mali, rsyslog,
ruby, runc, rustc, samba4, strace, tiff, uclibc, unrar, vim,
webkitgtk, wpewebkit, xdriver_xf86-video-amdgpu,
xdriver_xf86-video-ati, zlib-ng

New packages: qt5webengine-chromium,
qt5webengine-chromium-catapult

Issues resolved (http://bugs.uclibc.org):

#14766: package dhcp on buildroot 2022.02.1 failed
#14821: Samba server is failing to compile
#14826: make qemu_x86_64_defconfig stopped working

2022.02.2, released May 29th, 2022

Important / security related fixes.
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ all:
.PHONY: all

# Set and export the version string
export BR2_VERSION := 2022.02.2
export BR2_VERSION := 2022.02.3
# Actual time the release is cut (for reproducible builds)
BR2_VERSION_EPOCH = 1653852000
BR2_VERSION_EPOCH = 1655633000

# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion support/misc/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
################################################################################

# Buildroot version to use
RELEASE='2022.02.2'
RELEASE='2022.02.3'

### Change here for more memory/cores ###
VM_MEMORY=2048
Expand Down

0 comments on commit fb3c633

Please sign in to comment.