[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
120/227: gnu: mit-krb5: Absorb 1.19.2 graft.
From: |
guix-commits |
Subject: |
120/227: gnu: mit-krb5: Absorb 1.19.2 graft. |
Date: |
Thu, 11 Nov 2021 12:30:21 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit ee394937bc1ccac3a1d68e654cb7904b2b66e972
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 15 00:42:56 2021 -0400
gnu: mit-krb5: Absorb 1.19.2 graft.
* gnu/packages/kerberos.scm (mit-krb5)[replacement]: Remove.
[source]: Update to 1.19.2.
(mit-krb5-1.19.2): Delete variable.
---
gnu/packages/kerberos.scm | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index 82609ce..2d31598 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -57,8 +57,7 @@
(define-public mit-krb5
(package
(name "mit-krb5")
- (replacement mit-krb5-1.19.2)
- (version "1.19.1")
+ (version "1.19.2")
(source (origin
(method url-fetch)
(uri (list
@@ -71,7 +70,7 @@
(patches (search-patches "mit-krb5-hurd.patch"))
(sha256
(base32
- "02xjpsfy84l6v7vjlxzhrl6mx2zrmxz0v01w2j33bv73nxzgh5ps"))))
+ "0snz1jm2w4dkk65zcz953jmmv9mqa30fanch2bk8r3rs9vp3yi8h"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)
@@ -121,23 +120,6 @@ cryptography.")
(home-page "https://web.mit.edu/kerberos/")
(properties '((cpe-name . "kerberos")))))
-(define mit-krb5-1.19.2
- (package
- (inherit mit-krb5)
- (version "1.19.2")
- (source (origin
- (inherit (package-source mit-krb5))
- (uri (list
- (string-append "https://web.mit.edu/kerberos/dist/krb5/"
- (version-major+minor version)
- "/krb5-" version ".tar.gz")
- (string-append "https://kerberos.org/dist/krb5/"
- (version-major+minor version)
- "/krb5-" version ".tar.gz")))
- (sha256
- (base32
- "0snz1jm2w4dkk65zcz953jmmv9mqa30fanch2bk8r3rs9vp3yi8h"))))))
-
(define-public shishi
(package
(name "shishi")
- 121/227: gnu: util-linux: Globally disable the lsns test., (continued)
- 121/227: gnu: util-linux: Globally disable the lsns test., guix-commits, 2021/11/11
- 131/227: gnu: pulseaudio: Add doxygen to fix build., guix-commits, 2021/11/11
- 134/227: gnu: llvm: Add make-lld-wrapper, lld-wrapper and lld-as-ld-wrapper., guix-commits, 2021/11/11
- 117/227: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/11/11
- 119/227: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/11/11
- 125/227: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/11/11
- 132/227: gnu: webkitgtk: Add a debug output., guix-commits, 2021/11/11
- 157/227: gnu: python-dateutil: Update to 2.8.2., guix-commits, 2021/11/11
- 116/227: gnu: mesa: Update to 21.2.4., guix-commits, 2021/11/11
- 129/227: gnu: libsoup: Update to 3.0.1., guix-commits, 2021/11/11
- 120/227: gnu: mit-krb5: Absorb 1.19.2 graft.,
guix-commits <=
- 138/227: profiles: Add a gdk-pixbuf-loaders-cache-file hook., guix-commits, 2021/11/11
- 141/227: gnu: librsvg: Preserve the loaders.cache file., guix-commits, 2021/11/11
- 147/227: gnu: nss: Update to 3.71., guix-commits, 2021/11/11
- 153/227: gnu: boost: Update to 1.77.0., guix-commits, 2021/11/11
- 154/227: gnu: python-dbusmock: Update to 0.24.0., guix-commits, 2021/11/11
- 158/227: gnu: gdk-pixbuf: Remove obsolete jasper support., guix-commits, 2021/11/11
- 162/227: gnu: zxing-cpp: Update to 1.2.0-0.00783db., guix-commits, 2021/11/11
- 163/227: gnu: python-numpy: Update to 1.21.3 and cleanup., guix-commits, 2021/11/11
- 128/227: gnu: libsoup: Reverse inheritance relationship with libsoup-minimal., guix-commits, 2021/11/11
- 130/227: gnu: webkitgtk: Use libsoup 3 and build with GCC., guix-commits, 2021/11/11