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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 31 Aug 2022 12:38:15 +0200
with message-id <87wnaobsvc.fsf <at> gnu.org>
and subject line Re: [PATCH v2] gnu: libcgroup: Update to 2.0.2.
has caused the debbugs.gnu.org bug report #56858,
regarding [PATCH] gnu: libcgroup: Update to 2.0.2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
56858: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56858
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/linux.scm (libcgroup): Update to 2.0.2.
[source]: Project migrated to github.
---
gnu/packages/linux.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 906303175d..bcb2bb284a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8146,15 +8146,15 @@ (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? #f))
@@ -8162,7 +8162,6 @@ (define-public libcgroup
(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
[Message part 3 (message/rfc822, inline)]
Hi,
muradm <mail <at> muradm.net> skribis:
> * gnu/packages/linux.scm (libcgroup): Update to 2.0.2.
> [source]: Project migrated to github.
Applied, thanks!
Ludo’.
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.