Update for 2021.02.2

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2021-05-12 11:05:47 +02:00
parent ce583c4d2d
commit 76b4f9e9b6
3 changed files with 20 additions and 20 deletions

34
CHANGES
View File

@@ -1,4 +1,4 @@
2021.02.2, not yet released 2021.02.2, released May 12th, 2021
Important / security related fixes. Important / security related fixes.
@@ -9,7 +9,7 @@
ijson backend for older (< 2.5) ijson versions rather than the ijson backend for older (< 2.5) ijson versions rather than the
slow python default, speeding up pkg-stats by ~2x. slow python default, speeding up pkg-stats by ~2x.
CMake infrastructure: Use CMAKE_EXE_LINKERFLAGS rather than CMake infrastructure: Use CMAKE_EXE_LINKER_FLAGS rather than
CMAKE_CXX_FLAGS to link with libatomic to fix an compatibility CMAKE_CXX_FLAGS to link with libatomic to fix an compatibility
issue with poppler. issue with poppler.
@@ -18,22 +18,22 @@
correct directory for both in-tree / out-of-tree builds. correct directory for both in-tree / out-of-tree builds.
Updated/fixed packages: at91bootstrap, avahi, bash, bind, Updated/fixed packages: at91bootstrap, avahi, bash, bind,
bridge-utils, cegui, cifs-utils, clamav, cmake, coremark-pro, bridge-utils, boost, cegui, cifs-utils, clamav, cmake,
coreutils, cryptsetup, dmalloc, dnsmasq, docker-cli, coremark-pro, coreutils, cryptsetup, dmalloc, dnsmasq,
docker-engine, domoticz, efl, exim, ffmpeg, flex, gcc, docker-cli, docker-engine, domoticz, efl, exim, ffmpeg, flex,
genext2fs, go, gst1-interpipe, haproxy, hostapd, i2c-tools, gcc, genext2fs, go, gst1-interpipe, haproxy, hostapd,
imx-vpu, kexec, kf5-kcoreaddons, kismet, libcamera, libcurl, i2c-tools, imx-vpu, kexec, kf5-kcoreaddons, kismet, libcamera,
libdrm, libfreefare, libfuse3, libgeos, libgpiod, libnpupnp, libcurl, libdrm, libfreefare, libfuse3, libgeos, libgpiod,
libopenssl, libp11, librsync, libtomcrypt, libupnp, localedef, libnpupnp, libopenssl, libp11, librsync, libtomcrypt, libupnp,
lxc, m4, makedevs, mender, mesa3d, mesa3d-headers, mkpasswd, localedef, lvm2, lxc, m4, makedevs, mender, mesa3d,
mkpimage, modem-manager, monkey, mpd, ncurses, nettle, mesa3d-headers, mkpasswd, mkpimage, modem-manager, monkey,
network-manager, nginx, numactl, openjdk, openjdk-bin, mpd, ncurses, nettle, network-manager, nginx, numactl,
openldap, openvpn, php, pipewire, python-aioconsole, openjdk, openjdk-bin, openldap, openvpn, php, pipewire,
python-asgiref, python-botocore, python-django, python-aioconsole, python-asgiref, python-botocore,
python-dnspython, python-flup, python-httplib2, python-django, python-dnspython, python-flup, python-httplib2,
python-markdown2, python-mbrstrdecoder, python3, quickjs, python-markdown2, python-mbrstrdecoder, python3, quickjs,
readline, rsyslog, ruby, samba4, sconeserver, snort, sox, readline, rsyslog, ruby, rust, samba4, sconeserver, snort,
systemd, tar, timescaledb, tio, tor, usb_modeswitch, sox, systemd, tar, timescaledb, tio, tor, usb_modeswitch,
wpa_supplicant, xdriver_xf86-video-ati, xen, xlib_libXaw, wpa_supplicant, xdriver_xf86-video-ati, xen, xlib_libXaw,
xserver_xorg-server xserver_xorg-server

View File

@@ -92,9 +92,9 @@ all:
.PHONY: all .PHONY: all
# Set and export the version string # Set and export the version string
export BR2_VERSION := 2021.02.1 export BR2_VERSION := 2021.02.2
# Actual time the release is cut (for reproducible builds) # Actual time the release is cut (for reproducible builds)
BR2_VERSION_EPOCH = 1617790000 BR2_VERSION_EPOCH = 1620810000
# 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)

View File

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