GNU bug report logs -
#56858
[PATCH] gnu: libcgroup: Update to 2.0.2.
Previous Next
Reported by: muradm <mail <at> muradm.net>
Date: Sun, 31 Jul 2022 15:30:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 56858 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (libcgroup): Update to 2.0.2.
[source]: Project migrated to github.
---
gnu/packages/linux.scm | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a7d92816a8..6ea26b315c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -63,6 +63,7 @@
;;; Copyright © 2021, 2022 Petr Hodina <phodina <at> protonmail.com>
;;; Copyright © 2022 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
;;; Copyright © 2022 Rene Saavedra <nanuui <at> protonmail.com>
+;;; Copyright © 2022 muradm <mail <at> muradm.net>
;;;
;;; This file is part of GNU Guix.
@@ -8089,23 +8090,26 @@ (define-public fbcat
(define-public libcgroup
(package
(name "libcgroup")
- (version "0.41")
+ (version "2.0.2")
+ (home-page "https://github.com/libcgroup/libcgroup")
(source
(origin
(method url-fetch)
- (uri (string-append
- "mirror://sourceforge/libcg/" name "/"
- version "/" name "-" version ".tar.bz2"))
+ (uri (string-append home-page "/releases/download/v"
+ version "/" name "-" version ".tar.gz"))
(sha256
- (base32 "0lgvyq37gq84sk30sg18admxaj0j0p5dq3bl6g74a1ppgvf8pqz4"))))
+ (base32 "1y0c9ncsawamj77raiw6qkbm5cdsyvhjb2mvgma1kxmgw0r3pxlf"))))
(build-system gnu-build-system)
(arguments
+ ;; Tests are virtualized with lxc, it is not very feasible
+ ;; to make them executable under guix build. Also, note that
+ ;; origin is using source tarball release which is prepared
+ ;; after testing.
`(#:tests? #f))
(native-inputs
(list bison flex))
(inputs
(list linux-pam))
- (home-page "https://sourceforge.net/projects/libcg/")
(synopsis "Control groups management tools")
(description "Control groups is Linux kernel method for process resource
restriction, permission handling and more. This package provides userspace
--
2.37.1
This bug report was last modified 2 years and 266 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.