diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-16 17:18:59 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-16 17:18:59 +0200 |
commit | c6337345d26850c754a83825cd792e20d5942bb9 (patch) | |
tree | f60afd52512eec9faa770f3157a7600fff0da17e | |
parent | f1f0399e76fff32e6473af76d594b6fecd6a4976 (diff) | |
parent | b103f37fb2bd5007c2b3db1d61a14fd886fb2222 (diff) | |
download | rsyslog-c6337345d26850c754a83825cd792e20d5942bb9.tar.gz rsyslog-c6337345d26850c754a83825cd792e20d5942bb9.tar.bz2 rsyslog-c6337345d26850c754a83825cd792e20d5942bb9.zip |
Merge branch 'v7-stable'
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -162,7 +162,7 @@ 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 +- now requires libestr 0.1.8 as early versions had a nasty bug in string comparisons - bugfix: mmanon did not detect all IP addresses in rewrite mode The problem occured if two IPs were close to each other and the first one diff --git a/configure.ac b/configure.ac index 4d6a8b25..2f23147b 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.7) +PKG_CHECK_MODULES(LIBESTR, libestr >= 0.1.8) PKG_CHECK_MODULES([JSON_C], [json],, [ PKG_CHECK_MODULES([JSON_C], [json-c]) ]) |