[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22831: OpenSSL should not depend on Perl
From: |
Ludovic Courtès |
Subject: |
bug#22831: OpenSSL should not depend on Perl |
Date: |
Sun, 28 Feb 2016 14:37:54 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Leo Famulari <address@hidden> skribis:
> 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.
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’s
not yet implemented. :-))
Ludo’.