GNU bug report logs -
#78090
[PATCH v3] gnu: sshguard: Fix sshguard.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 02 Jun 2025 10:54:07 +0200
with message-id <87bjr6r0b4.fsf_-_ <at> inria.fr>
and subject line Re: bug#78090: [PATCH v3] gnu: sshguard: Fix sshguard.
has caused the debbugs.gnu.org bug report #78090,
regarding [PATCH v3] gnu: sshguard: Fix sshguard.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78090: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78090
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/admin.scm (sshguard): Update to 2.5.0.
Change-Id: Iadcb0dbb5f7c622d6cb02aff983d88d46cbd5719
---
gnu/packages/admin.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index d7ae926809..877553f9f7 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -72,7 +72,7 @@
;;; Copyright © 2024 nathan <nathan_mail <at> nborghese.com>
;;; Copyright © 2024 Nikita Domnitskii <nikita <at> domnitskii.me>
;;; Copyright © 2024 Roman Scherer <roman <at> burningswell.com>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10 <at> gmail.com>
;;; Copyright © 2025 Dariqq <dariqq <at> posteo.net>
;;; Copyright © 2024 nik gaffney <nik <at> fo.am>
@@ -6770,7 +6770,7 @@ (define-public rdfind
(define-public sshguard
(package
(name "sshguard")
- (version "2.4.3")
+ (version "2.5.0")
(source
(origin
(method git-fetch)
@@ -6779,7 +6779,7 @@ (define-public sshguard
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dkijr287zpwdz1bjdchxzmwf1sk6vzpkycz1skm25lkaba6nd9r"))))
+ (base32 "07hwbc6p29nnc5pgcdd3x5x0mry3l7d8ls8zq4yjpy35whs3l29f"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake bison flex python-docutils))
base-commit: 7e5913f90df916d8d9f5c509354d62324f54f481
--
2.49.0
[Message part 3 (message/rfc822, inline)]
Ashish SHUKLA <ashish.is <at> lostca.se> writes:
> Patch sshguard to accept configuration file from an environment variable.
>
> * gnu/packages/admin.scm (sshguard)[arguments]: Add phases.
>
> Change-Id: Ifd1cee18787b2623e5c32801e20e5837ce94c88c
Applied, thanks!
This bug report was last modified 14 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.