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

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


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

From: Laszlo Varady <laszlo.varady93 at gmail.com>
Date: Sun, 17 Mar 2019 19:45:38 +0100
Subject: Enable spoof source

This patch enables IP spoofing in case of UDP-based network destinations.
Once syslog-ng is built with libnet, the library becomes a mandatory
dependency for the afsocket plugin, so it has to be listed in 'depends'.

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-13 20:53:49 UTC (rev 356021)
+++ PKGBUILD	2019-06-13 20:53:50 UTC (rev 356022)
@@ -7,7 +7,7 @@
 arch=('x86_64')
 url="https://www.syslog-ng.com/products/open-source-log-management/"
 license=('GPL2' 'LGPL2.1')
-depends=('awk' 'systemd-libs' 'glib2' 'libnsl')
+depends=('awk' 'systemd-libs' 'glib2' 'libnsl' 'libnet')
 makedepends=('libxslt' 'json-c' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 'hiredis' 'libdbi')
 checkdepends=('python-nose' 'python-pylint' 'python-ply')
 optdepends=('logrotate: for rotating log files'
@@ -41,7 +41,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 --enable-smtp \
+    --with-pidfile-dir=/run --enable-spoof-source --enable-ipv6 --enable-sql --enable-smtp \
     --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
     --enable-manpages --with-jsonc=system
   make



More information about the arch-commits mailing list