mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Update for 2020.02.9
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
33
CHANGES
33
CHANGES
@@ -1,3 +1,36 @@
|
|||||||
|
2020.02.9, released December 27th, 2020
|
||||||
|
|
||||||
|
Important / security related fixes.
|
||||||
|
|
||||||
|
Infrastructure:
|
||||||
|
- cmake: fix host ccache handling for CMake 3.19
|
||||||
|
- meson: Forcibly disable binary stripping for
|
||||||
|
target builds, enable for host builds
|
||||||
|
- golang: Fix HOST / TARGET directories for per-package builds
|
||||||
|
|
||||||
|
Defconfigs: Beaglebone Qt5: Fix ti-sgx related issues
|
||||||
|
|
||||||
|
Updated/fixed packages: apitrace, arm-trusted-firmware,
|
||||||
|
bustle, c-ares, ca-certificates, cdrkit, cryptopp, dhcpcd,
|
||||||
|
docker-containerd, dtv-scan-tables, flare-engine, ghostscript,
|
||||||
|
haproxy, imagemagick, imx-gpu-viv, jasper, jemalloc,
|
||||||
|
jpeg-turbo, libcap, libcurl, libglib2, libgpiod, libkrb5,
|
||||||
|
libopenssl, libplist, libressl, libuv, libuvw, lynx, mariadb,
|
||||||
|
mbedtls, minidlna, monkey, musl, mutt, ncurses, netsnmp,
|
||||||
|
nodejs, opencv3, openldap, openrc, opkg-utils, paho-mqtt-c,
|
||||||
|
php, privoxy, proftpd, python-crc16, python-flask-cors,
|
||||||
|
python-lxml, python-pip, python-pyparsing, python-pyqt5, qemu,
|
||||||
|
qt5base, raptor, rauc, ruby, setserial, shadowsocks-libev,
|
||||||
|
slirp, sqlcipher, ti-sgx-demos, tinycbor, vsftpd,
|
||||||
|
wireless-regdb, wireshark, x11vnc, xen, xinetd,
|
||||||
|
xserver_xorg-server
|
||||||
|
|
||||||
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
#13276: libcap builds libcap.pc incorrectly
|
||||||
|
#13316: beaglebone_qt5_defconfig: PowerVR fails to start
|
||||||
|
#13341: Mistake in /etc/init.d/S70vsftpd
|
||||||
|
|
||||||
2020.02.8, released November 16th, 2020
|
2020.02.8, released November 16th, 2020
|
||||||
|
|
||||||
Important / security related fixes.
|
Important / security related fixes.
|
||||||
|
|||||||
4
Makefile
4
Makefile
@@ -92,9 +92,9 @@ all:
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
# Set and export the version string
|
# Set and export the version string
|
||||||
export BR2_VERSION := 2020.02.8
|
export BR2_VERSION := 2020.02.9
|
||||||
# Actual time the release is cut (for reproducible builds)
|
# Actual time the release is cut (for reproducible builds)
|
||||||
BR2_VERSION_EPOCH = 1605567000
|
BR2_VERSION_EPOCH = 1609088000
|
||||||
|
|
||||||
# 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)
|
||||||
|
|||||||
2
support/misc/Vagrantfile
vendored
2
support/misc/Vagrantfile
vendored
@@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Buildroot version to use
|
# Buildroot version to use
|
||||||
RELEASE='2020.02.8'
|
RELEASE='2020.02.9'
|
||||||
|
|
||||||
### Change here for more memory/cores ###
|
### Change here for more memory/cores ###
|
||||||
VM_MEMORY=2048
|
VM_MEMORY=2048
|
||||||
|
|||||||
Reference in New Issue
Block a user