mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
syslog-ng: Bump version to v3.9.1
Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a92c6806b5
commit
e0e656f423
@ -1,2 +1,2 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 49201dcfd59c8992936aa16c694f5e6593d505b44895f6c66b7d7f7895ce2c62 syslog-ng-3.7.3.tar.gz
|
sha256 5678856a550ae790618fabde9d1447f932ce7a9080d55dca8fc5df1202c70a17 syslog-ng-3.9.1.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
SYSLOG_NG_VERSION = 3.7.3
|
SYSLOG_NG_VERSION = 3.9.1
|
||||||
SYSLOG_NG_SITE = https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$(SYSLOG_NG_VERSION)
|
SYSLOG_NG_SITE = https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$(SYSLOG_NG_VERSION)
|
||||||
SYSLOG_NG_LICENSE = LGPLv2.1+ (syslog-ng core), GPLv2+ (modules)
|
SYSLOG_NG_LICENSE = LGPLv2.1+ (syslog-ng core), GPLv2+ (modules)
|
||||||
SYSLOG_NG_LICENSE_FILES = COPYING
|
SYSLOG_NG_LICENSE_FILES = COPYING
|
||||||
@ -12,7 +12,8 @@ SYSLOG_NG_DEPENDENCIES = host-bison host-flex host-pkgconf \
|
|||||||
eventlog libglib2 openssl pcre
|
eventlog libglib2 openssl pcre
|
||||||
# rabbit-mq needs -lrt
|
# rabbit-mq needs -lrt
|
||||||
SYSLOG_NG_CONF_ENV = LIBS=-lrt
|
SYSLOG_NG_CONF_ENV = LIBS=-lrt
|
||||||
SYSLOG_NG_CONF_OPTS = --disable-manpages --localstatedir=/var/run
|
SYSLOG_NG_CONF_OPTS = --disable-manpages --localstatedir=/var/run \
|
||||||
|
--disable-java --disable-java-modules
|
||||||
|
|
||||||
# We override busybox's S01logging init script
|
# We override busybox's S01logging init script
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||||
@ -75,6 +76,14 @@ else
|
|||||||
SYSLOG_NG_CONF_OPTS += --disable-spoof-source
|
SYSLOG_NG_CONF_OPTS += --disable-spoof-source
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
||||||
|
SYSLOG_NG_DEPENDENCIES += libcurl
|
||||||
|
SYSLOG_NG_CONF_OPTS += --enable-http
|
||||||
|
SYSLOG_NG_CONF_OPTS += --with-libcurl="$(STAGING_DIR)/usr"
|
||||||
|
else
|
||||||
|
SYSLOG_NG_CONF_OPTS += --disable-http
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_INIT_SYSTEMD),y)
|
ifeq ($(BR2_INIT_SYSTEMD),y)
|
||||||
SYSLOG_NG_DEPENDENCIES += systemd
|
SYSLOG_NG_DEPENDENCIES += systemd
|
||||||
SYSLOG_NG_CONF_OPTS += \
|
SYSLOG_NG_CONF_OPTS += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user