diff options
author | 2019-11-09 20:41:24 +0100 | |
---|---|---|
committer | 2019-11-09 20:41:24 +0100 | |
commit | a6493a3214ae78bcb163982824693c1e0b1d093c (patch) | |
tree | 9c2170eb47543a43f4fe0828cc4125fb793fcf34 | |
parent | ec09b5f3e921e76edd0b54e85f87d94284e1f1ce (diff) | |
download | buildroot-2019.08.2.tar.gz buildroot-2019.08.2.tar.bz2 |
Update for 2019.08.22019.08.2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | CHANGES | 38 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 28 insertions, 14 deletions
@@ -1,24 +1,38 @@ -2019.08.2, not yet released: +2019.08.2, released November 9th, 2019 Important / security related fixes. - toolchain: Also copy libssp.so for external toolchains if SSP + Toolchain: Also copy libssp.so for external toolchains if SSP to handle toolchains providing SSP support in libssp rather than in the C library + Download: Also use the package download method for extra + downloads from the same site, so it does not get confused by + URLs containing '+' + + Fakeroot now works correctly under Microsoft Windows 10 + Services for Linux, which does not provide SYSV IPC support + utils/test-pkg: ensure to exit with an error upon failure Updated/fixed packages: asterisk, azmq, binutils, - cups-filters, duma, exfat, exfat-utils, fdk-aac, file, gcc, - gd, ghostscript, go, gpsd, grpc, gst1-plugins-base, gvfs, icu, - intel-microcode, kvm-unit-tests, libnspr, libnss, libopenssl, - libpcap, libpciaccess, librsvg, libseccomp, libsigrok, - libtorrent, libunwind, libva, lua-sdl2, lxc, minizip, - mjpegtools, mongoose, mono, nbd, nfs-utils, php, python, - python-pysnmp-apps, python-tornado, qemu, qt5base, ruby, - safeclib, samba4, sdl_mixer, sox, sudo, suricata, tcpdump, - unscd, util-linux, vdr-plugin-vnsiserver, vtun, wireshark, - xvisor + cups-filters, domoticz, dtc, duma, elf2flt, eudev, exfat, + exfat-utils, fakeroot, fdk-aac, file, freerdp, gcc, gd, + ghostscript, go, gpsd, grpc, gst1-plugins-base, gvfs, icu, + intel-microcode, kvm-unit-tests, libfribidi, libnspr, libnss, + libopenssl, libpcap, libpciaccess, librsvg, libseccomp, + libsigrok, libtorrent, libunwind, libva, linux-tools, + lua-sdl2, lxc, minizip, mjpegtools, mongoose, mono, nbd, + nfs-utils, php, piglit, python, python-autobahn, + python-pysnmp-apps, python-tornado, python3, qemu, qt5base, + ruby, safeclib, samba4, sdl_mixer, sox, sudo, suricata, + systemd, tcpdump, unscd, util-linux, vdr-plugin-vnsiserver, + vtun, wireshark, xvisor, yaffs2utils + + Issues resolved (http://bugs.uclibc.org): + + #11366: [2018.08] SysV IPC not available for fakeroot on WSL + #12261: sudo versions prior to 1.8.28 are affected 2019.08.1, released October 3rd, 2019 @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2019.08.1 +export BR2_VERSION := 2019.08.2 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1570086600 +BR2_VERSION_EPOCH = 1573328000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) |