From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48230) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkCpP-00043k-99 for guix-patches@gnu.org; Sun, 07 Jul 2019 15:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkCpO-0006Cg-F1 for guix-patches@gnu.org; Sun, 07 Jul 2019 15:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48607) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hkCpO-0006C7-BT for guix-patches@gnu.org; Sun, 07 Jul 2019 15:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hkCpO-0005Lg-5X for guix-patches@gnu.org; Sun, 07 Jul 2019 15:28:02 -0400 Subject: [bug#36542] [PATCH 0/6] Fix network-manager vpn plugins Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:48145) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkCos-0003yt-6c for guix-patches@gnu.org; Sun, 07 Jul 2019 15:27:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkCor-0005fj-7P for guix-patches@gnu.org; Sun, 07 Jul 2019 15:27:30 -0400 Received: from mail1.fsfe.org ([217.69.89.151]:42220) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hkCor-0005cm-0w for guix-patches@gnu.org; Sun, 07 Jul 2019 15:27:29 -0400 From: Jelle Licht Date: Sun, 07 Jul 2019 21:27:23 +0200 Message-ID: <875zodk5lw.fsf@jlicht.xyz> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36542@debbugs.gnu.org Hello Guix! This series should fix the OpenVPN network-manager plugin, as well as add the network-manager-vpnc plugin. Other vpn plugins should also be trivial to add. Please review and test. If someone has a better idea for passing the NM_OPENVPN_USER et al environment variables to network-manager, I am all ears. - Jelle