From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: libressl Date: Wed, 2 Mar 2016 20:31:22 +0100 Message-ID: <20160302193122.GA11671@solar> References: <20160302120317.6d8d12b9@scratchpost.org> <20160302191504.GB15618@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abCUf-0000e8-27 for guix-devel@gnu.org; Wed, 02 Mar 2016 14:31:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abCUa-0000n7-Vu for guix-devel@gnu.org; Wed, 02 Mar 2016 14:31:33 -0500 Received: from mailrelay6.public.one.com ([91.198.169.200]:25668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abCUa-0000mX-Kt for guix-devel@gnu.org; Wed, 02 Mar 2016 14:31:28 -0500 Content-Disposition: inline In-Reply-To: <20160302191504.GB15618@jasmine> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel@gnu.org On Wed, Mar 02, 2016 at 02:15:04PM -0500, Leo Famulari wrote: > If a Scheme wizard can programatically replace all references of openssl > to libressl in the code base, I would be interested in testing it > locally. Testing is easy: Just rename the "libressl" variable to "openssl", and the "openssl" variable to "libressl" (or anything else, since nothing depends on libressl so far). The real patch is a question of search and replace in the text files. Andreas