unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "ashish.is--- via Guix-patches" via <guix-patches@gnu.org>
To: 72269@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#72269] [PATCH] gnu: Add sshguard.
Date: Wed, 24 Jul 2024 09:17:18 +0000	[thread overview]
Message-ID: <3fa9d07b28c72ff84fed0a14931a35ed4f65188f.1721812638.git.ashish.is@lostca.se> (raw)

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





             reply	other threads:[~2024-07-24  9:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-24  9:17 ashish.is--- via Guix-patches via [this message]
2024-08-20  8:53 ` bug#72269: [PATCH] gnu: Add sshguard Nicolas Goaziou via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3fa9d07b28c72ff84fed0a14931a35ed4f65188f.1721812638.git.ashish.is@lostca.se \
    --to=guix-patches@gnu.org \
    --cc=72269@debbugs.gnu.org \
    --cc=ashish.is@lostca.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).