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: Ashish SHUKLA <ashish.is <at> lostca.se>
To: 78090 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>, Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [bug#78090] [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





This bug report was last modified 13 days ago.

Previous Next


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