mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
rsyslog: bump to version 8.7.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
435ae1e2b5
commit
5222d956a6
@ -6,11 +6,12 @@ config BR2_PACKAGE_RSYSLOG
|
|||||||
select BR2_PACKAGE_JSON_C
|
select BR2_PACKAGE_JSON_C
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
|
depends on !BR2_STATIC_LIBS # modules
|
||||||
help
|
help
|
||||||
Rsyslog is a powerful and flexible syslog implementation
|
Rsyslog is a powerful and flexible syslog implementation
|
||||||
|
|
||||||
http://www.rsyslog.com
|
http://www.rsyslog.com
|
||||||
|
|
||||||
comment "rsyslog needs a toolchain w/ threads"
|
comment "rsyslog needs a toolchain w/ threads, dynamic library"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# From http://www.rsyslog.com/downloads/download-v7-stable/
|
# From http://www.rsyslog.com/downloads/download-v8-stable/
|
||||||
sha256 fc29d2d9cbf3396091dd0bab2eb6f847aed4a44ef73138a97ddf9447446125ee rsyslog-7.6.7.tar.gz
|
sha256 c77125b67a623569c9bdca8136b9aac013f1c6fd82fb8595e3ea267e61800f9c rsyslog-8.7.0.tar.gz
|
||||||
|
@ -4,15 +4,13 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
RSYSLOG_VERSION = 7.6.7
|
RSYSLOG_VERSION = 8.7.0
|
||||||
RSYSLOG_SITE = http://rsyslog.com/files/download/rsyslog
|
RSYSLOG_SITE = http://rsyslog.com/files/download/rsyslog
|
||||||
RSYSLOG_LICENSE = GPLv3 LGPLv3 Apache-2.0
|
RSYSLOG_LICENSE = GPLv3 LGPLv3 Apache-2.0
|
||||||
RSYSLOG_LICENSE_FILES = COPYING COPYING.LESSER COPYING.ASL20
|
RSYSLOG_LICENSE_FILES = COPYING COPYING.LESSER COPYING.ASL20
|
||||||
RSYSLOG_DEPENDENCIES = zlib libestr liblogging json-c host-pkgconf
|
RSYSLOG_DEPENDENCIES = zlib libestr liblogging json-c host-pkgconf
|
||||||
|
RSYSLOG_CONF_ENV = ac_cv_prog_cc_c99='-std=c99'
|
||||||
RSYSLOG_CONF_OPTS = --disable-testbench \
|
RSYSLOG_CONF_OPTS = --disable-generate-man-pages
|
||||||
--enable-cached-man-pages \
|
|
||||||
--disable-generate-man-pages
|
|
||||||
|
|
||||||
# Build after BusyBox
|
# Build after BusyBox
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user