From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 21C7F13877A for ; Sat, 12 Jul 2014 14:27:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DC16E0871; Sat, 12 Jul 2014 14:26:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44826E07C7 for ; Sat, 12 Jul 2014 14:26:57 +0000 (UTC) Received: from [192.168.3.7] (cpe-74-77-145-97.buffalo.res.rr.com [74.77.145.97]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: blueness) by smtp.gentoo.org (Postfix) with ESMTPSA id 33BF233BEE9 for ; Sat, 12 Jul 2014 14:26:56 +0000 (UTC) Message-ID: <53C145F3.1000300@gentoo.org> Date: Sat, 12 Jul 2014 10:28:03 -0400 From: "Anthony G. Basile" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [RFC] LibreSSL, introduce virtual/openssl References: <53C12C21.6070605@gentoo.org> In-Reply-To: <53C12C21.6070605@gentoo.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 927f8a32-6e9c-4c25-adac-b9b23bb1deac X-Archives-Hash: 3c6d74b9ff7d2009cd76db37c81ab1a7 On 07/12/14 08:37, hasufell wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > https://bugs.gentoo.org/show_bug.cgi?id=508750 > http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ > SHA256 139ac81c9478accd38a9eb667623d75997a2197cec36f184cd8d23e98a7e475b > (yet none of it is signed) > > So libressl is meant as a drop-in replacement for openssl. Afais there > is no way around a virtual package, so I guess we can already add > virtual/openssl to the tree and start fixing dependencies. > > The virtual would currently look like this: > ============================================= > # Copyright 1999-2014 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: $ > > EAPI=5 > > inherit multilib-build > > DESCRIPTION="Virtual to select OpenSSL implementation" > HOMEPAGE="" > SRC_URI="" > > LICENSE="" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc > ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd > ~arm-linux ~x86-linux" > IUSE="" > > RDEPEND="dev-libs/openssl:0[${MULTILIB_USEDEP}]" > DEPEND="" > ============================================= > > I don't think it makes sense to add slot 0.9.8 as a virtual. > -----BEGIN PGP SIGNATURE----- > > iQJ8BAEBCgBmBQJTwSwhXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w > ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMDlCNDQ4NjEyNDI4NjA5REVEMDI3MzIy > MjBDRDFDNUJERUVEMDIwAAoJECIM0cW97tAgnXMP/j7BU7PrL0QvBHUTFGUl4uuh > GswCkWv9BwrIuH4E73heVWWKxxZ8ILh/dShm2J2vY14Tuz+K+rOxIM3HXmQ7iozt > T3ihA55bK38BM/O0SlqRhQ9jpYE/1IaFDepffgdgRxgUfY/eVnTVWm3cNefGwTr+ > tlnDO/1LksllBEoTPSHhGjj6lM7h3FzCpZ0F5u/5wluPEM0xm8bVYDZMsqHamIxH > hEUuOrVZG4gBk6bAaS6sKdT6yw1vcM+ZtNqI7fc4tjz8JmOI3vmAPJInbryKf48P > zp2xq/tGG8zo97JRAWqv89gs3sfemx7pEUqpMsT3YxL+fD6FgKbgNJT6BXy5iyIp > HI8NJQ/rns1Aer0PFMuIlKPj1Yzrux+QH0/N02Aw2uJ2QyjefXlE4pH3PHlmP7ql > 84uAK4xboXU9fwgSeOXtVaTjaRQaOQc4ctNOa+cwFSFf/7jPfzp4hXdCH/n5BZrQ > vUny0TlUZfbSEPn50VKxkx7UdHzYmVLfd75MklKOe/h4iArtY/X6iu2rnEt3uCuY > ioDLhDA7NYCa8El9yDf5bO8scS4T8yWZEAi0kRG47Bayprk8JqIx0lIC97CbY3da > ui3yKTWckUbMm9cpdHVtkkDbLXzL1O1ps8SJOXyXJ+Ef8ZtRgbfNGUSFNiUmx7Zt > AZaPIGcNEUsqL9eiNexo > =Snnl > -----END PGP SIGNATURE----- > I just did a quick count of all packages which refer to dev-libs/openssl. I'm getting 590 packages. This will be quite a task. -- Anthony G. Basile, Ph.D. Gentoo Linux Developer [Hardened] E-Mail : blueness@gentoo.org GnuPG FP : 1FED FAD9 D82C 52A5 3BAB DC79 9384 FA6E F52D 4BBA GnuPG ID : F52D4BBA