From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id OM8KDNWQwGXnjAAA62LTzQ:P1 (envelope-from ) for ; Mon, 05 Feb 2024 08:40:05 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id OM8KDNWQwGXnjAAA62LTzQ (envelope-from ) for ; Mon, 05 Feb 2024 08:40:05 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=DSTwLKa2; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1707118805; a=rsa-sha256; cv=none; b=RGswQ6Gl/CwaglPutWWE5uXYZnCfhVUTMYhrTqUfp8GYVW/VZPVXR0G9fKRvDY+9vRdIMB hpQQdyHNVNcl2JFC+wOEq6NgB94E9jIF0/6bs5uyoklo3kch3N3Re4iJuKudH24JLE0WVW MoKNHnj7QRhkM4gTqjyyy2w8P4zBYMRSal0bvmB5xgWbTiFbJedEhOv1PZakpTNYF20Vlc pUqrHYMekU69UW+m/XAMvIqr67Uo9ldFpwv1H7i3ZjB9OVzDkcc2R8Wd21356dXyGyWnB1 /LYf5ZMuSKnk+oiQ3eVhJ32DmkzQGRWWPhhIiFGO+rUMbxwm1pfrsVsT12J72A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=DSTwLKa2; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1707118805; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: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=wHfKinE1KxAsglAEidVYUZ+SqgL4CYoMBMRaMEddvIQ=; b=jdBBoGcqKBRN+ZvjJ2ES6f+ZqihfLyMEPf4thyFj0kbPJHNFBJD/KE/cXZFDPF3ZoD/gAz R5r2jNKpk3s1U9WwNglFIsOfGf/2o1SCd3w7R/ZoEK0znYX9+m9lHOI10hk+rtMT2bpaEO QFLaeSrIiLc5WfF0byjGXnid3PEIe9aEJVNNypMLP/KY54Y0w5lnWoo1sKvPQgHwfO2hg/ Nz4Sc44t62A9Qu5ufs6JY3Nx/uBxrxAfLh+XELRTk5ll5fEZJd7IgHqwAMmSDEa3dgxLJG M4UgDVo1u0dq1AUFIUarqBk3cuxtN2xPSuNUeXCdhcCVsHYZ5EK54xNpjIKZmw== 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 1B6536C37B for ; Mon, 5 Feb 2024 08:40:05 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rWta2-0003et-Ry; Mon, 05 Feb 2024 02:39:50 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rWta1-0003ed-Mc for guix-patches@gnu.org; Mon, 05 Feb 2024 02:39:49 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rWta1-0003xd-Eh for guix-patches@gnu.org; Mon, 05 Feb 2024 02:39:49 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rWtaD-0006QI-Qd for guix-patches@gnu.org; Mon, 05 Feb 2024 02:40:01 -0500 Subject: bug#68774: [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 05 Feb 2024 07:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 68774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68774-done@debbugs.gnu.org Mail-Followup-To: 68774@debbugs.gnu.org, hako@ultrarare.space, hako@ultrarare.space Received: via spool by 68774-done@debbugs.gnu.org id=D68774.170711877224642 (code D ref 68774); Mon, 05 Feb 2024 07:40:01 +0000 Received: (at 68774-done) by debbugs.gnu.org; 5 Feb 2024 07:39:32 +0000 Received: from localhost ([127.0.0.1]:50510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWtZk-0006PO-6V for submit@debbugs.gnu.org; Mon, 05 Feb 2024 02:39:32 -0500 Received: from mail.boiledscript.com ([144.168.59.46]:47114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWtZi-0006PF-4q for 68774-done@debbugs.gnu.org; Mon, 05 Feb 2024 02:39:30 -0500 Date: Mon, 05 Feb 2024 15:39:14 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1707118700; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wHfKinE1KxAsglAEidVYUZ+SqgL4CYoMBMRaMEddvIQ=; b=DSTwLKa2GlwvtplnuaXwIVHOgfYgE5/Yh+CrRhrQVw5KuO2RLqYbbmLHAACL/RRleM2hZS GiGiaPT/aWr1liA1VFTfJ/EdO0CiqeQTBopj3QxmO6PYdcryXmNaP03afjLnJKwbXLR9nz nvrbrAkw+PEV1J8UgA9egsWwHkm1orYzGd3dZjhenVFkksMjN5cCWAT86n11eGGT6B/3NV +yb0YA+m4kiTfAyqWhnzmQJZ3IIvATBdHsLChphXmfSZLYJaNm7GG1sPAXbpnqbrqSr6Ee 2NYNVGrChv6otucE2XveoJEeuNccYaAG7D1rbGPmqox1Cm6tHSV/0SZeUbESdw== Message-ID: <87zfwf742l.wl-hako@ultrarare.space> In-Reply-To: <70c49a2dd4ac741ee949716be52f7aa0194d369a.1706429004.git.hako@ultrarare.space> References: <70c49a2dd4ac741ee949716be52f7aa0194d369a.1706429004.git.hako@ultrarare.space> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spamd-Bar: / 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: , Reply-to: Hilton Chain X-ACL-Warn: , Hilton Chain via Guix-patches From: Hilton Chain via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Spam-Score: -7.17 X-Migadu-Queue-Id: 1B6536C37B X-Migadu-Spam-Score: -7.17 X-TUID: dHogvbcv1xio On Sun, 28 Jan 2024 16:03:47 +0800, Hilton Chain wrote: > > * gnu/packages/linux.scm (kconfig-hardened-check): Update to 0.6.6. > > Change-Id: I8f60e6b7545b04059ae3dae881dcc004c70a5027 > --- > gnu/packages/linux.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied as c4518b65ecad...0b76f6f640be, closing.