2016-08-09 13:52:29 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update sysutils/liblognorm to 2.0.1.
Version 2.0.1, 2016-08-01
- fix public headers, which invalidly contained a strndup()
definition
- fix some issues in pkgconfig file
- enhance build system to natively support systems with older
autoconf versions and/or missing autoconf-archive.
Version 2.0.0, 2016-07-21
- completely rewritten, much feature-enhanced version
- requires libfastjson instead of json-c
- big improvements to testbench runs, especially on travis
- lognormalizer tool can now handle lines larger 10k characters
|
2016-03-09 21:45:44 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update sysutils/liblognorm to 1.1.3.
- add support for libfastjson
- make work on Solaris
- check for runaway rules.
- fix: process last line if it misses the terminating LF
|
2016-02-16 16:17:51 by Filip Hajny | Files touched by this commit (1) |
Log message:
Fix deps missing from bl3.
|
2015-11-04 02:32:42 by Alistair G. Crooks | Files touched by this commit (499) |
Log message:
Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-10-12 12:06:26 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update sysutils/liblognorm to 1.1.2.
Version 1.1.2, 2015-07-20
- 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
|
2015-04-07 16:47:11 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update liblognorm to 1.1.1.
Version 1.1.1, 2015-03-09
- fixed library version numbering
- 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.
|
2015-01-16 17:37:41 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update liblognorm to 1.1.0.
- added regular expression support
use this feature with great care, as it thrashes performance
- fix build problem when --enable-debug was set
|
2014-09-04 21:53:36 by Filip Hajny | Files touched by this commit (5) |
Log message:
Import liblognorm-1.0.1 as sysutils/liblognorm.
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.
|