mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
Update for 2018.02.4
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5ba8da53dc
commit
e4eaf7311d
25
CHANGES
25
CHANGES
@ -1,3 +1,28 @@
|
|||||||
|
2018.02.4, Released July 21th, 2018
|
||||||
|
|
||||||
|
Important / security related fixes.
|
||||||
|
|
||||||
|
U-Boot: Ensure host version of ncurses is picked up and not
|
||||||
|
host-ncurses built by buildroot, as that otherwise causes
|
||||||
|
widechar/non-widechar conflicts and corrupted menuconfig
|
||||||
|
menus.
|
||||||
|
|
||||||
|
Linux: Enable CONFIG_PERF_EVENTS when perf is enabled.
|
||||||
|
|
||||||
|
Defconfigs: Raspberrypi3: Bump rootfs size, Minnowboard-max:
|
||||||
|
Support ethernet on Turbot variant.
|
||||||
|
|
||||||
|
Updated/fixed packages: bind, clamav, collectd, dos2unix,
|
||||||
|
edid-decode, gcc, gdb, heimdal, hidapi, imx-gpu-viv, libcurl,
|
||||||
|
libglib2, liblogging, libostree, libsoup, libv4l, lm-sensors,
|
||||||
|
ncurses, network-manager, patchelf, pinentry, procps-ng, qpdf,
|
||||||
|
qt5, qt53d, qt5base, qt5charts, qt5script, qt5serialport,
|
||||||
|
systemd, wireguard, wireless-regdb
|
||||||
|
|
||||||
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
#11101: host-patchelf Endian Issue with relative RPATH
|
||||||
|
|
||||||
2018.02.3, Released June 18th, 2018
|
2018.02.3, Released June 18th, 2018
|
||||||
|
|
||||||
Important / security related fixes.
|
Important / security related fixes.
|
||||||
|
4
Makefile
4
Makefile
@ -87,9 +87,9 @@ all:
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
# Set and export the version string
|
# Set and export the version string
|
||||||
export BR2_VERSION := 2018.02.3
|
export BR2_VERSION := 2018.02.4
|
||||||
# Actual time the release is cut (for reproducible builds)
|
# Actual time the release is cut (for reproducible builds)
|
||||||
BR2_VERSION_EPOCH = 1529344000
|
BR2_VERSION_EPOCH = 1532126000
|
||||||
|
|
||||||
# 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…
x
Reference in New Issue
Block a user