GNU bug report logs - #70066
[PATCH] gnu: mit-krb5: Update to 1.21

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Fri, 29 Mar 2024 06:43:02 UTC

Severity: normal

Tags: patch

Full log


Message #8 received at 70066 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 70066 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: mit-krb5: Update to 1.21
Date: Fri, 31 May 2024 20:42:16 -0700
* gnu/packages/kerberos.scm (mit-krb5): Update to 1.21

Change-Id: I952d8bced5ff27748c9deb066a91cdb54b03bda5
---
 gnu/packages/kerberos.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index 241881ea47..c09825f145 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -62,7 +62,7 @@ (define-module (gnu packages kerberos)
 (define-public mit-krb5
   (package
     (name "mit-krb5")
-    (version "1.20")
+    (version "1.21")
     (source (origin
               (method url-fetch)
               (uri (list
@@ -75,7 +75,7 @@ (define-public mit-krb5
               (patches (search-patches "mit-krb5-hurd.patch"))
               (sha256
                (base32
-                "0bz16sh0vgzlpy2kx5acmpyy181hl83a1alz7wbk06457kfjn0ky"))))
+                "0fx91rickkb5pvxm3imqmaavsncjkgcsrfx4czgk4j28hpzsmy39"))))
     (build-system gnu-build-system)
     (native-inputs
      (list bison perl tcl))                   ;required for some tests

base-commit: fba6896f625dcbeef112387fc90abe83acae1720
-- 
2.34.1





This bug report was last modified 1 year and 15 days ago.

Previous Next


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