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

To reply to this bug, email your comments to 70066 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70066; Package guix-patches. (Fri, 29 Mar 2024 06:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 29 Mar 2024 06:43:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: mit-krb5: Update to 1.21
Date: Thu, 28 Mar 2024 23:42:09 -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: 0ff72d105ca03a82de6bb5193266fd05fce72daf
-- 
2.34.1





This bug report was last modified 36 days ago.

Previous Next


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