summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng-curl
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/syslog-ng-curl
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/syslog-ng-curl')
-rw-r--r--sysutils/syslog-ng-curl/DESCR2
-rw-r--r--sysutils/syslog-ng-curl/Makefile5
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/syslog-ng-curl/DESCR b/sysutils/syslog-ng-curl/DESCR
index 03d56de759f..4498d3eb4c3 100644
--- a/sysutils/syslog-ng-curl/DESCR
+++ b/sysutils/syslog-ng-curl/DESCR
@@ -4,3 +4,5 @@ Syslog-ng tries to fill the gaps original syslogd's were lacking:
* message integrity, message encryption
* portability
* better network forwarding
+
+This package contains the curl module.
diff --git a/sysutils/syslog-ng-curl/Makefile b/sysutils/syslog-ng-curl/Makefile
index a99ff0fbe68..09e3dfdbdd8 100644
--- a/sysutils/syslog-ng-curl/Makefile
+++ b/sysutils/syslog-ng-curl/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2021/04/21 13:25:25 adam Exp $
+# $NetBSD: Makefile,v 1.23 2021/09/16 09:22:47 wiz Exp $
SYSLOG_MOD= http
COMMENT= Syslog-ng curl module
-PKGREVISION= 11
-.include "../../sysutils/syslog-ng/Makefile.module"
+.include "../../sysutils/syslog-ng/module.mk"
CONFIGURE_ARGS+= --enable-http
CONFIGURE_ARGS+= --with-libcurl=${BUILDLINK_PREFIX.curl}