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

Florian Pritz bluewind at archlinux.org
Thu Jun 13 20:53:54 UTC 2019


    Date: Thursday, June 13, 2019 @ 20:53:53
  Author: bluewind
Revision: 356024

From: Laszlo Varady <laszlo.varady93 at gmail.com>
Date: Sun, 17 Mar 2019 19:58:49 +0100
Subject: Make dependencies json-c and curl mandatory

The HTTP and JSON plugin is used by several SCL plugins, such as
elasticsearch-http, slack, telegram, ewmm, graylog2, loggly, logmatic,
netskope and osquery, so it is better to install those 2 dependencies
by default.

Modified:
  syslog-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-13 20:53:52 UTC (rev 356023)
+++ PKGBUILD	2019-06-13 20:53:53 UTC (rev 356024)
@@ -7,13 +7,11 @@
 arch=('x86_64')
 url="https://www.syslog-ng.com/products/open-source-log-management/"
 license=('GPL2' 'LGPL2.1')
-depends=('awk' 'systemd-libs' 'glib2' 'libnsl' 'libnet')
-makedepends=('libxslt' 'json-c' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 'hiredis'
-             'curl' 'libdbi' 'geoip' 'libmaxminddb')
+depends=('awk' 'systemd-libs' 'glib2' 'libnsl' 'json-c' 'curl' 'libnet')
+makedepends=('libxslt' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 'hiredis'
+             'libdbi' 'geoip' 'libmaxminddb')
 checkdepends=('python-nose' 'python-pylint' 'python-ply')
 optdepends=('logrotate: for rotating log files'
-	    'json-c: for json-plugin'
-            'curl: for the HTTP module'
             'libdbi: for the SQL plugin'
             'librabbitmq-c: for the AMQP plugin'            
             'mongo-c-driver: for the MongoDB plugin'



More information about the arch-commits mailing list