[arch-commits] Commit in sshguard/trunk (PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Mon Feb 11 15:19:43 UTC 2013
Date: Monday, February 11, 2013 @ 16:19:42
Author: spupykin
Revision: 84142
upgpkg: sshguard 1.5-10
upd
Modified:
sshguard/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-11 15:15:31 UTC (rev 84141)
+++ PKGBUILD 2013-02-11 15:19:42 UTC (rev 84142)
@@ -4,7 +4,7 @@
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 @@
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
}
More information about the arch-commits
mailing list