diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-26 15:29:57 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-26 15:29:57 +0200 |
commit | e8cf4037b0603c29b400776c0198600c09bd3fdf (patch) | |
tree | 481ef364bef412294c0c83ef7e0e73c4d092f8cd | |
parent | 0018e98223d4d10db4adbb3601eb860004dad3c4 (diff) | |
download | rsyslog-e8cf4037b0603c29b400776c0198600c09bd3fdf.tar.gz rsyslog-e8cf4037b0603c29b400776c0198600c09bd3fdf.tar.bz2 rsyslog-e8cf4037b0603c29b400776c0198600c09bd3fdf.zip |
require new librelp version
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ --------------------------------------------------------------------------- -Version 7.5.1 [devel] 2013-06-?? +Version 7.5.1 [devel] 2013-06-26 +- librelp 1.1.3 is required - older versions can lead to a segfault - add mmfields, which among others supports easy parsing of CEF messages - omrelp: * new parameter "compression.prioritystring" to control encryption diff --git a/configure.ac b/configure.ac index 0478d05c..a789e4d5 100644 --- a/configure.ac +++ b/configure.ac @@ -999,7 +999,7 @@ AC_ARG_ENABLE(relp, [enable_relp=no] ) if test "x$enable_relp" = "xyes"; then - PKG_CHECK_MODULES(RELP, relp >= 1.1.2) + PKG_CHECK_MODULES(RELP, relp >= 1.1.3) fi AM_CONDITIONAL(ENABLE_RELP, test x$enable_relp = xyes) |