summaryrefslogtreecommitdiff
path: root/community/rsyslog/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rsyslog/PKGBUILD')
-rw-r--r--community/rsyslog/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD
index 41a7a0525..68fed6fab 100644
--- a/community/rsyslog/PKGBUILD
+++ b/community/rsyslog/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 92529 2013-06-07 17:30:50Z spupykin $
+# $Id: PKGBUILD 92920 2013-06-19 10:05:52Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=rsyslog
-pkgver=7.4.0
-pkgrel=2
+pkgver=7.4.1
+pkgrel=1
pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability"
url="http://www.rsyslog.com/"
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd')
makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
'python-docutils')
optdepends=('postgresql-libs: PostgreSQL Database Support'
@@ -22,7 +22,7 @@ options=('strip' 'zipman' '!libtool')
source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz"
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('5bd05354331f4955337d8e4bc64db985'
+md5sums=('8e0e868a425bfa5c2c13bdc28338e1af'
'0d990373f5c70ddee989296007b4df5b'
'd61dd424e660eb16401121eed20d98bc')
@@ -37,10 +37,13 @@ build() {
--enable-snmp \
--enable-gnutls \
--enable-inet \
+ --enable-imjournal \
+ --enable-omjournal \
--with-systemdsystemunitdir=/usr/lib/systemd/system
echo "rsyslogd_LDADD += \$(LIBESTR_LIBS) -lm" >>tools/Makefile
make
}
+
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make install DESTDIR=${pkgdir}