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

Florian Pritz bluewind at archlinux.org
Sat Jan 25 14:56:12 UTC 2020


    Date: Saturday, January 25, 2020 @ 14:56:11
  Author: bluewind
Revision: 373915

Hotfix FS#65206 - [syslog-ng] 3.25.1-2 doesn't log anything

This hardcodes a dependency on libcap 2.28 because I hope that the underlying
bug will be fixed soon. If necessary I will create a libcap 2.28 package, but
for now this has been downloaded and installed into the build chroot manually.
Rebuilding this package without manual intervention will fail.

upgpkg: syslog-ng 3.25.1-3

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-25 12:31:07 UTC (rev 373914)
+++ PKGBUILD	2020-01-25 14:56:11 UTC (rev 373915)
@@ -2,14 +2,16 @@
 
 pkgname=syslog-ng
 pkgver=3.25.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities"
 arch=('x86_64')
 url="https://www.syslog-ng.com/products/open-source-log-management/"
 license=('GPL2' 'LGPL2.1')
 depends=('awk' 'systemd-libs' 'glib2' 'libnsl' 'json-c' 'curl' 'libnet')
+# XXX: Depends on libcap-2.28 due to https://bugs.archlinux.org/task/65206
+#      Get the pkg from: https://archive.archlinux.org/repos/2020/01/07/core/os/x86_64/libcap-2.28-1-x86_64.pkg.tar.xz
 makedepends=('libxslt' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 'hiredis'
-             'libdbi' 'libmaxminddb' 'net-snmp' 'librdkafka')
+             'libdbi' 'libmaxminddb' 'net-snmp' 'librdkafka' 'libcap=2.28')
 checkdepends=('python-nose' 'python-ply')
 optdepends=('logrotate: for rotating log files'
             'libdbi: for the SQL plugin'



More information about the arch-commits mailing list