Package Details: fail2ban-git 0.10.4.r327.g1e59d53b-1

Git Clone URL: https://aur.archlinux.org/fail2ban-git.git (read-only, click to copy)
Package Base: fail2ban-git
Description: Bans IPs after too many failed authentication attempts (git version)
Upstream URL: http://www.fail2ban.org/
Licenses: GPL
Conflicts: fail2ban
Provides: fail2ban
Submitter: ImNtReal
Maintainer: None
Last Packager: LinRs
Votes: 1
Popularity: 0.000000
First Submitted: 2017-02-15 13:45 (UTC)
Last Updated: 2019-03-30 09:11 (UTC)

Required by (7)

Sources (1)

Latest Comments

ImNtReal commented on 2017-11-29 21:13 (UTC)

I'm not using the -git version, anymore, so I'll leave it here if someone else wants it.

Kubax commented on 2017-11-28 09:58 (UTC)

Here is a fix for the Build Problem. diff --git a/PKGBUILD b/PKGBUILD index ed30686..70fff8a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ # Contributor: nbags <neilbags@gmail.com> pkgname=fail2ban-git -pkgver=r4023.a4ec017d +pkgver=r4351.fdcd847f pkgrel=1 pkgdesc='Bans IPs after too many failed authentication attempts (git version)' url='http://www.fail2ban.org/' @@ -43,7 +43,7 @@ package() { cd "${pkgname}" python setup.py install --prefix /usr --root "${pkgdir}" --optimize=1 - chmod 644 "${pkgdir}/usr/lib/python3.6/site-packages/fail2ban-0.10.0a2-py3.6.egg-info"/* + chmod 644 "${pkgdir}/usr/lib/python3.6/site-packages/fail2ban-0.11.0.dev0-py3.6.egg-info"/* install -Dm644 files/fail2ban.service \ "${pkgdir}"/usr/lib/systemd/system/fail2ban.service Also second run of makepkg stops in prepare because of calling fail2ban-2to3 seccond time on the files.