Update for 2019.02.7
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ab466e4dad
commit
83c2e5f6e3
36
CHANGES
36
CHANGES
@ -1,24 +1,38 @@
|
|||||||
2019.02.7, not yet released:
|
2019.02.7, Released November 10th, 2019
|
||||||
|
|
||||||
Important / security related fixes.
|
Important / security related fixes.
|
||||||
|
|
||||||
support/testing: use a kernel with HW_RANDOM_VIRTIO to work
|
support/testing: use a kernel with HW_RANDOM_VIRTIO to work
|
||||||
around issues with lack of entrophy
|
around issues with lack of entrophy
|
||||||
|
|
||||||
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
|
is enabled to handle toolchains providing SSP support in
|
||||||
than in the C library
|
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
|
utils/test-pkg: ensure to exit with an error upon failure
|
||||||
|
|
||||||
Updated/fixed packages: asterisk, azmq, cups-filters, duma,
|
Updated/fixed packages: asterisk, azmq, cups-filters,
|
||||||
exfat, exfat-utils, file, gd, ghostscript, go, gvfs,
|
domoticz, duma, elf2flt, eudev, exfat, exfat-utils, fakeroot,
|
||||||
intel-microcode, kvm-unit-tests, libnspr, libnss, libopenssl,
|
file, freerdp, gd, ghostscript, go, gvfs, intel-microcode,
|
||||||
|
kvm-unit-tests, libarchive, libnspr, libnss, libopenssl,
|
||||||
libpcap, libpciaccess, librsvg, libseccomp, libsigrok,
|
libpcap, libpciaccess, librsvg, libseccomp, libsigrok,
|
||||||
libtorrent, libunwind, lua-sdl2, lxc, minizip, mjpegtools,
|
libtorrent, libunwind, linux-tools, lua-sdl2, lxc, minizip,
|
||||||
mongoose, php, python, python-pysnmp-apps, qemu, qt5base,
|
mjpegtools, mongoose, php, python, python-pysnmp-apps,
|
||||||
ruby, safeclib, samba4, sdl_mixer, sox, sudo, tcpdump, unscd,
|
python3, qemu, qt5base, ruby, safeclib, samba4, sdl_mixer,
|
||||||
util-lkinux, vtun, xvisor
|
sox, sudo, systemd, tcpdump, unscd, util-lkinux, vtun, 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.02.6, Released October 3rd, 2019
|
2019.02.6, Released October 3rd, 2019
|
||||||
|
|
||||||
|
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 := 2019.02.6
|
export BR2_VERSION := 2019.02.7
|
||||||
# Actual time the release is cut (for reproducible builds)
|
# Actual time the release is cut (for reproducible builds)
|
||||||
BR2_VERSION_EPOCH = 1570115000
|
BR2_VERSION_EPOCH = 1573422000
|
||||||
|
|
||||||
# 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user