diff options
Diffstat (limited to 'community/sshguard/PKGBUILD')
-rw-r--r-- | community/sshguard/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/sshguard/PKGBUILD b/community/sshguard/PKGBUILD index e930bb220..ef71cd6d2 100644 --- a/community/sshguard/PKGBUILD +++ b/community/sshguard/PKGBUILD @@ -1,12 +1,11 @@ -# $Id: PKGBUILD 78777 2012-10-24 13:36:34Z mtorromeo $ +# $Id: PKGBUILD 79972 2012-11-15 09:06:26Z mtorromeo $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> -# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=sshguard pkgver=1.5 -pkgrel=7 -pkgdesc="brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip with iptables" +pkgrel=8 +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/" url="http://www.sshguard.net/" @@ -23,7 +22,7 @@ sha256sums=('b537f8765455fdf8424f87d4bd695e5b675b88e5d164865452137947093e7e19' 'a810da878e40be8616a93c9984e7dbd3700367d665b78b8aa2498228bb33cb6e' '66f28e2cc81e5686f8fd5c0d5a5015d7feecbe018a259f4032cfbacf6fe8d1c3' '12e576713f7ed9c87cc36417fd8bb8dd613b9d27f06cae9dd0a1aae9ca65acd7' - 'b1ebc5dd10374a790c7d06419694143bffa019a7c65c8a7b2541487aecec574d') + '9491c4cd23d789dd04af551e16dc123f1517ca02ad3539f25715bbeec70ee21e') build() { cd "$srcdir/$pkgname-$pkgver" |