guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: libcap: Add 2.34.


From: guix-commits
Subject: 01/02: gnu: libcap: Add 2.34.
Date: Tue, 5 May 2020 10:36:14 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 7431553bd6a1125a132315b521031a3b0481e096
Author: Marius Bakke <address@hidden>
AuthorDate: Tue May 5 16:27:55 2020 +0200

    gnu: libcap: Add 2.34.
    
    * gnu/packages/linux.scm (libcap/next): New public variable.
---
 gnu/packages/linux.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8b8945f..e2b3d9e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2171,6 +2171,21 @@ Linux-based operating systems.")
     ;; License is BSD-3 or GPLv2, at the user's choice.
     (license license:gpl2)))
 
+;; libcap 2.31 causes problems for 'fakeroot', so provide this newer variant.
+;; To be merged with libcap on the next rebuild cycle.
+(define-public libcap/next
+  (package
+    (inherit libcap)
+    (version "2.34")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://kernel.org/linux/libs/security/linux-privs/"
+                    "libcap2/libcap-" version ".tar.xz"))
+              (sha256
+               (base32
+                "048n1gy2p48vl9hkrr9wymfxxcpwj2aslz2bv79nhl4m2lhd9kdf"))))))
+
 (define-public bridge-utils
   (package
     (name "bridge-utils")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]