summaryrefslogtreecommitdiff
path: root/community/sshguard/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-12 00:04:34 -0800
committerroot <root@rshg054.dnsready.net>2013-02-12 00:04:34 -0800
commit29b0da64a462b6c5f6871b08e344b3ffa59cbd0a (patch)
tree04cea11e63b50c73d69608a28aba9b385b91ac4b /community/sshguard/PKGBUILD
parent2f683af35de4700b21e19b28aebfa229da60e090 (diff)
Tue Feb 12 00:04:33 PST 2013
Diffstat (limited to 'community/sshguard/PKGBUILD')
-rw-r--r--community/sshguard/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/sshguard/PKGBUILD b/community/sshguard/PKGBUILD
index f52725501..d67de08e9 100644
--- a/community/sshguard/PKGBUILD
+++ b/community/sshguard/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 80462 2012-11-22 08:40:25Z mtorromeo $
+# $Id: PKGBUILD 84143 2013-02-11 15:20:18Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=sshguard
pkgver=1.5
-pkgrel=9
+pkgrel=10
pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables"
arch=('i686' 'x86_64')
#url="http://sourceforge.net/projects/sshguard/"
@@ -26,6 +26,7 @@ sha256sums=('b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19'
build() {
cd "$srcdir/$pkgname-$pkgver"
+ sed -i 's|^DAYNO.*|DAYNO [0-9]?[1-9]|' src/parser/attack_scanner.l
./configure --prefix=/usr --with-firewall=iptables
make
}