Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
fail2ban
Commits:
e8070b20 by Antonio Rojas at 2025-12-26T12:23:43+01:00
upgpkg: 1.1.0-8: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = fail2ban
pkgdesc = Bans IPs after too many failed authentication attempts
pkgver = 1.1.0
- pkgrel = 7
+ pkgrel = 8
url = https://www.fail2ban.org/
arch = any
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=fail2ban
pkgver=1.1.0
-pkgrel=7
+pkgrel=8
pkgdesc='Bans IPs after too many failed authentication attempts'
arch=('any')
url='https://www.fail2ban.org/'
@@ -52,6 +52,9 @@ prepare() {
# openssh 9.8 compatibility
git cherry-pick -n 2fed408c05ac5206b490368d94599869bd6a056d
+ # fix tests
+ git cherry-pick -n 5b6c13f0aae79a23d94570bacd1b5796e57f088d
+
# restore directories no longer installed after switch to PEP 517
patch --forward --strip=1 --input=../extend-tmpfiles.patch
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/commit/e8070b2083caee4f55e428e6198793e738d168d9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/commit/e8070b2083caee4f55e428e6198793e738d168d9
You're receiving this email because of your account on gitlab.archlinux.org.