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

Antonio Rojas arojas at archlinux.org
Fri Jun 8 22:00:50 UTC 2018


    Date: Friday, June 8, 2018 @ 22:00:49
  Author: arojas
Revision: 326503

Enable SMTP module (FS#58924)

Modified:
  syslog-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-08 20:25:10 UTC (rev 326502)
+++ PKGBUILD	2018-06-08 22:00:49 UTC (rev 326503)
@@ -3,13 +3,13 @@
 
 pkgname=syslog-ng
 pkgver=3.15.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities"
 arch=('x86_64')
 url="http://www.balabit.com/network-security/syslog-ng/"
 license=('GPL2' 'LGPL2.1')
 depends=('awk' 'systemd' 'glib2' 'libdbi' 'libnsl')
-makedepends=('libxslt' 'json-c' 'mongo-c-driver' 'librabbitmq-c' 'python')
+makedepends=('libxslt' 'json-c' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp')
 checkdepends=('python-nose' 'python-ply')
 optdepends=('logrotate: for rotating log files'
 	    'json-c: for json-plugin'
@@ -16,7 +16,8 @@
             'curl: for the HTTP module'
             'librabbitmq-c: for the AMQP plugin'            
             'mongo-c-driver: for the MongoDB plugin'
-            'python: for the Python plugin')
+            'python: for the Python plugin'
+            'libesmtp: for the SMTP plugin')
 conflicts=('eventlog')
 replaces=('eventlog')
 backup=('etc/syslog-ng/scl.conf'
@@ -39,7 +40,7 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \
     --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share \
-    --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql \
+    --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql --enable-smtp \
     --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
     --enable-manpages --with-jsonc=system --with-mongoc=system --with-librabbitmq-client=system
   make



More information about the arch-commits mailing list