GNU bug report logs - #72269
[PATCH] gnu: Add sshguard.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Wed, 24 Jul 2024 09:18:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#72269: closed ([PATCH] gnu: Add sshguard.)
Date: Tue, 20 Aug 2024 08:55:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 20 Aug 2024 10:53:08 +0200
with message-id <87frqzo9sb.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: Add sshguard.
has caused the debbugs.gnu.org bug report #72269,
regarding [PATCH] gnu: Add sshguard.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
72269: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72269
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: Add sshguard.
Date: Wed, 24 Jul 2024 09:17:18 +0000
From: Ashish SHUKLA <ashish.is <at> 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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 72269-done <at> debbugs.gnu.org
Cc: ashish.is <at> lostca.se
Subject: Re: [PATCH] gnu: Add sshguard.
Date: Tue, 20 Aug 2024 10:53:08 +0200
Hello,

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 273 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.