dev-perl / Crypt-OpenSSL-EC

Perl extension for OpenSSL EC (Elliptic Curves) library

Official package sites : https://metacpan.org/release/Crypt-OpenSSL-EC ·

v1.320.0-r1 :: 0 :: gentoo

Modified
License
|| ( Artistic GPL-1+ )
Keywords
~amd64 ~x86
USE flags
test

General

test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

perl_features

debug
PERL_FEATURES setting enabling internal debug support in Perl
ithreads
PERL_FEATURES setting enabling interpreter level threads, has some compatibility problems
quadmath
PERL_FEATURES setting enabling 128bit floating point arithmetic via libquadmath

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-perl / Crypt-OpenSSL-Bignum : OpenSSL's multiprecision integer arithmetic

dev-perl / Crypt-OpenSSL-ECDSA : OpenSSL ECDSA (Elliptic Curve Digital Signature Algorithm) Perl extension

Repository mirror & CI · gentoo
Merge updates from master
Ionen Wolkens · gentoo
dev-perl/Crypt-OpenSSL-EC: use binding := for dev-libs/openssl
Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI. Acked-by: David Seifert <soap@gentoo.org> Signed-off-by: Ionen Wolkens <ionen@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
dev-perl/Crypt-OpenSSL-EC: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/Crypt-OpenSSL-EC: Cleanup old 1.310.0
Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/Crypt-OpenSSL-EC: Bump to version 1.320.0
- EAPI7 - Ensure CFLAGS passed to compiler via make Upstream: - Rework Makefile.PL to work more like dev-perl/Crypt-OpenSSL-Bignum, which improves the linking situation on various platforms. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Kent Fredric · gentoo
dev-perl/Crypt-OpenSSL-EC: Add w/ version 1.310.0
Optional dependency of dev-perl/Net-DNS-SEC Package-Manager: Portage-2.3.14, Repoman-2.3.6