summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey D2014-05-29 08:10:29 +0400
committerAlexey D2015-07-05 14:24:37 +0300
commitd8f02bf28c39aabf79967862e6651d8cd1e6e522 (patch)
tree6d2f9e1206fae0e9a52effe0a0e002d5a638118f
parent1b58893fe249b484aac93fa536644bdcb79f49e8 (diff)
downloadaur-d8f02bf28c39aabf79967862e6651d8cd1e6e522.tar.gz
version 3.5.3-4
-rw-r--r--.AURINFO39
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
3 files changed, 43 insertions, 3 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..0f52d2980527
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,39 @@
+pkgbase = syslog-ng-nosystemd
+ pkgdesc = Next-generation syslogd with advanced networking and filtering capabilities
+ pkgver = 3.5.3
+ pkgrel = 4
+ url = http://www.balabit.com/network-security/syslog-ng/
+ arch = i686
+ arch = x86_64
+ groups = eudev-base
+ license = GPL2
+ license = LGPL2.1
+ makedepends = flex
+ makedepends = pkg-config
+ makedepends = python2
+ makedepends = libxslt
+ depends = awk
+ depends = eventlog
+ depends = glib2
+ depends = libcap
+ depends = openssl
+ depends = udev
+ optdepends = logrotate: for rotating log files
+ optdepends = syslog-ng-openrc: syslog-ng openrc initscript
+ provides = syslog-ng=3.5.3
+ conflicts = syslog-ng
+ conflicts = syslog-ng-eudev
+ replaces = syslog-ng
+ replaces = syslog-ng-eudev
+ source = http://www.balabit.com/downloads/files/syslog-ng/sources/3.5.3/source/syslog-ng_3.5.3.tar.gz
+ source = syslog-ng.conf
+ source = syslog-ng.conf.d
+ source = syslog-ng.logrotate
+ source = syslog-ng.rc
+ backup = etc/syslog-ng/scl.conf
+ backup = etc/syslog-ng/syslog-ng.conf
+ backup = etc/conf.d/syslog-ng
+ backup = etc/logrotate.d/syslog-ng
+
+pkgname = syslog-ng-nosystemd
+
diff --git a/.SRCINFO b/.SRCINFO
index 66525b0a6e54..ad1cf29a3919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = syslog-ng-nosystemd
pkgdesc = Next-generation syslogd with advanced networking and filtering capabilities
pkgver = 3.5.3
- pkgrel = 3
+ pkgrel = 4
url = http://www.balabit.com/network-security/syslog-ng/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6d9c8c295395..16b13619b918 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=syslog-ng-nosystemd
pkgver=3.5.3
-pkgrel=3
+pkgrel=4
pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
@@ -46,7 +46,8 @@ build() {
--with-pidfile-dir=/run \
--disable-spoof-source \
--enable-ipv6 \
- --disable-systemd
+ --disable-systemd \
+ --disable-json # non-buildable with current json-c package version
make
}