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

Felix Yan fyan at archlinux.org
Thu Dec 17 09:58:46 UTC 2015


    Date: Thursday, December 17, 2015 @ 10:58:45
  Author: fyan
Revision: 153555

upgpkg: fail2ban 0.9.3-6

add etc/fail2ban/jail.conf into backup array

Modified:
  fail2ban/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-17 09:44:23 UTC (rev 153554)
+++ PKGBUILD	2015-12-17 09:58:45 UTC (rev 153555)
@@ -7,7 +7,7 @@
 
 pkgname=fail2ban
 pkgver=0.9.3
-pkgrel=5
+pkgrel=6
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')
@@ -15,7 +15,8 @@
 depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
 makedepends=('python-setuptools')
 checkdepends=('python-setuptools' 'python-coverage')
-backup=(etc/fail2ban/fail2ban.conf)
+backup=(etc/fail2ban/fail2ban.conf
+        etc/fail2ban/jail.conf)
 install=fail2ban.install
 source=($pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
 md5sums=('73c87c545cc6474de984b5a05e64ecab')



More information about the arch-commits mailing list