[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: keyutils: Update to 1.5.11.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/06: gnu: keyutils: Update to 1.5.11. |
Date: |
Thu, 30 Aug 2018 13:29:04 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8a68b71d99a2cbb0b252cd18fc52e1593aa10acd
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Aug 30 18:58:41 2018 +0200
gnu: keyutils: Update to 1.5.11.
* gnu/packages/crypto.scm (keyutils): Update to 1.5.11.
[inputs]: Add mit-krb5.
---
gnu/packages/crypto.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index ae6150b..e070ef6 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -40,6 +40,7 @@
#:use-module (gnu packages gettext)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages image)
+ #:use-module (gnu packages kerberos)
#:use-module (gnu packages libbsd)
#:use-module (gnu packages libffi)
#:use-module (gnu packages linux)
@@ -277,7 +278,7 @@ the wrong hands.")
(define-public keyutils
(package
(name "keyutils")
- (version "1.5.10")
+ (version "1.5.11")
(source
(origin
(method url-fetch)
@@ -286,9 +287,9 @@ the wrong hands.")
version ".tar.bz2"))
(sha256
(base32
- "1dmgjcf7mnwc6h72xkvpaqpzxw8vmlnsmzz0s27pg0giwzm3sp0i"))
+ "1ddig6j5xjyk6g9l2wlqc7k1cgvryxdqbsv3c9rk1p3f42448n0i"))
(modules '((guix build utils)))
- ;; Create relative symbolic links instead of absolute ones to /lib/*
+ ;; Create relative symbolic links instead of absolute ones to /lib/*.
(snippet '(begin
(substitute* "Makefile" (("\\$\\(LNS\\) \\$\\(LIBDIR\\)/")
"$(LNS) "))
@@ -306,6 +307,8 @@ the wrong hands.")
"MANDIR=/share/man"
"SHAREDIR=/share/keyutils")
#:test-target "test"))
+ (inputs
+ `(("mit-krb5" ,mit-krb5)))
(home-page "https://people.redhat.com/dhowells/keyutils/")
(synopsis "Linux key management utilities")
(description
- branch master updated (7693f67 -> 0c048c1), Tobias Geerinckx-Rice, 2018/08/30
- 06/06: gnu: cmocka: Update to 1.1.2., Tobias Geerinckx-Rice, 2018/08/30
- 05/06: gnu: keyutils: Update to 1.5.11.,
Tobias Geerinckx-Rice <=
- 04/06: gnu: Don't use unstable tarballs in (packages opencl)., Tobias Geerinckx-Rice, 2018/08/30
- 03/06: gnu: Add pipewalker., Tobias Geerinckx-Rice, 2018/08/30
- 01/06: gnu: Add ddcutil., Tobias Geerinckx-Rice, 2018/08/30
- 02/06: gnu: Add msr-tools., Tobias Geerinckx-Rice, 2018/08/30