[Buildroot] [PATCH v3 4/4] rsyslog: bump to version 7.6.0

Peter Korsgaard jacmet at uclibc.org
Sat Mar 15 22:52:53 UTC 2014


>>>>> "Clayton" == Clayton Shotwell <clshotwe at rockwellcollins.com> writes:

 > Bumping version of rsyslog and adding new dependencies of liblogging
 > and libestr.  The first patch has be submitted to the upstream mailing
 > list and the second patch is a backport from the development branch of
 > the upstream.

 > Signed-off-by: Clayton Shotwell <clshotwe at rockwellcollins.com>

 > diff --git a/package/rsyslog/Config.in b/package/rsyslog/Config.in
 > index 2503f71..27af88f 100644
 > --- a/package/rsyslog/Config.in
 > +++ b/package/rsyslog/Config.in
 > @@ -1,6 +1,14 @@
 >  config BR2_PACKAGE_RSYSLOG
 >  	bool "rsyslog"
 > +	select BR2_PACKAGE_ZLIB
 > +	select BR2_PACKAGE_LIBESTR
 > +	select BR2_PACKAGE_LIBLOGGING
 > +	select BR2_PACKAGE_JSON_C
 > +	depends on BR2_TOOLCHAIN_HAS_THREADS

According to the configure script it also needs libuuid, so we need to
add util-linux / libuuid and update the toolchain dependencies.

 >  	help
 >  	  Rsyslog is a powerful and flexible syslog implementation
 
 >  	  http://www.rsyslog.com
 > +
 > +comment "libxmlrpc needs a toolchain w/ threads"

Cut'n'paste? ;)

 > +++ b/package/rsyslog/rsyslog.mk
 > @@ -4,21 +4,41 @@
 >  #
 >  ################################################################################
 
 > -RSYSLOG_VERSION = 5.8.0
 > +RSYSLOG_VERSION = 7.6.0
 >  RSYSLOG_SITE = http://rsyslog.com/files/download/rsyslog/
 > -RSYSLOG_DEPENDENCIES = zlib
 > +RSYSLOG_LICENSE = GPLv3 LGPLv3 Apache-2.0
 > +RSYSLOG_LICENSE_FILES = COPYING COPYING.LESSER COPYING.ASL20
 > +RSYSLOG_DEPENDENCIES = zlib libestr liblogging json-c

It uses pkg-config, so we need to add host-pkgconf (and util-linux).

Committed with those issues fixed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list