summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--ip64tables-ipset-proto6-allports.conf4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 217923865c2f..f600cf1f75ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fail2ban6
pkgdesc = Bans IPs after too many failed authentication attempts (IPv6 supported based on crycode patch)
pkgver = 0.9.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.fail2ban.org/
install = fail2ban.install
arch = any
@@ -34,7 +34,7 @@ pkgbase = fail2ban6
md5sums = 1bb20dcd9db96e95c79cfe1e77f823dd
md5sums = 7785327e2fae4b051be7a82e97318010
md5sums = 6119045904445c559e9e53cb1a9c5fb0
- md5sums = 699c29dfec7528da62ccaecbdc263f6e
+ md5sums = ecf4c03116e4570281f8e0f87d5b489b
pkgname = fail2ban6
diff --git a/PKGBUILD b/PKGBUILD
index af4afc8fe97b..9f907ce11405 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=fail2ban6
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
provides=(fail2ban)
conflicts=(fail2ban)
pkgdesc='Bans IPs after too many failed authentication attempts (IPv6 supported based on crycode patch)'
@@ -37,7 +37,7 @@ md5sums=('8758789d40366f5e212b4e6b629297d1'
'1bb20dcd9db96e95c79cfe1e77f823dd'
'7785327e2fae4b051be7a82e97318010'
'6119045904445c559e9e53cb1a9c5fb0'
- '699c29dfec7528da62ccaecbdc263f6e')
+ 'ecf4c03116e4570281f8e0f87d5b489b')
check() {
cd fail2ban-$pkgver
diff --git a/ip64tables-ipset-proto6-allports.conf b/ip64tables-ipset-proto6-allports.conf
index f077da876efe..a4d8ac352a85 100644
--- a/ip64tables-ipset-proto6-allports.conf
+++ b/ip64tables-ipset-proto6-allports.conf
@@ -45,7 +45,7 @@ actionstop = <iptables> -D <chain> -m set --match-set f2b-<name> src -j <blockty
# Tags: See jail.conf(5) man page
# Values: CMD
#
-actionban = ipset add f2b-<name> <ip> timeout <bantime> -exist
+actionban = ip64set add f2b-<name> <ip> timeout <bantime> -exist
# Option: actionunban
# Notes.: command executed when unbanning an IP. Take care that the
@@ -53,7 +53,7 @@ actionban = ipset add f2b-<name> <ip> timeout <bantime> -exist
# Tags: See jail.conf(5) man page
# Values: CMD
#
-actionunban = ipset del f2b-<name> <ip> -exist
+actionunban = ip64set del f2b-<name> <ip> -exist
[Init]