[arch-commits] Commit in syslog-ng/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Tue Jun 25 17:53:42 UTC 2019


    Date: Tuesday, June 25, 2019 @ 17:53:41
  Author: bluewind
Revision: 356917

Add new plugin: SNMP destination

From: Laszlo Varady <laszlo.varady93 at gmail.com>
Date: Fri, 14 Jun 2019 11:20:41 +0200

Modified:
  syslog-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-25 17:52:47 UTC (rev 356916)
+++ PKGBUILD	2019-06-25 17:53:41 UTC (rev 356917)
@@ -9,7 +9,7 @@
 license=('GPL2' 'LGPL2.1')
 depends=('awk' 'systemd-libs' 'glib2' 'libnsl' 'json-c' 'curl' 'libnet')
 makedepends=('libxslt' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 'hiredis'
-             'libdbi' 'geoip' 'libmaxminddb')
+             'libdbi' 'geoip' 'libmaxminddb' 'net-snmp')
 checkdepends=('python-nose' 'python-pylint' 'python-ply')
 optdepends=('logrotate: for rotating log files'
             'libdbi: for the SQL plugin'
@@ -20,6 +20,7 @@
             'hiredis: for the Redis plugin'
             'geoip: for the GeoIP plugin'
             'libmaxminddb: for the GeoIP2 plugin'
+            'net-snmp: for the SNMP plugin'
             'python: for Python-based plugins')
 conflicts=('eventlog')
 replaces=('eventlog')



More information about the arch-commits mailing list