From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22831: OpenSSL should not depend on Perl Date: Sun, 28 Feb 2016 14:37:54 +0100 Message-ID: <87lh65vtu5.fsf@gnu.org> References: <87lh66xew6.fsf@gnu.org> <20160228011027.GC6690@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]:46696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa1Yx-0003dS-1w for bug-guix@gnu.org; Sun, 28 Feb 2016 08:39:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aa1Ys-0002WR-29 for bug-guix@gnu.org; Sun, 28 Feb 2016 08:39:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa1Yr-0002WN-V5 for bug-guix@gnu.org; Sun, 28 Feb 2016 08:39:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aa1Yr-0002gn-Nz for bug-guix@gnu.org; Sun, 28 Feb 2016 08:39:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160228011027.GC6690@jasmine> (Leo Famulari's message of "Sat, 27 Feb 2016 20:10:27 -0500") 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: Leo Famulari Cc: 22831@debbugs.gnu.org Leo Famulari skribis: > On Sat, Feb 27, 2016 at 06:05:29PM +0100, Ludovic Court=C3=A8s 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. Also we should add something like: #:allowed-references (list (canonical-package glibc) (list (canonical-package gcc) "lib") "out") to avoid regressions. (A case where #:disallowed-references would be more convenient, but it=E2= =80=99s not yet implemented. :-)) Ludo=E2=80=99.