1098 Commits

Author SHA1 Message Date
Rainer Gerhards
6c1eddef95 diagnostic: include build platfrom in rsyslogd -v output 2015-01-29 12:57:22 +01:00
Rainer Gerhards
1089b7513d bump version number 2015-01-14 18:00:40 +01:00
Gustavo Zacarias
b94be01ee5 configure.ac: make pgsql support cross-compile friendly
When cross-compiling pg_config shouldn't be expected to be in PATH
since normally this would point to distribution pgsql rather than cross,
which can be of a totally different architecture.

Change it so we can use ac_cv_prog_PG_CONFIG to point to the real one.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
2015-01-14 10:22:54 -03:00
Gustavo Zacarias
7806260253 configure.ac: make mysql support cross-compile friendly
When cross-compiling mysql_config shouldn't be expected to be in PATH
since normally this would point to distribution mysql rather than cross,
which can be of a totally different architecture.

Change it so we can use ac_cv_prog_MYSQL_CONFIG to point to the real one.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
2015-01-14 10:22:53 -03:00
Rainer Gerhards
14c39ff693 prepare for 8.7.0 release 2015-01-12 15:14:30 +01:00
Rainer Gerhards
98a0407323 omkafka: add module 2015-01-07 15:41:59 +01:00
sskaje
2bd9234e6d Merge branch 'omhttpfs' of github.com:sskaje/rsyslog into omhttpfs 2015-01-05 14:54:21 +08:00
sskaje
73e5ad06c8 Merge remote-tracking branch 'upstream/master' into omhttpfs 2015-01-05 14:52:10 +08:00
Janmejay Singh
ac4b978707 fixes json_bool test 2014-12-19 12:26:08 +01:00
Janmejay Singh
0db5aed1e5 mmnormalize regex test which expects regex support now runs only if liblognorm is built with regex support enabled
(commit edited to fix a mistake that unintentionally disturbed mmjsonparse)

(rebased to master-mmnormalize)
2014-12-17 11:40:47 +01:00
Rainer Gerhards
60527222a4 make sure we use the enhanced liblognorm 2014-12-17 11:40:17 +01:00
Janmejay Singh
29cdd505e2 added a json-c type replacement for json_bool which is not present in older version (for instance, 0.9, which debian squeeze uses) 2014-12-17 11:39:31 +01:00
Kevin Decherf
1c7ac835e6 configure.ac: fix the mix-up between enable_rsyslogd and enable_extended_tests 2014-12-16 12:46:49 +01:00
Rainer Gerhards
0a164f2972 Merge branch 'make-zlib-required' of https://github.com/Whissi/rsyslog into master-candidate 2014-12-16 12:34:10 +01:00
Thomas D
0a5e07b4a9 Remove zlib status from summary
Because zlib is considered as required since commit 6c5b6a2ec,
we don't need to show if zlib support is enabled or not in the
settings summary.
2014-12-12 16:12:01 +01:00
Thomas D
2709ac1256 Use pkg-config to check for zlib 2014-12-12 16:10:40 +01:00
sskaje
a704b77943 move omhttpfs to contrib/ 2014-12-12 18:01:35 +08:00
sskaje
540c26f4d6 make it work 2014-12-12 17:38:12 +08:00
sskaje
b46833a72d fix configure.ac 2014-12-12 11:36:20 +08:00
sskaje
80bd3c24bc add omhttpfs code 2014-12-12 11:16:25 +08:00
Rainer Gerhards
575398f9bd add support for systemd >= 209 library names 2014-12-10 07:55:51 +01:00
Tomas Heinrich
fddd1d98f4 Make liblogging-stdlog optional
Conflicts:
	configure.ac
	tools/rsyslogd.c
