From 09747d7919a2abaaadbb827c3773cc82c3acdf42 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 1 Aug 2021 15:19:34 +0200 Subject: [PATCH 1/5] fail2ban: update to version 0.11.2 --- srcpkgs/fail2ban/files/fail2ban/run | 2 +- srcpkgs/fail2ban/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fail2ban/files/fail2ban/run b/srcpkgs/fail2ban/files/fail2ban/run index c8e9a5b60f6d..415e97753519 100755 --- a/srcpkgs/fail2ban/files/fail2ban/run +++ b/srcpkgs/fail2ban/files/fail2ban/run @@ -1,4 +1,4 @@ #!/bin/sh -mkdir -p /var/run/fail2ban +mkdir -p /var/run/fail2ban /var/lib/fail2ban exec fail2ban-server -f diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index 2b8fe877a8be..74856be408c9 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -1,7 +1,7 @@ # Template file for 'fail2ban' pkgname=fail2ban -version=0.11.1 -revision=2 +version=0.11.2 +revision=1 build_style=python3-module hostmakedepends="pkg-config python3" depends="python3" @@ -10,7 +10,7 @@ maintainer="necrophcodr " license="GPL-2.0-only" homepage="http://www.fail2ban.org/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" -checksum=71d2a52b66bb0f87ac3812246bdd3819ec561913cd44afd39130a342f043aa6d +checksum=383108e5f8644cefb288537950923b7520f642e7e114efb843f6e7ea9268b1e0 conf_files=" /etc/fail2ban/fail2ban.conf /etc/fail2ban/jail.conf From 6613d83edcd129099c103ecb4dd0f7c581e7fffe Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 1 Aug 2021 16:22:39 +0200 Subject: [PATCH 2/5] fail2ban: update to version 0.11.2 --- srcpkgs/fail2ban/files/fail2ban/run | 2 +- srcpkgs/fail2ban/template | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/fail2ban/files/fail2ban/run b/srcpkgs/fail2ban/files/fail2ban/run index 415e97753519..c8e9a5b60f6d 100755 --- a/srcpkgs/fail2ban/files/fail2ban/run +++ b/srcpkgs/fail2ban/files/fail2ban/run @@ -1,4 +1,4 @@ #!/bin/sh -mkdir -p /var/run/fail2ban /var/lib/fail2ban +mkdir -p /var/run/fail2ban exec fail2ban-server -f diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index 74856be408c9..44cf37af4917 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -16,6 +16,7 @@ conf_files=" /etc/fail2ban/jail.conf /etc/fail2ban/action.d/*.conf /etc/fail2ban/filter.d/*.conf" +make_dirs="/var/lib/fail2ban 0700 root root" pre_build() { ./fail2ban-2to3 From f3c117c9a81d5baabfcf0977cf08970f5192134d Mon Sep 17 00:00:00 2001 From: ftpd Date: Tue, 3 Aug 2021 09:38:04 +0200 Subject: [PATCH 3/5] Update srcpkgs/fail2ban/template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Érico Nogueira Rolim <34201958+ericonr@users.noreply.github.com> --- srcpkgs/fail2ban/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index 44cf37af4917..89b0dad92840 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -8,7 +8,7 @@ depends="python3" short_desc="Authentication failure monitor system" maintainer="necrophcodr " license="GPL-2.0-only" -homepage="http://www.fail2ban.org/" +homepage="https://www.fail2ban.org/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" checksum=383108e5f8644cefb288537950923b7520f642e7e114efb843f6e7ea9268b1e0 conf_files=" From b1d734f668d416fd8692fe663de893bacfeb63aa Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 3 Aug 2021 09:45:59 +0200 Subject: [PATCH 4/5] fail2ban: update to version 0.11.2 --- srcpkgs/fail2ban/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index 89b0dad92840..4abc63302393 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -9,7 +9,8 @@ short_desc="Authentication failure monitor system" maintainer="necrophcodr " license="GPL-2.0-only" homepage="https://www.fail2ban.org/" -distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" +changelog="https://raw.githubusercontent.com/fail2ban/fail2ban/master/ChangeLog" +distfiles="https://github.com/fail2ban/fail2ban/archive/${version}.tar.gz" checksum=383108e5f8644cefb288537950923b7520f642e7e114efb843f6e7ea9268b1e0 conf_files=" /etc/fail2ban/fail2ban.conf From b9df81be145df89628e35a26ca2bdcaf72f14d9d Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 3 Aug 2021 09:48:35 +0200 Subject: [PATCH 5/5] fail2ban: update to version 0.11.2 --- srcpkgs/fail2ban/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index 2b8fe877a8be..4abc63302393 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -1,21 +1,23 @@ # Template file for 'fail2ban' pkgname=fail2ban -version=0.11.1 -revision=2 +version=0.11.2 +revision=1 build_style=python3-module hostmakedepends="pkg-config python3" depends="python3" short_desc="Authentication failure monitor system" maintainer="necrophcodr " license="GPL-2.0-only" -homepage="http://www.fail2ban.org/" -distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" -checksum=71d2a52b66bb0f87ac3812246bdd3819ec561913cd44afd39130a342f043aa6d +homepage="https://www.fail2ban.org/" +changelog="https://raw.githubusercontent.com/fail2ban/fail2ban/master/ChangeLog" +distfiles="https://github.com/fail2ban/fail2ban/archive/${version}.tar.gz" +checksum=383108e5f8644cefb288537950923b7520f642e7e114efb843f6e7ea9268b1e0 conf_files=" /etc/fail2ban/fail2ban.conf /etc/fail2ban/jail.conf /etc/fail2ban/action.d/*.conf /etc/fail2ban/filter.d/*.conf" +make_dirs="/var/lib/fail2ban 0700 root root" pre_build() { ./fail2ban-2to3