Package Release Info

liblognorm-2.0.6-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

liblognorm-devel

Change Logs

* Sat Mar 15 2025 andreas.stieger@gmx.de
- build with pcre2, add liblognorm-2.0.6-pcre2.patch
* Mon Jan 14 2019 kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
* Mon Nov 12 2018 kdalamagkidis@suse.com
- liblognorm 2.0.6:
  * added Checkpoint LEA transfer format
  * added lazy matching mode to string parser
  * suppress invalid param error for field name "-" for hexnumber,
    float, number, date-rfc3164 and date-rfc5424
  * fix cisco-interface-spec failure when at end of line
- removed liblognorm-2.0.4-no-return-in-nonvoid-function.patch
* Tue Nov 14 2017 astieger@suse.com
- liblognorm 2.0.4:
  * added support for native JSON number formats
    supported by parsers: number, float, hex
  * added support for creating unix timestamps
    supported by parsers: date-rfc3164, date-rfc5424
- add liblognorm-2.0.4-no-return-in-nonvoid-function.patch
* Fri May 05 2017 jmatejek@suse.com
- drop HTML docs and python-Sphinx dependency
- use pkgconfig always
* Tue Apr 04 2017 astieger@suse.com
- liblognorm 2.0.3:
  * add ability to load rulebase from a string
  * string parser did not correctly parse word at end of line
  * literal parser did not always store value if name is specified
* Mon Jan 30 2017 ndas@suse.com
- This updated library is needed for latest rsyslog(fate#320546)
* Sun Dec 04 2016 astieger@suse.com
- liblognorm 2.0.2:
  * bugfix: no error was emitted on invalid "annotate" line
  * "annnotate": permit inline comments
  * bugfix: abort in literal path compaction when using
    "alternative" parser
  * bugfix: lognormalizer could loop
* Thu Aug 04 2016 astieger@suse.com
- liblognorm 2.0.1:
  * fix public headers, which invalidly contained a strndup()
    definition
  * fix some issues in pkgconfig file
* Sat Jul 23 2016 astieger@suse.com
- liblognorm 2.0.0 (liblognorm5):
  * completely rewritten, much feature-enhanced version
  * requires libfastjson instead of json-c
  * lognormalizer tool can now handle lines larger 10k characters