diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-10 11:46:36 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-10 11:46:36 +0200 |
commit | 81e9afee45c669a0d5a29757cae70e6e224541be (patch) | |
tree | b5a9babb8a9b06a40ff2394bc959ed4211db7bb4 | |
parent | bd4eb7e95ed133ef195d77386f4c41b3ee76627b (diff) | |
download | rsyslog-81e9afee45c669a0d5a29757cae70e6e224541be.tar.gz rsyslog-81e9afee45c669a0d5a29757cae70e6e224541be.tar.bz2 rsyslog-81e9afee45c669a0d5a29757cae70e6e224541be.zip |
require libestr 0.1.7
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -8,6 +8,8 @@ Version 7.4.5 [v7.4-stable] 2013-09-?? bugfix, that should be applied to the stable branch. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=477 Thanks to Muri Cicanor for initiating the discussion +- now requires libestr 0.1.7 as early versions had a nasty bug in + string comparisons - bugfix: array-based ==/!= comparisions lead to invalid results This was a regression introduced in 7.3.5 bei the PRI optimizer - bugfix: omprog blocked signals to executed programs diff --git a/configure.ac b/configure.ac index 017116ef..43b1ad01 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.5) +PKG_CHECK_MODULES(LIBESTR, libestr >= 0.1.7) PKG_CHECK_MODULES([JSON_C], [json],, [ PKG_CHECK_MODULES([JSON_C], [json-c]) ]) |