mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Update for 2018.08.1
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2a228a83cd
commit
5cb24d72b2
23
CHANGES
23
CHANGES
@ -1,3 +1,26 @@
|
|||||||
|
2018.08.1, Released October 7th, 2018
|
||||||
|
|
||||||
|
Important / security related fixes.
|
||||||
|
|
||||||
|
Add a number of patches to fix build errors for host utilities
|
||||||
|
on modern distributions using glibc-2.28.
|
||||||
|
|
||||||
|
mkusers: Ensure existing group members are preserved when a
|
||||||
|
group is reprocessed.
|
||||||
|
|
||||||
|
printvars: Fix issue with exceeding shell command line length
|
||||||
|
limits for certain setups.
|
||||||
|
|
||||||
|
Updated/fixed packages: acpid, android-tools, apache,
|
||||||
|
arp-scan, bandwidthd, bind, brltty, clamav, connman, cppcms,
|
||||||
|
domoticz, dtc, fio, gcc, gdb, ghostscript, gnupg, httpping,
|
||||||
|
igmpproxy, imlib2, ipsec-tools, libesmtp, libnfs, libxslt,
|
||||||
|
links, lua, mosquitto, nilfs-utils, ocrad, parted, php,
|
||||||
|
python-django, screen, shairport-sync, strongswan,
|
||||||
|
vboot-utils, webkitgtk, wireguard, x265 xen, xlib_libXdmcp,
|
||||||
|
xlib_libXfont, xlib_libXft, xlib_libxshmfence,
|
||||||
|
xutil_makedepend, zeromq
|
||||||
|
|
||||||
2018.08, Released September 6th, 2018
|
2018.08, Released September 6th, 2018
|
||||||
|
|
||||||
Minor fixes.
|
Minor 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.08
|
export BR2_VERSION := 2018.08.1
|
||||||
# Actual time the release is cut (for reproducible builds)
|
# Actual time the release is cut (for reproducible builds)
|
||||||
BR2_VERSION_EPOCH = 1536263000
|
BR2_VERSION_EPOCH = 1538904000
|
||||||
|
|
||||||
# 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