[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: keyutils: Update to 1.6.3.
From: |
guix-commits |
Subject: |
07/09: gnu: keyutils: Update to 1.6.3. |
Date: |
Sat, 18 Dec 2021 18:49:27 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit e207412e7155a24db6171e2c3b70560231c10947
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 18 21:29:45 2021 +0100
gnu: keyutils: Update to 1.6.3.
* gnu/packages/crypto.scm (keyutils): Update to 1.6.3.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/crypto.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 3751a32..3fb5869 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -365,21 +365,22 @@ the wrong hands.")
(define-public keyutils
(package
(name "keyutils")
- (version "1.6.1")
+ (version "1.6.3")
(source
(origin
- (method url-fetch)
- (uri
- (string-append "https://people.redhat.com/dhowells/keyutils/keyutils-"
- version ".tar.bz2"))
+ (method git-fetch)
+ (uri (git-reference
+ (url (string-append "https://git.kernel.org/pub/scm/linux/kernel/"
+ "git/dhowells/keyutils.git"))
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "1kk4pmyflgplkgxn2bzpc069ph9c9jdd9ikcsyd5pnaimqi5gcf8"))
+ (base32 "1095g1p5038m91wf2dxnagngpvww7ilcj8fhyviid3srvxr675i7"))
(modules '((guix build utils)))
;; Create relative symbolic links instead of absolute ones to /lib/*.
(snippet '(begin
(substitute* "Makefile" (("\\$\\(LNS\\) \\$\\(LIBDIR\\)/")
- "$(LNS) "))
- #t))))
+ "$(LNS) "))))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
- branch master updated (f6e79ef -> b3a0db7), guix-commits, 2021/12/18
- 02/09: gnu: minisign: Update to 0.10., guix-commits, 2021/12/18
- 01/09: gnu: minisign: Fetch source from Git., guix-commits, 2021/12/18
- 04/09: gnu: bear: Update to 3.0.17., guix-commits, 2021/12/18
- 05/09: gnu: bear: Respect TESTS?., guix-commits, 2021/12/18
- 08/09: gnu: keyutils: Omit static library., guix-commits, 2021/12/18
- 07/09: gnu: keyutils: Update to 1.6.3.,
guix-commits <=
- 03/09: gnu: inxi-minimal: Update to 3.3.11-1., guix-commits, 2021/12/18
- 06/09: gnu: i3status-rust: Fix build., guix-commits, 2021/12/18
- 09/09: gnu: diffoscope: Remove input labels., guix-commits, 2021/12/18