GNU bug report logs -
#72269
[PATCH] gnu: Add sshguard.
Previous Next
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
[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 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)]
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.