diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-12 09:22:17 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-12 09:22:17 +0100 |
commit | a21571d0234872303afffe134f6c647ad2111b20 (patch) | |
tree | a96dae8d65bd3fe7848accb01f4bdb5584f7c551 /community/sshguard | |
parent | 9dd0d82aa6daca172465dcf7e17f95090b24ccc1 (diff) | |
parent | 29b0da64a462b6c5f6871b08e344b3ffa59cbd0a (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/haskell-tar/PKGBUILD
extra/fbida/PKGBUILD
extra/kdesdk-kate/PKGBUILD
Diffstat (limited to 'community/sshguard')
-rw-r--r-- | community/sshguard/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/sshguard/PKGBUILD b/community/sshguard/PKGBUILD index 83cc5ca65..e786ec243 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' 'mips64el') #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 } |