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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Feb 2 12:00:13 UTC 2014


    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 <nospam at bpiotrowski.pl>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
 # Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
 # Contributor: michalzxc
 # Contributor: nbags <neilbags at gmail.com>
@@ -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




More information about the arch-commits mailing list