2014-12-03 15:33:26 +01:00
Tomas Heinrich
7a5df2a25a Make liblogging-stdlog optional 2014-12-03 15:30:49 +01:00
Rainer Gerhards
17e63b0b68 kick of next release cycle 2014-12-02 18:41:53 +01:00
Rainer Gerhards
c6e2598249 fix invalid pathes
regression from czmq module move an hour ago
2014-11-28 11:24:02 +01:00
Rainer Gerhards
bb8645fcc4 prepare for 8.6.0 release 2014-11-28 11:15:22 +01:00
Brian Knox
cb438a2fab beginning work on imczmq and small fixes to omczmq 2014-11-26 16:53:40 +01:00
Brian Knox
34c26a4707 omczmq: initial check-in 2014-11-26 16:53:40 +01:00
Tomas Heinrich
4bd0be426d configure: replace deprecated autoconf macro
The new macro depends on autoconf >= 2.60.
2014-11-19 15:49:09 +01:00
Tomas Heinrich
f2d29355b7 configure: forbid implicitly declared functions 2014-11-19 15:49:09 +01:00
Tomas Heinrich
4163d1836e configure: remove hardcoded compiler mode
Specifying the mode explicitly shouldn't be necessary as the
AC_PROG_CC_C99 autoconf macro should determine a compatible mode
itself.
2014-11-19 15:49:09 +01:00
Rainer Gerhards
4920cf635c move contributed module 2014-11-12 17:39:14 +01:00
Rainer Gerhards
8442459124 correction: pmlastmsg is a core module, not contributed 2014-11-12 17:17:38 +01:00
Rainer Gerhards
aad8041e0b move contributed modules to ./contrib directory 2014-11-12 16:56:20 +01:00
Rainer Gerhards
41ecc2a1f0 cleanup: remove exotic-use-case module
see also https://github.com/rsyslog/rsyslog/issues/82
2014-11-12 12:27:41 +01:00
Rainer Gerhards
fbee13d863 cleanup: remove unfinished experimental tool
see also https://github.com/rsyslog/rsyslog/issues/82
2014-11-12 12:21:33 +01:00
Rainer Gerhards
d777939505 cleanup: remove sm_cust_bindcdr
sample module not used by anyone

see also https://github.com/rsyslog/rsyslog/issues/82
2014-11-12 12:05:22 +01:00
Rainer Gerhards
8ba3f629bc cleanup: remove no longer needed java components 2014-11-12 12:01:05 +01:00
Rainer Gerhards
a5e0db5791 omoracle: remove module
This is orphand since long and does not work since 3+ years
... and nobody cared
2014-11-12 11:53:38 +01:00
Rainer Gerhards
d87a59a7e9 testbench: omstdout is NOT required to run the testbench 2014-11-07 10:42:44 +01:00
Rainer Gerhards
43d2cdd114 testbench is now by default disabled
To enable it, use --enable-testbench. This was done as the testbench now
does better checking if required modules are present and this in turn
would lead to configure error messages where non previously were if we
would leave --enable-testbench on by default. Thus we have turned it off.
This should not be an issue for those few testbench users.
2014-11-06 12:53:59 +01:00
Rainer Gerhards
67c3139e8b Merge branch 'v8-stable' 2014-10-01 14:10:35 +02:00
Rainer Gerhards
6c5b6a2ec2 remove --enable-zlib configure option, we always require it
It's hard to envision a system without zlib, so we turn this off
closes https://github.com/rsyslog/rsyslog/issues/76
2014-10-29 18:37:13 +01:00
Rainer Gerhards
c8ff97b850 Merge branch 'v8-stable' 2014-10-27 12:37:02 +01:00
Rainer Gerhards
915ca50842 Merge branch 'v7-stable' into v8-stable 2014-10-27 12:36:52 +01:00
Alex Fisher
062387a283 bugfix: error: json_tokener_errors undeclared when overriding PKGCONFIG
If PKGCONFIG settings for json-c were overriden, presence of
json_tokener_errors was not properly detected.
closes https://github.com/rsyslog/rsyslog/issues/143
2014-10-27 12:35:34 +01:00
Rainer Gerhards
60f8294db2 add configure option to explicitely turn on elasticsearch tests
Otherwise make check et al fail on systems that don't have an
ES test environment. Follows the same way this is done for MySQL.
2014-10-24 12:09:44 +02:00
Rainer Gerhards
88b1dc4fe0 add configure option to explicitely turn on elasticsearch tests
Otherwise make check et al fail on systems that don't have an
ES test environment. Follows the same way this is done for MySQL.
2014-10-24 12:06:30 +02:00
Rainer Gerhards
c374cce103 Merge branch 'v7-stable' into v8-stable
Conflicts:
	ChangeLog
	configure.ac
2014-10-02 08:13:49 +02:00
Rainer Gerhards
910636cf3c prepare for 7.6.7 2014-10-02 07:53:55 +02:00