From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id UE++KZgdnWLcGgAAbAwnHQ (envelope-from ) for ; Sun, 05 Jun 2022 23:18:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id qJLnKJgdnWJj5gAAG6o9tA (envelope-from ) for ; Sun, 05 Jun 2022 23:18:16 +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 1D5EF20648 for ; Sun, 5 Jun 2022 23:18:16 +0200 (CEST) Received: from localhost ([::1]:48300 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nxxdX-0006nA-1G for larch@yhetil.org; Sun, 05 Jun 2022 17:18:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49170) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxxdK-0006m6-Rt for guix-patches@gnu.org; Sun, 05 Jun 2022 17:18:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39740) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nxxdK-0006Fk-JR for guix-patches@gnu.org; Sun, 05 Jun 2022 17:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nxxdK-00038s-EJ for guix-patches@gnu.org; Sun, 05 Jun 2022 17:18:02 -0400 Subject: bug#55691: [PATCH] gnu: wpa-supplicant: Add DBus service file. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 05 Jun 2022 21:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55691 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Roman Riabenko Cc: 55691-done@debbugs.gnu.org Mail-Followup-To: 55691@debbugs.gnu.org, ludo@gnu.org, roman@riabenko.com Received: via spool by 55691-done@debbugs.gnu.org id=D55691.165446383312014 (code D ref 55691); Sun, 05 Jun 2022 21:18:02 +0000 Received: (at 55691-done) by debbugs.gnu.org; 5 Jun 2022 21:17:13 +0000 Received: from localhost ([127.0.0.1]:33636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxxcX-00037i-2u for submit@debbugs.gnu.org; Sun, 05 Jun 2022 17:17:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35946) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxxcS-00037T-Q8 for 55691-done@debbugs.gnu.org; Sun, 05 Jun 2022 17:17:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52196) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxxcM-0006DL-Pv; Sun, 05 Jun 2022 17:17:02 -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=plxsPeLjLCkItdnrLwr9WGpWjuuo318Bt1I8IHd/ECU=; b=BRSsuHbZX+8sYeOS07st EbbXFpHlT/T2dYnNuVMxibNg0cRIIELhf5g9evLxIf4f96OF78QccoBqE8QI9Yc+ofxzPF3kbMF0L ruXhh7An509fFcSA/2vddoKOjaw3ZXnyYvlAJsC/N3ODyZM20Tb9cGJwHVgSJngPZWgOikJG5MHLE 6GsU9+zP5GukWhbl/BZg1HxsAiZbuYX8Jq5K9gNkUAKCQv3kjHfWv3M+4GpWC9eNn9tfY/DJQmJmv T6L1pJC3Q4QeaW+rfRz6IlN+MD9lSSuGD+RLoeQw6jcd0BwxgZmIByomfx2r69kf5TFiEEd7pn+z1 zsi3ARLVIWhfwg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58477 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxxcM-0002pq-Dl; Sun, 05 Jun 2022 17:17:02 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Sun, 05 Jun 2022 23:17:00 +0200 In-Reply-To: (Roman Riabenko's message of "Sat, 28 May 2022 19:30:45 +0300") Message-ID: <87o7z6eroz.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=1654463896; 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=plxsPeLjLCkItdnrLwr9WGpWjuuo318Bt1I8IHd/ECU=; b=ZEO5IjwMNcdTaa6/51LOtN8gn3pemmywE2V5PyIzXOo1kRh2gaAPsAqiNH4ae3l6gG5Esd uPwtuIuI8BUWfKfSzQBO7OS/vBr8aAt5MESsBFaXE4Sjofftepah7RdAa9nDnsehMJIf/3 fRklehSiuLrmMLOyD9p58vmDqu6viI582oILwqwpNFVoGRII0YxfTTKGbA59A8AscR0Lvb FxpFRnHeaFws8/gP0PIgAiSiW23+08qEkg+0UnWqIIZjGx0aTDkiw2NsCLWUQHs1cn5n59 kh8My3i8awBkqnE4MUyifQpQ6+U7jMSOu6k9ANV9a1+yBT0xWj3ed2QqawNuHA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1654463896; a=rsa-sha256; cv=none; b=jGyiRvmilTBI0OeRD2F2Gef1bJGCTHsictyUZ3ttW7dKqp3elFg9DMAnG6nrBQGNIUX+xZ 6CGULlRrT/qCRcM3KKn585Weg3b+eU1P1KzZF+D6QT/1OTWdiYDAIIyoQZBiDkXnAjKCOQ aRQblWyazT3AeecBYjaw1zl539wa9XaA2gkmkyeQ4Toi2IXIS1ykR4ko9z4h5hT9fmXypu zrRyu8vvEqPWBG53ACP6PyRL0pSAqHLmW+DAqPC64Fq5cRwk3hhSivqUfrN4Q+w+OXcmON XPlwiEj9OmkhmeC/IolAv2LWDDGPJDZlzB0/cNs+kWkDmi1UmHrlDlqHi1TtFg== 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=BRSsuHbZ; 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: -3.21 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=BRSsuHbZ; 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: 1D5EF20648 X-Spam-Score: -3.21 X-Migadu-Scanner: scn0.migadu.com X-TUID: ZbWfRZ35Rigz Hi, Roman Riabenko skribis: > This patch adds DBus service file for wpa-supplicant. I was > investigating a different issue when noticed that dbus-system-services- > builder warns that it is missing. I reconfigured my system with these > changes to test. It seems that WiFi stopped dropping connection as I > had been experiencing occasionally before, but it may be a coincidence. Hmm it may be unrelated, but it=E2=80=99s a good idea anyway. > From 34f9918e53e4c540741dedb9dcd527eb59645a0b Mon Sep 17 00:00:00 2001 > From: Roman Riabenko > Date: Sat, 28 May 2022 18:36:48 +0300 > Subject: [PATCH] gnu: wpa-supplicant: Add DBus service file. > > * gnu/packages/admin.scm (wpa-supplicant): Add DBus service file > for wpa-supplicant for dbus-system-services-builder to find. Applied, thanks! Ludo=E2=80=99.