GNU bug report logs - #78090
[PATCH v3] gnu: sshguard: Fix sshguard.

Previous Next

Package: guix-patches;

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

Date: Sun, 27 Apr 2025 11:28:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludovic.courtes <at> inria.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#78090: closed ([PATCH v3] gnu: sshguard: Fix sshguard.)
Date: Mon, 02 Jun 2025 10:00:04 +0000
[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)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: sshguard: Update to 2.5.0.
Date: Sun, 27 Apr 2025 13:27:17 +0200
* 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)]
From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Cc: "Artyom V . Poptsov" <poptsov.artyom <at> gmail.com>,
 Sharlatan Hellseher <sharlatanus <at> gmail.com>, 78090-done <at> debbugs.gnu.org
Subject: Re: bug#78090: [PATCH v3] gnu: sshguard: Fix sshguard.
Date: Mon, 02 Jun 2025 10:54:07 +0200
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.