Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

liblognorm5-2.0.6-150000.3.3.1 RPM for aarch64

From OpenSuSE Leap 15.6 for aarch64

Name: liblognorm5 Distribution: SUSE Linux Enterprise 15
Version: 2.0.6 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150000.3.3.1 Build date: Mon Jul 31 11:37:13 2023
Group: Development/Libraries/C and C++ Build host: ibs-centriq-3
Size: 295616 Source RPM: liblognorm-2.0.6-150000.3.3.1.src.rpm
Packager: https://www.suse.com/
Url: http://www.liblognorm.com/
Summary: Library and tool to normalize log data
Liblognorm is a library and a tool to normalize log data.

Liblognorm shall help to make sense out of syslog data, or, actually, any event
data that is present in text form.

In short words, one will be able to throw arbitrary log message to liblognorm,
one at a time, and for each message it will output well-defined name-value
pairs and a set of tags describing the message.

So, for example, if you have traffic logs from three different firewalls,
liblognorm will be able to "normalize" the events into generic ones. Among
others, it will extract source and destination ip addresses and ports and make
them available via well-defined fields. As the end result, a common log
analysis application will be able to work on that common set and so this
backend will be independent from the actual firewalls feeding it. Even better,
once we have a well-understood interim format, it is also easy to convert that
into any other vendor specific format, so that you can use that vendor's
analysis tool.

Provides

Requires

License

LGPL-2.1+ and Apache-2.0

Changelog

* Tue Jul 25 2023 thomas.blume@suse.com
  - Upgrade to liblognorm v2.0.6 (jsc#PED-4883)
    * 2018-11-02: nitfixes: issues deteced by CodeFactor.com
    * 2018-11-01: more cleanup of shell scripting
    * 2018-10-31: cleanup shell scripting
    * 2018-10-26: implement Checkpoint LEA transfer format
    * 2018-10-31: fix mising shebangs in test scripts
    * 2018-10-30: fix some bash style nits
    * 2018-07-15: fix very theoretic misadressing (gcc-8 warning)
    * 2018-06-26: string parser: add "lazy" matching mode
    * 2018-05-30: Update lognormalizer.c
    * 2018-05-30: Update lognormalizer.c to support case fallthrough
    * 2018-05-30: Update README
    * 2018-05-10: Fix for #229 (cisco-interface-spec at end of line)
    * 2018-03-21: Suppress invalid param error for name to fix #270
  - Upgrade to liblognorm v2.0.5
    * 2018-04-25: fix potential NULL pointer addressing
    * 2018-04-07: Add test for nested user types
    * 2018-04-07: Fix use after free with nested user types (#235)
    * 2018-04-25: build system: fix gcc warning
    * 2018-04-25: make "make check" "succeed" on solaris 10
    * 2018-04-16: fix build warnings with some newer compilers
    * 2018-04-16: remove dead code
    * 2018-04-16: fix potential memory leaks during config processing
    * 2018-04-16: fix memory leak during config processing
    * 2018-04-16: csv encoder: fix format error when processing arrays
    * 2018-03-29: Explicitly list supported whitespace characters
    * 2018-03-28: "fix" return type of unused dummy function
    - replaces liblognorm-2.0.4-no-return-in-nonvoid-function.patch
    * 2018-03-21: Suppress invalid param error for name to fix #270
    * 2018-03-19: fix header guard
    * 2018-03-06: Correct CLI options in the docs
    * 2018-01-13: AIX port : added compatibility and modified lognormalizer for AIX.
    * 2017-11-29: codestyle: correct line length to 120
    * 2017-11-29: codestyle: set max line length to 120
    * 2017-11-25: fix some very bad line length violations
    * 2017-11-25: travis: temporarily permit longer line length
    * 2017-10-19: make build with gcc7
    * 2017-10-05: es_str2cstr leak in string-to v1 parse
* 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
* Sun Mar 13 2016 astieger@suse.com
  - liblognorm 1.1.3:
    * add support for libfastjson
    * check for runaway rules
    * fix: process last line if it misses the terminating LF
* Wed Jul 22 2015 astieger@suse.com
  - liblognorm 1.1.2:
    * permit newline inside parser definition
    * new parser "cisco-interface-spec"
    * new parser "json" to process json parts of the message
    * new parser "mac48" to process mac layer addresses
    * new parser "name-value-list" (currently inofficial, experimental)
    * some parsers did incorrectly report success when an error occurred
    * call "rest" parser only if nothing else matches.
    * new API to support error callbacks
    * testbench is now enabled by default
    * bugfix: misadressing on some constant values
    * bugfix: add missing function prototypes
* Tue Mar 10 2015 astieger@suse.com
  - liblognorm 1.1.1
    * fixed library version numbering (2)
    * added new parser syntaxes
    * bugfix: function ln_parseFieldDescr() returns state value
      due to unitialized variable. This can also lead to invalid
      returning no sample node where one would have to be created.
  - add configuration to continue to build documentation
  - new tests added in this release are APACHE-2.0 licenced
* Thu Jan 22 2015 andreas.stieger@gmx.de
  - liblognorm 1.1.0:
    + added regular expression support
  - fix SLE11/12 build
* Wed Oct 22 2014 heinemannj66@gmail.com
  - Changed BuildRequires dependencies for SLES11SP3
    - BuildRequires:  libjson-c-devel
    - BuildRequires:  libestr-devel

Files

/usr/bin/lognormalizer
/usr/lib64/liblognorm.so.5
/usr/lib64/liblognorm.so.5.1.0
/usr/share/doc/packages/liblognorm5
/usr/share/doc/packages/liblognorm5/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:47:58 2024