From 3aa9a7071818cab9ef3e6db9d5ce56c513970e99 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 4 Jan 2019 22:08:08 +0200 Subject: [PATCH] dev-libs/softhsm: openssl-1.1 does not have gost MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit build should auto-detect available algorithm. as a temporary solution extract to own USE flag for user to specify. Closes: https://bugs.gentoo.org/674534 Thanks: Toralf Förster Signed-off-by: Alon Bar-Lev Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- dev-libs/softhsm/metadata.xml | 5 ++--- dev-libs/softhsm/softhsm-2.4.0.ebuild | 6 +++--- dev-libs/softhsm/softhsm-2.5.0.ebuild | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/dev-libs/softhsm/metadata.xml b/dev-libs/softhsm/metadata.xml index 1db90fe1ffe9..5b486dde6ca3 100644 --- a/dev-libs/softhsm/metadata.xml +++ b/dev-libs/softhsm/metadata.xml @@ -6,8 +6,7 @@ Crypto - - Build db migration tool - + Enable gost algorithm + Build db migration tool diff --git a/dev-libs/softhsm/softhsm-2.4.0.ebuild b/dev-libs/softhsm/softhsm-2.4.0.ebuild index ec4f819aecca..1db7548275ed 100644 --- a/dev-libs/softhsm/softhsm-2.4.0.ebuild +++ b/dev-libs/softhsm/softhsm-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ HOMEPAGE="https://www.opendnssec.org/" SRC_URI="https://www.opendnssec.org/files/source/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="bindist libressl migration-tool test" +IUSE="bindist gost libressl migration-tool test" SLOT="2" LICENSE="BSD" @@ -33,7 +33,7 @@ src_configure() { --disable-p11-kit \ --localstatedir="${EROOT}/var" \ $(use_enable !bindist ecc) \ - $(use_enable !libressl gost) \ + $(use_enable gost) \ $(use_with migration-tool migrate) } diff --git a/dev-libs/softhsm/softhsm-2.5.0.ebuild b/dev-libs/softhsm/softhsm-2.5.0.ebuild index efb92f3af4d2..a23cda5d73ec 100644 --- a/dev-libs/softhsm/softhsm-2.5.0.ebuild +++ b/dev-libs/softhsm/softhsm-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ HOMEPAGE="https://www.opendnssec.org/" SRC_URI="https://www.opendnssec.org/files/source/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="bindist libressl migration-tool test" +IUSE="bindist gost libressl migration-tool test" SLOT="2" LICENSE="BSD" @@ -37,7 +37,7 @@ src_configure() { --disable-p11-kit \ --localstatedir="${EROOT}/var" \ $(use_enable !bindist ecc) \ - $(use_enable !libressl gost) \ + $(use_enable gost) \ $(use_with migration-tool migrate) } -- 2.26.2