From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/1] OpenSSL 1.1.0 Date: Tue, 06 Sep 2016 14:29:16 +0200 Message-ID: <87shtdrz37.fsf@gnu.org> References: <87y43albe9.fsf@gnu.org> <20160902201422.GA3701@jasmine> <8737lhm6rk.fsf@gnu.org> <20160903140613.GB12802@jasmine> <87oa45jblg.fsf@gnu.org> <20160904022049.GA30856@jasmine> <87h99uw0ea.fsf@gnu.org> <20160905230546.GA9527@jasmine> 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]:41966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhFVH-0004XA-GH for guix-devel@gnu.org; Tue, 06 Sep 2016 08:29:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhFVD-0001cI-D9 for guix-devel@gnu.org; Tue, 06 Sep 2016 08:29:27 -0400 In-Reply-To: <20160905230546.GA9527@jasmine> (Leo Famulari's message of "Mon, 5 Sep 2016 19:05:46 -0400") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > On Mon, Sep 05, 2016 at 10:35:09PM +0200, Ludovic Court=C3=A8s wrote: >> Seems like most of the arguments and phases are shared with =E2=80=98ope= nssl=E2=80=99, >> right? What about using =E2=80=98substitute-keyword-arguments=E2=80=99 = to reduce >> duplication? Or are you concerned about potential breakage when one >> series or the other changes? > > I've attached an updated patch using 'substitute-keyword-arguments'. > > BTW, my previous patch made a one-line change to 'move-man3-pages', > deleting the leftover empty man3 directory in the main output after > copying the manpages to the 'doc' output. Is this change desired? Sure. Perhaps you can commit this part to core-updates? > From 83405a4ea3628cababd2ee5904c8d0628a002d05 Mon Sep 17 00:00:00 2001 > From: Leo Famulari > Date: Fri, 2 Sep 2016 16:07:29 -0400 > Subject: [PATCH] gnu: Add openssl-next. > > * gnu/packages/tls.scm (openssl-next): New variable. > * gnu/packages/patches/openssl-1.1.0-c-rehash-in.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. LGTM, thank you! Ludo=E2=80=99.