From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id aA76OWA6D2OQWAEAbAwnHQ (envelope-from ) for ; Wed, 31 Aug 2022 12:39:29 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 2NYhOWA6D2OMOwAAG6o9tA (envelope-from ) for ; Wed, 31 Aug 2022 12:39:28 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 506ED15983 for ; Wed, 31 Aug 2022 12:39:28 +0200 (CEST) Received: from localhost ([::1]:51386 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oTL83-0002wQ-Br for larch@yhetil.org; Wed, 31 Aug 2022 06:39:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53286) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTL7e-0002uV-UO for guix-patches@gnu.org; Wed, 31 Aug 2022 06:39:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48566) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oTL7e-00008N-Ll for guix-patches@gnu.org; Wed, 31 Aug 2022 06:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oTL7e-0006Rh-84 for guix-patches@gnu.org; Wed, 31 Aug 2022 06:39:02 -0400 Subject: bug#56858: [PATCH v2] gnu: libcgroup: Update to 2.0.2. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 31 Aug 2022 10:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56858 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: muradm Cc: paren@disroot.org, 56858-done@debbugs.gnu.org Mail-Followup-To: 56858@debbugs.gnu.org, ludo@gnu.org, mail@muradm.net Received: via spool by 56858-done@debbugs.gnu.org id=D56858.166194230524727 (code D ref 56858); Wed, 31 Aug 2022 10:39:02 +0000 Received: (at 56858-done) by debbugs.gnu.org; 31 Aug 2022 10:38:25 +0000 Received: from localhost ([127.0.0.1]:38314 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTL73-0006Ql-DU for submit@debbugs.gnu.org; Wed, 31 Aug 2022 06:38:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTL71-0006QY-IF for 56858-done@debbugs.gnu.org; Wed, 31 Aug 2022 06:38:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53466) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTL6w-0008VO-4e; Wed, 31 Aug 2022 06:38:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=sWWLGVrh0VmgKimsG/o0AtuwTb1d7ywES/DWlCu/wqg=; b=gShLqpMvvEEhnc7Xd7Qy VLo6xzbLWV1t+DAnvByAPJkCsHzlCs5pTZo3p6CbTeGOvTbsDcVejAmb/A1tm+3bSl0aHS9XAFVxV YHK0J2qj1PRzxT5yQPKb81vxPzc+IrPQh8Wj1VF1H3nvvOWzkfGuuZk/ENcL+eOpbCjJZpfrWJDXR VDWWVN8axJ1/MogJtYwPxdCfcTpRJ2dy3Zpmpz/vxAaQnc1l52HlvRkutW7vg001ekbY1GC54Eamk YfNyd8TxyKn/uWDog02RBVbOQ8444RmAEEq4GtvCaMBO8axly0XpcXV+IrotAcZOC4ng5gjxjXXPt Jh5rqH6YHMInRQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:62261 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTL6u-0001cv-Sz; Wed, 31 Aug 2022 06:38:17 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87tu6lxijz.fsf@muradm.net> <20220823211029.29228-1-mail@muradm.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Quartidi 14 Fructidor an 230 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de la Noix X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 31 Aug 2022 12:38:15 +0200 In-Reply-To: <20220823211029.29228-1-mail@muradm.net> (muradm's message of "Wed, 24 Aug 2022 00:10:29 +0300") Message-ID: <87wnaobsvc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1661942368; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=sWWLGVrh0VmgKimsG/o0AtuwTb1d7ywES/DWlCu/wqg=; b=megMcb8ZG4TBseO+5yEfHmS3nQ7PSP3seLVsM7mLmsg+aiVpDiG/+DPlb2jOIxaL9Vutj2 HXD33riT5PxNVmPbQ5bx1VSnzQaNVkuGeMyAWUIQ6dWttXDj9byfoZ6gy8da3y7WrmCiqr TL/N9hgW8uCoGt4cXqfMjzhZPZI3dFh6k7amMmUkJac+uUn22NQM4po/IMPdlUo6BollkF +efns4Xg34NAOdN+CO8zvYPxGpY3Ab5pgOcAvnmNQt/pv4y72JD/ZrNCP9E65Hler4TFFw SaiyLSU5PwKlsozrOx3fIcJz4Ua0lv7tJMZNuzsIbD8L1oLPVr7h3DgjbKYsig== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1661942368; a=rsa-sha256; cv=none; b=JJW6ZleiVYxIzHW/awTJXg4ZpZ19BGQSwldhn4bVl/Rzyh2ObvlUvHp+HtGM2DRoPoZNrV R16IEJDVCk2cMTkKb1R2gqUo5QcNIGrCbHfVOrFr9PyT8SgsJ5rKS9oVjKySHigNqaNkx2 C0bqF8LcGv68fQIQS/qH4AUKPF8MX2ADROnSdcrf5qKPySyPezOGGgNVN/Se0YLoOfEeR8 3Oon7HNn9UmcELLkdbP5Ao9JJRI3WQQp07WsbvoNwLVULfW5MS4CQOGA3MB6131yiXUWGo Up06zhdisxDHrmKWw5LJ+MpIrn2QnaPKZnFybNRzT7GF44P+nkXFJ3HrPQj0qg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=gShLqpMv; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.18 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=gShLqpMv; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 506ED15983 X-Spam-Score: -2.18 X-Migadu-Scanner: scn1.migadu.com X-TUID: +EObTvBaZEfl Hi, muradm skribis: > * gnu/packages/linux.scm (libcgroup): Update to 2.0.2. > [source]: Project migrated to github. Applied, thanks! Ludo=E2=80=99.