summaryrefslogtreecommitdiff
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-09-16 09:22:46 +0000
committerwiz <wiz@pkgsrc.org>2021-09-16 09:22:46 +0000
commitbad85c228dec82659fede439963c669f55a52a3b (patch)
treef023345674e059d29517601e51a59e737552569a /sysutils/Makefile
parent7b3a5dc9930456b703a6549ff68bafbdcae0bec3 (diff)
downloadpkgsrc-bad85c228dec82659fede439963c669f55a52a3b.tar.gz
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
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index f21eaad0f43..b52fc93253b 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.966 2021/09/04 20:28:42 maya Exp $
+# $NetBSD: Makefile,v 1.967 2021/09/16 09:22:46 wiz Exp $
#
COMMENT= System utilities
@@ -662,7 +662,7 @@ SUBDIR+= sysinfo
SUBDIR+= syslog-ng
SUBDIR+= syslog-ng-amqp
SUBDIR+= syslog-ng-curl
-SUBDIR+= syslog-ng-geoip
+SUBDIR+= syslog-ng-geoip2
SUBDIR+= syslog-ng-mongodb
SUBDIR+= syslog-ng-redis
SUBDIR+= syslog-ng-smtp