summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLászló Várady2019-06-14 11:00:48 +0200
committerLászló Várady2019-06-14 11:00:48 +0200
commitbe2569deffee68a43e0e5bfa623bae1d743de4ce (patch)
tree946427de28778fbdab6d1edea70c4f11107b7620
parent14aca758741ed7c4c97494f868a4af84656b8a95 (diff)
downloadaur-be2569deffee68a43e0e5bfa623bae1d743de4ce.tar.gz
Add plugins: SNMP destination and Kafka C destination
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 685232a8d22c..a7ce03e7ba3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syslog-ng-git
pkgdesc = Enhanced system logging daemon
- pkgver = 3.20.1.r201.gbd42c0fdc
+ pkgver = 3.21.1.r139.g442a3e22a
pkgrel = 1
url = https://www.syslog-ng.com/products/open-source-log-management/
arch = x86_64
@@ -25,6 +25,8 @@ pkgbase = syslog-ng-git
makedepends = geoip
makedepends = libmaxminddb
makedepends = mongo-c-driver
+ makedepends = net-snmp
+ makedepends = librdkafka
makedepends = java-environment=8
makedepends = gradle
makedepends = python
@@ -49,6 +51,8 @@ pkgbase = syslog-ng-git
optdepends = geoip: for the GeoIP plugin
optdepends = libmaxminddb: for the GeoIP2 plugin
optdepends = mongo-c-driver: for the MongoDB plugin
+ optdepends = net-snmp: for the SNMP plugin
+ optdepends = librdkafka: for the Kafka C plugin
optdepends = java-runtime-headless: for Java-based plugins
optdepends = python: for Python-based plugins
provides = syslog-ng
diff --git a/PKGBUILD b/PKGBUILD
index 388c8a98c127..001306ea7f33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=syslog-ng-git
_pkgname=syslog-ng
-pkgver=3.20.1.r201.gbd42c0fdc
+pkgver=3.21.1.r139.g442a3e22a
pkgrel=1
pkgdesc="Enhanced system logging daemon"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('GPL2' 'LGPL2.1')
depends=('systemd-libs' 'awk' 'glib2' 'ivykis' 'openssl' 'pcre' 'json-c' 'curl' 'libnet' 'libnsl')
makedepends=('git' 'autoconf-archive' 'libxslt' 'docbook-xsl' 'json-c' 'curl' 'libdbi' 'libesmtp'
'hiredis' 'librabbitmq-c' 'riemann-c-client' 'geoip' 'libmaxminddb' 'mongo-c-driver'
- 'java-environment=8' 'gradle' 'python')
+ 'net-snmp' 'librdkafka' 'java-environment=8' 'gradle' 'python')
checkdepends=('criterion' 'python-nose' 'python-pylint' 'python-ply' 'python-pep8')
optdepends=('logrotate: for rotating log files'
'json-c: for the JSON plugin'
@@ -25,6 +25,8 @@ optdepends=('logrotate: for rotating log files'
'geoip: for the GeoIP plugin'
'libmaxminddb: for the GeoIP2 plugin'
'mongo-c-driver: for the MongoDB plugin'
+ 'net-snmp: for the SNMP plugin'
+ 'librdkafka: for the Kafka C plugin'
'java-runtime-headless: for Java-based plugins'
'python: for Python-based plugins')
provides=("$_pkgname")