From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add stunnel. Date: Wed, 25 Jan 2017 14:34:34 +0100 Message-ID: <87sho7w9ed.fsf@gnu.org> References: <20170125.090413.1944576990879243863.post@thomasdanckaert.be> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWNii-0005pc-J8 for guix-devel@gnu.org; Wed, 25 Jan 2017 08:34:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWNie-0002jT-HP for guix-devel@gnu.org; Wed, 25 Jan 2017 08:34:40 -0500 In-Reply-To: <20170125.090413.1944576990879243863.post@thomasdanckaert.be> (Thomas Danckaert's message of "Wed, 25 Jan 2017 09:04:13 +0100 (CET)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Thomas Danckaert Cc: guix-devel@gnu.org Hello, Thomas Danckaert skribis: > this patch adds stunnel. For the description, I just used stunnel's =E2= =80=9Cabout=E2=80=9D > page, so the second sentence is perhaps not 100% neutral. That=E2=80=99s OK. :-) > Also, I wasn't sure if this should go in web.scm, networking.scm, > tls.scm, or still somewhere else. Dunno, web.scm is OK I think. > From 354c89c91414412127bc1ae54ccce0d9f0f51b0a Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Wed, 25 Jan 2017 08:50:30 +0100 > Subject: [PATCH] gnu: Add stunnel. > > * gnu/packages/web.scm (stunnel): New variable. Pushed, thanks! Ludo=E2=80=99.