unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72269] [PATCH] gnu: Add sshguard.
@ 2024-07-24  9:17 ashish.is--- via Guix-patches via
  2024-08-20  8:53 ` bug#72269: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-07-24  9:17 UTC (permalink / raw)
  To: 72269; +Cc: Ashish SHUKLA

From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/admin.scm (sshguard): New variable.

Change-Id: I551771ff49af3e852322f2518f0758494aaedee3
---
 gnu/packages/admin.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 113b8e2481..b5cfa25c62 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -6345,3 +6345,26 @@ (define-public rdfind
 their content instead of their file names.  It is useful for compressing
 backup directories or just finding duplicate files.")
     (license license:gpl2+)))
+
+(define-public sshguard
+  (package
+    (name "sshguard")
+    (version "2.4.3")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://bitbucket.org/sshguard/sshguard.git")
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256 (base32 "1dkijr287zpwdz1bjdchxzmwf1sk6vzpkycz1skm25lkaba6nd9r"))))
+    (build-system gnu-build-system)
+    (native-inputs
+      (list autoconf automake bison flex python-docutils))
+
+    (home-page "https://sshguard.net/")
+    (synopsis "Daemon to blocks SSH brute-force attacks")
+    (description "sshguard protects hosts from brute-force attacks against SSH and
+other services.  It aggregates system logs and blocks repeat offenders using one of
+several firewall backends.")
+    (license license:isc)))

base-commit: d007b64356764f49677c78d82643f1125b5353b7
-- 
2.45.2





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

* bug#72269: [PATCH] gnu: Add sshguard.
  2024-07-24  9:17 [bug#72269] [PATCH] gnu: Add sshguard ashish.is--- via Guix-patches via
@ 2024-08-20  8:53 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-08-20  8:53 UTC (permalink / raw)
  To: 72269-done; +Cc: ashish.is

Hello,

> From: Ashish SHUKLA <ashish.is@lostca.se>
> 
> * gnu/packages/admin.scm (sshguard): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






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

end of thread, other threads:[~2024-08-20  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-24  9:17 [bug#72269] [PATCH] gnu: Add sshguard ashish.is--- via Guix-patches via
2024-08-20  8:53 ` bug#72269: " Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).