GNU bug report logs -
#70066
[PATCH] gnu: mit-krb5: Update to 1.21
Previous Next
To reply to this bug, email your comments to 70066 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
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):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70066
; Package
guix-patches
.
(Sat, 01 Jun 2024 03:44:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 70066 <at> debbugs.gnu.org (full text, mbox):
* 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 283 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.