Commit 5222d956 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

rsyslog: bump to version 8.7.0

parent 435ae1e2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,11 +6,12 @@ config BR2_PACKAGE_RSYSLOG
	select BR2_PACKAGE_JSON_C
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_USE_MMU # fork()
	depends on !BR2_STATIC_LIBS # modules
	help
	  Rsyslog is a powerful and flexible syslog implementation

	  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_TOOLCHAIN_HAS_THREADS
	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
+2 −2
Original line number Diff line number Diff line
# From http://www.rsyslog.com/downloads/download-v7-stable/
sha256	fc29d2d9cbf3396091dd0bab2eb6f847aed4a44ef73138a97ddf9447446125ee	rsyslog-7.6.7.tar.gz
# From http://www.rsyslog.com/downloads/download-v8-stable/
sha256	c77125b67a623569c9bdca8136b9aac013f1c6fd82fb8595e3ea267e61800f9c	rsyslog-8.7.0.tar.gz
+3 −5
Original line number Diff line number Diff line
@@ -4,15 +4,13 @@
#
################################################################################

RSYSLOG_VERSION = 7.6.7
RSYSLOG_VERSION = 8.7.0
RSYSLOG_SITE = http://rsyslog.com/files/download/rsyslog
RSYSLOG_LICENSE = GPLv3 LGPLv3 Apache-2.0
RSYSLOG_LICENSE_FILES = COPYING COPYING.LESSER COPYING.ASL20
RSYSLOG_DEPENDENCIES = zlib libestr liblogging json-c host-pkgconf

RSYSLOG_CONF_OPTS = --disable-testbench \
		   --enable-cached-man-pages \
		   --disable-generate-man-pages
RSYSLOG_CONF_ENV = ac_cv_prog_cc_c99='-std=c99'
RSYSLOG_CONF_OPTS = --disable-generate-man-pages

# Build after BusyBox
ifeq ($(BR2_PACKAGE_BUSYBOX),y)