From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1Hk3-0003RZ-Tu for guix-patches@gnu.org; Sun, 08 Oct 2017 16:00:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1Hk3-0006wu-6p for guix-patches@gnu.org; Sun, 08 Oct 2017 16:00:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48036) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1Hk3-0006w4-3t for guix-patches@gnu.org; Sun, 08 Oct 2017 16:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e1Hk2-0004y6-ME for guix-patches@gnu.org; Sun, 08 Oct 2017 16:00:02 -0400 Subject: [bug#28734] Add Belgian e-id middleware [1/2] Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171007.213542.309894121786787748.post@thomasdanckaert.be> Date: Sun, 08 Oct 2017 21:59:12 +0200 In-Reply-To: <20171007.213542.309894121786787748.post@thomasdanckaert.be> (Thomas Danckaert's message of "Sat, 07 Oct 2017 21:35:42 +0200 (CEST)") Message-ID: <87h8v9becv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Thomas Danckaert Cc: 28734@debbugs.gnu.org Thomas Danckaert skribis: > From 917460cf6764257002c5f4fc5cb11182e87f1804 Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Wed, 26 Apr 2017 20:18:56 +0200 > Subject: [PATCH 1/2] gnu: Add libproxy. > > * gnu/packages/networking.scm (libproxy): New variable. [...] > + (synopsis "Library providing automatic proxy configuration managemen= t") > + (description "Libproxy handles all the details of proxy configuratio= n for ^ Maybe =E2=80=9Cof HTTP/HTTPS proxy configuration=E2=80=9D? Otherwise LGTM, thanks! Ludo=E2=80=99.