2021-09-16 14:02:13 by Thomas Klausner | Files touched by this commit (4) |
Log message:
syslog-ng: simplify patch for upstreaming, and add pull request URL
|
2021-09-16 11:32:03 by Thomas Klausner | Files touched by this commit (3) |
Log message:
syslog-ng: add upstream pull request link
|
2021-09-16 11:25:26 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
syslog-ng: update path in comment
|
2021-09-16 11:22:48 by Thomas Klausner | Files touched by this commit (27) | |
Log message:
syslog-ng: update to 3.34.1
Based on package provided by Peter Czanik in PR 56406.
Changes below are for 3.34.1 only, the other 16 releases before
that are not summarized.
3.34.1
======
## Highlights
* `regexp-parser()`: new parser that can parse messages with regular expressions
* `redis()`: `workers()` and batching support
The Redis driver now support the `workers()` option, which specifies the
number of parallel workers, and the `batch-lines()` option.
This could drastically increase the throughput of the Redis destination driver.
* `mqtt()`: TLS and WebSocket Secure support
The MQTT destination now supports TLS and WSS.
## Features
* `system()` source: added support for NetBSD
* `stats`: new statistics counter
* `mqtt()`: username/password authentication
* `mqtt()`: new option `http-proxy()` for specifying HTTP/HTTPS proxy for \
WebSocket connections
([#3747](https://github.com/syslog-ng/syslog-ng/pull/3747))
* `syslog-ng-ctl`: new flag for pruning statistics
* `disk-buffer()`: added a new option to reliable disk-buffer: `qout-size()`.
## Bugfixes
* `network(), syslog()`: fixed network sources on NetBSD
* `disk-buffer()`: fixed a very rare case, where the reliable disk-buffer never \
resumed
after triggering `flow-control`.
* `disk-buffer()`: fixed a rare memory leak that occurred when `mem-buf-length()`
or `mem-buf-size()` was configured incorrectly
* `redis()`: fixed command errors that were not detected and marked as \
successful delivery
|
2021-01-18 11:19:47 by Nia Alarie | Files touched by this commit (1) |
Log message:
syslog-ng: Explicitly disable systemd
|
2020-10-21 21:46:14 by Nia Alarie | Files touched by this commit (1) |
Log message:
syslog-ng: Add yacc to USE_TOOLS
|
2020-05-31 19:30:17 by Roland Illig | Files touched by this commit (2) |
Log message:
sysutils/syslog-ng: remove unknown configure option
|
2020-05-19 14:09:09 by Nia Alarie | Files touched by this commit (23) |
Log message:
Recursive revbump for json-c-0.14
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|