Date: Thursday, August 21, 2014 @ 17:17:53 Author: seblu Revision: 220507
upgpkg: ulogd 2.0.4-2 - fix FS#41402 Modified: ulogd/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-21 14:54:27 UTC (rev 220506) +++ PKGBUILD 2014-08-21 15:17:53 UTC (rev 220507) @@ -1,12 +1,11 @@ # $Id$ -# Maintainer: Sergej Pupykin <[email protected]> -# Maintainer: Sébastien Luttringer +# Maintainer: Sébastien "Seblu" Luttringer <[email protected]> +# Contributor: Sergej Pupykin <[email protected]> # Contributor: Dale Blount <[email protected]> -# Contributor: Sergej Pupykin <[email protected]> pkgname=ulogd pkgver=2.0.4 -pkgrel=1 +pkgrel=2 pkgdesc='Userspace Packet Logging for netfilter' arch=('i686' 'x86_64') url='http://www.netfilter.org/projects/ulogd/index.html' @@ -21,8 +20,14 @@ 'libpcap' 'libdbi' 'postgresql-libs' - 'sqlite') -optdepends=("${makedepends[@]}") + 'sqlite' + 'jansson') +optdepends=('libmariadbclient: MySQL databases support' + 'sqlite: SQLite3 databases support' + 'postgresql-libs: PostgreSQL databases support' + 'libdbi: DBI abstraction databases support' + 'libpcap: PCAP output support' + 'jansson: JSON output support') source=("http://www.netfilter.org/projects/ulogd/files/$pkgname-$pkgver.tar.bz2"{,.sig} "$pkgname.logrotate" "$pkgname.conf"
