From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#22831: OpenSSL should not depend on Perl Date: Sat, 27 Feb 2016 20:10:27 -0500 Message-ID: <20160228011027.GC6690@jasmine> References: <87lh66xew6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZpt5-00081G-3n for bug-guix@gnu.org; Sat, 27 Feb 2016 20:11:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZpt0-0006U6-5N for bug-guix@gnu.org; Sat, 27 Feb 2016 20:11:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZpt0-0006Ty-1L for bug-guix@gnu.org; Sat, 27 Feb 2016 20:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aZpsz-0005v6-PH for bug-guix@gnu.org; Sat, 27 Feb 2016 20:11:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87lh66xew6.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 22831@debbugs.gnu.org On Sat, Feb 27, 2016 at 06:05:29PM +0100, Ludovic Courtès wrote: > Commit 784d6e91 changed OpenSSL such that it does not depend on Perl, > but one of the subsequent upgrades broke it: Bisecting, I narrowed it down to: 86c8f1daf8ed10f13f2b1e973a28845629b8ce47 (gnu: openssl: Update to 1.0.2e [fixes CVE-2015-{3193,3194,3195}].). I'll get the openssl sources corresponding to the good and bad commmits and try to figure out what changed that pulled perl back in. > > --8<---------------cut here---------------start------------->8--- > $ guix build perl > /gnu/store/x2p2biyybcb2wac77qz9468asc5fm48i-perl-5.22.1 > $ grep -r x2p2biyybcb2wac77qz9468asc5fm48i $(guix build openssl) > /gnu/store/qvx4q6lbwi4s3cwr8wqaa7kcva0a5c4b-openssl-1.0.2f/bin/c_rehash:#!/gnu/store/x2p2biyybcb2wac77qz9468asc5fm48i-perl-5.22.1/bin/perl > --8<---------------cut here---------------end--------------->8--- > > Somehow ‘openssl-c-rehash.patch’ seems to no longer have the desired > effect. > > Ludo’. > > >