Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / fail2ban


Commits:
1bb23a96 by Felix Yan at 2024-04-24T19:21:07+03:00
upgpkg: 1.0.2-7: fix 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = fail2ban
        pkgdesc = Bans IPs after too many failed authentication attempts
        pkgver = 1.0.2
-       pkgrel = 6
+       pkgrel = 7
        url = https://www.fail2ban.org/
        arch = any
        license = GPL


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
 
 pkgname=fail2ban
 pkgver=1.0.2
-pkgrel=6
+pkgrel=7
 pkgdesc='Bans IPs after too many failed authentication attempts'
 arch=('any')
 url='https://www.fail2ban.org/'
@@ -37,6 +37,9 @@ validpgpkeys=('E6C3F631FBDA716B070C6ED94141C485A81A88CB') # 
Sergey G. Brester (s
 
 prepare() {
   cd $pkgname
+  # Fix missing fail2ban.compat module 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/issues/1
+  git cherry-pick --no-commit 77b052fdea51fe20cc6d56f3a11d59ce32e753ed
+
   sed -i 's|self.install_dir|"/usr/bin"|' setup.py
   sed -i 's/^before = paths-debian.conf/before = paths-arch.conf/' 
config/jail.conf
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/commit/1bb23a96afa4d8a668d0e09c89a24c6e6ae6e791

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/commit/1bb23a96afa4d8a668d0e09c89a24c6e6ae6e791
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to