diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-26 16:02:42 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-26 16:02:42 +0200 |
commit | 6106c05fcfbb8fe744108e4c3a66948b66f560f8 (patch) | |
tree | d386420b8e5f6fea3932b56ae1a9b1469d3c2e9e | |
parent | 5b9a6992f73bbbba847402946443b001f8b639df (diff) | |
download | rsyslog-6106c05fcfbb8fe744108e4c3a66948b66f560f8.tar.gz rsyslog-6106c05fcfbb8fe744108e4c3a66948b66f560f8.tar.bz2 rsyslog-6106c05fcfbb8fe744108e4c3a66948b66f560f8.zip |
require libestr 0.1.9
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ --------------------------------------------------------------------------- Version 7.4.6 [v7.4-stable] 2013-11-?? +- now requires libestr 0.1.9 as earlier versions lead to problems with + number handling in RainerScript - bugfix: memory leak in strlen() RainerScript function Thanks to Gregoire Seux for reportig this bug. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=486 diff --git a/configure.ac b/configure.ac index c57df5f5..e253c916 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_CANONICAL_HOST PKG_PROG_PKG_CONFIG # modules we require -PKG_CHECK_MODULES(LIBESTR, libestr >= 0.1.8) +PKG_CHECK_MODULES(LIBESTR, libestr >= 0.1.9) PKG_CHECK_MODULES([JSON_C], [json],, [ PKG_CHECK_MODULES([JSON_C], [json-c]) ]) |