Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fail2ban: add man pages
@ 2024-01-20  9:01 AnInternetTroll
  2024-01-20 15:41 ` dkwo
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: AnInternetTroll @ 2024-01-20  9:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 503 bytes --]

There is a new pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages user/luca/fail2ban-man
https://github.com/void-linux/void-packages/pull/48297

fail2ban: add man pages
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86\_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/48297.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/fail2ban-man-48297.patch --]
[-- Type: text/x-diff, Size: 1184 bytes --]

From d154622dd1771f5699984a97e68f64d49b927dec Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sat, 20 Jan 2024 10:00:13 +0100
Subject: [PATCH] fail2ban: add man pages

---
 srcpkgs/fail2ban/template | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index d0842770dc1f0..ccf8db23efa60 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,7 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=1.0.2
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"
 depends="python3-pyasynchat"
@@ -18,6 +18,7 @@ conf_files="
  /etc/fail2ban/action.d/*.conf
  /etc/fail2ban/filter.d/*.conf"
 make_dirs="/var/lib/fail2ban 0700 root root"
+make_check="no"
 
 pre_build() {
 	./fail2ban-2to3
@@ -26,4 +27,11 @@ pre_build() {
 post_install() {
 	rm -rf ${DESTDIR}/${py3_sitelib}/fail2ban/tests
 	vsv fail2ban
+	vman man/fail2ban-client.1
+	vman man/fail2ban-python.1
+	vman man/fail2ban-regex.1
+	vman man/fail2ban-server.1
+	vman man/fail2ban-testcases.1
+	vman man/fail2ban.1
+	vman man/jail.conf.5
 }

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-05-31 22:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-20  9:01 [PR PATCH] fail2ban: add man pages AnInternetTroll
2024-01-20 15:41 ` dkwo
2024-01-20 21:44 ` [PR PATCH] [Updated] " AnInternetTroll
2024-01-20 21:46 ` AnInternetTroll
2024-01-26 19:08 ` [PR PATCH] [Updated] " AnInternetTroll
2024-02-07 21:20 ` AnInternetTroll
2024-03-21 19:03 ` AnInternetTroll
2024-03-21 19:19 ` AnInternetTroll
2024-03-21 21:13 ` AnInternetTroll
2024-05-31 19:00 ` [PR REVIEW] " classabbyamp
2024-05-31 19:37 ` [PR PATCH] [Updated] " AnInternetTroll
2024-05-31 21:45 ` AnInternetTroll
2024-05-31 21:58 ` AnInternetTroll
2024-05-31 22:00 ` AnInternetTroll
2024-05-31 22:03 ` [PR PATCH] [Updated] [WIP] fail2ban: update to 1.1.0 AnInternetTroll

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).