Date: Sunday, February 2, 2014 @ 13:00:13 Author: bpiotrowski Revision: 105176
upgpkg: fail2ban 0.8.12-2 add whois and python2-pyinotify to depends array Modified: fail2ban/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-02 11:53:40 UTC (rev 105175) +++ PKGBUILD 2014-02-02 12:00:13 UTC (rev 105176) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Bartłomiej Piotrowski <[email protected]> +# Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: Geoffroy Carrier <[email protected]> # Contributor: michalzxc # Contributor: nbags <[email protected]> @@ -6,12 +6,12 @@ pkgname=fail2ban pkgver=0.8.12 -pkgrel=1 -pkgdesc='Bans IPs after too many failed authentication attempts against common daemons' +pkgrel=2 +pkgdesc='Bans IPs after too many failed authentication attempts' url='http://www.fail2ban.org/' license=('GPL') arch=('any') -depends=('python2' 'iptables') +depends=('python2' 'iptables' 'python2-pyinotify' 'whois') backup=(etc/fail2ban/fail2ban.conf etc/fail2ban/jail.conf) install=fail2ban.install
