package/rsyslog: bump to 8.1910.0
authorMatt Weber <matthew.weber@rockwellcollins.com>
Wed, 30 Oct 2019 13:13:28 +0000 (08:13 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 1 Nov 2019 07:03:51 +0000 (08:03 +0100)
The rsyslog project removed the ability to toggle libcurl dependencies in
https://github.com/rsyslog/rsyslog/commit/dc95ef09bdb07cfb7b7df4ce87df629fc2c94f8f,
however there are a series of options that now add a libcurl dependency.

This bump disables the following options to prevent libcurl as a new dependency.
--disable-elasticsearch
        --disable-clickhouse
        --disable-omhttp
        --disable-fmhttp
        --disable-imdocker
        --disable-omhttpfs
        --disable-mmkubernetes

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/rsyslog/rsyslog.hash
package/rsyslog/rsyslog.mk

index fb3a552b0beb45172b2de4a65e1e618c6a0a8afa..a963b4e7bb1ce31bec7bab1d02bdfdc5924b04c8 100644 (file)
@@ -1,5 +1,5 @@
 # From http://www.rsyslog.com/downloads/download-v8-stable/
-sha256 06e2884181333dccecceaca82827ae24ca7a258b4fbf7b1e07a80d4caae640ca        rsyslog-8.22.0.tar.gz
+sha256 0219ee692f31a39743acb62aaf4196b644ce94edf386df4605fd6a11a4fe0c93        rsyslog-8.1910.0.tar.gz
 
 # Locally calculated
 sha256 054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f083        COPYING
index fcd476cee346712ed031366c958f2dcfdd01e745..5bd6b59ba3751e446881ea53b8c11fcc1dc77a13 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RSYSLOG_VERSION = 8.22.0
+RSYSLOG_VERSION = 8.1910.0
 RSYSLOG_SITE = http://rsyslog.com/files/download/rsyslog
 RSYSLOG_LICENSE = GPL-3.0, LGPL-3.0, Apache-2.0
 RSYSLOG_LICENSE_FILES = COPYING COPYING.LESSER COPYING.ASL20
@@ -17,6 +17,15 @@ RSYSLOG_PLUGINS = imdiag imfile impstats imptcp \
 RSYSLOG_CONF_OPTS = --disable-generate-man-pages \
        $(foreach x,$(call qstrip,$(RSYSLOG_PLUGINS)),--enable-$(x))
 
+# Disable items requiring libcurl
+RSYSLOG_CONF_OPTS += --disable-elasticsearch \
+       --disable-clickhouse \
+       --disable-omhttp \
+       --disable-fmhttp \
+       --disable-imdocker \
+       --disable-omhttpfs \
+       --disable-mmkubernetes
+
 ifeq ($(BR2_PACKAGE_GNUTLS),y)
 RSYSLOG_DEPENDENCIES += gnutls
 RSYSLOG_CONF_OPTS += --enable-gnutls