package/rsyslog: bump version to 8.2010.0

- disable new input module options imhttp and impcap

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Seiderer 2020-12-02 21:07:31 +01:00 committed by Thomas Petazzoni
parent aa95c0d3e3
commit 937af9d847
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# From http://www.rsyslog.com/downloads/download-v8-stable/
sha256 5fc3d7b775f0879a40606d960491812a602e22f62e006ce027ed7bcf4c9f27d9 rsyslog-8.2004.0.tar.gz
sha256 19b232f765c4ba7a35b91ef1f5f9af775f6ff78ef56bb7737a2ce79ccbb32b98 rsyslog-8.2010.0.tar.gz
# Locally calculated
sha256 054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f083 COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
RSYSLOG_VERSION = 8.2004.0
RSYSLOG_VERSION = 8.2010.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
@ -29,6 +29,8 @@ RSYSLOG_CONF_OPTS += --disable-elasticsearch \
--disable-omhttp \
--disable-fmhttp \
--disable-imdocker \
--disable-imhttp \
--disable-impcap \
--disable-omhttpfs \
--disable-mmkubernetes