diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-05-16 15:00:19 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-05-16 15:00:19 +0000 |
commit | 90b090ceedd865b88c01d77b4129535fe3d285d1 (patch) | |
tree | b0c7c5fe38213921a752cfe76852d2a6beb52e92 /sysutils/rsyslog-mysql | |
parent | d5c137ab4e4163bc184e452fe0e4a7046740081a (diff) | |
download | pkgsrc-90b090ceedd865b88c01d77b4129535fe3d285d1.tar.gz |
sysutils/rsyslog*: Update to 8.35.0.
- imptcp: add ability to configure socket backlog
- omfile: do not permit filename that only consists of whitespace
- fmhash: new hash function module
- some better error messages
- imklog: add ratelimiting capability
- omkafka: added impstats counters for librdkafka returned statistics
- imudp
* use rsyslog message rate-limiter instead of home-grown one
* add stats counter "disallowed"
- imrelp: add parameter "oversizeMode"
- core: consistent handling of oversize input messages
- omfwd: add support for bind-to-address for UDP
- template systemd service file proposes higher permitted file handle
limit
- imuxsock: replace select() call by poll()
- nsdsel_ptcp: replace select() by poll()
- omprog: refactor tests, fix child closing issues
- core: config optimizer did not handle call_indirect
- debug support: add capability to print testbench-specific timeout
reports
- mmgrok: fix potential segfault
- imrelp bugfix: maxDataSize could be set lower than maxMessageSize
- build system bugfix: build broken if liblogging-stdlog installed in
custom path
- core bugfix: segfault on queue shutdown
- imfile bugfix: statefiles contain invalid JSON
- omfile bugfix: segfault if empty filename was given
- fix build issues when atomic operations are not present
- lmsig_ksils12 bugfix: build and static analyzer issues
- impstats bugfix: segfault if bound to non-existing ruleset
- mmjsonparse bugfix: invalid container name was not detected
- mmkubernetes bugfixes: fix lnrules, add defaults, add test
- build system bugfix: --enable-atomic-operations did not work
- bugfix: rsyslog aborts on startup when specific config errors are
made
- build system: remove no longer needed --enable-libcurl configure
Diffstat (limited to 'sysutils/rsyslog-mysql')
-rw-r--r-- | sysutils/rsyslog-mysql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/rsyslog-mysql/Makefile b/sysutils/rsyslog-mysql/Makefile index 967e7bfa8f2..568d861b44d 100644 --- a/sysutils/rsyslog-mysql/Makefile +++ b/sysutils/rsyslog-mysql/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2018/04/29 21:32:04 adam Exp $ +# $NetBSD: Makefile,v 1.3 2018/05/16 15:00:19 fhajny Exp $ # RSYSLOG_MOD= mysql PKGNAME= ${DISTNAME:S/rsyslog/rsyslog-${RSYSLOG_MOD}/} -PKGREVISION= 1 DEPENDS+= rsyslog>=${PKGVERSION_NOREV}:../../sysutils/rsyslog |