diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-27 06:26:34 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-27 06:26:34 +1200 |
commit | 6d2d9bb36e1ee7cc547402aa8ded5b31f80922ae (patch) | |
tree | e3a741c3528844dffb406c3c1c404012847ae5f7 /dev-perl/CryptX | |
parent | app-emulation/distrobuilder: restrict tests (diff) | |
download | gentoo-6d2d9bb36e1ee7cc547402aa8ded5b31f80922ae.tar.gz gentoo-6d2d9bb36e1ee7cc547402aa8ded5b31f80922ae.tar.bz2 gentoo-6d2d9bb36e1ee7cc547402aa8ded5b31f80922ae.zip |
dev-perl/CryptX: Bump to version 0.69.0
- Nice!
- Fix LICENSE slightly (declaring that this has public-domain licensed
elements inside seems somewhat unnecessary, but I figured it was
better for clarity, esp if there was somehow a theoretical country
where public-domain licensed works are illegal)
Upstream:
- Fix segfault on invalid input in ECC
- Update bundled libtomcrypt
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/CryptX')
-rw-r--r-- | dev-perl/CryptX/CryptX-0.69.0.ebuild | 46 | ||||
-rw-r--r-- | dev-perl/CryptX/Manifest | 1 |
2 files changed, 47 insertions, 0 deletions
diff --git a/dev-perl/CryptX/CryptX-0.69.0.ebuild b/dev-perl/CryptX/CryptX-0.69.0.ebuild new file mode 100644 index 000000000000..16923aa39d9e --- /dev/null +++ b/dev-perl/CryptX/CryptX-0.69.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +DIST_AUTHOR=MIK +DIST_VERSION=0.069 +inherit perl-module + +DESCRIPTION="Self-contained crypto toolkit" +LICENSE="|| ( Artistic GPL-1+ ) public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test minimal" +RESTRICT="!test? ( test )" + +RDEPEND=" + !minimal? ( + || ( + dev-perl/Cpanel-JSON-XS + dev-perl/JSON-XS + virtual/perl-JSON-PP + ) + ) +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.880.0 + !minimal? ( + >=virtual/perl-Math-BigInt-1.999.715 + >=virtual/perl-Storable-2.0.0 + ) + ) +" +PERL_RM_FILES=( + t/002_all_pm.t + t/003_all_pm_pod.t + t/004_all_pm_pod_spelling.t + t/005_all_pm_pod_coverage.t +) +src_compile() { + mymake=( + "OPTIMIZE=${CFLAGS}" + ) + perl-module_src_compile +} diff --git a/dev-perl/CryptX/Manifest b/dev-perl/CryptX/Manifest index 1ceb0778d8ff..255383cf9c25 100644 --- a/dev-perl/CryptX/Manifest +++ b/dev-perl/CryptX/Manifest @@ -1,2 +1,3 @@ DIST CryptX-0.064.tar.gz 1619390 BLAKE2B 19741c71e36efc2339d2ade3b1f1125a7441ab00509892c7b1cdcbfc004eeca46ba15962dc0f3f92569ff2b9d936059420237a80f03ff71a596d7061ff075e04 SHA512 b153512d1036461de795cd40b71b55f32908ac84101079e3e62c2690736de102046fe1f66007c4b0af6ded797709e1f06934d171f349bf983d53a2f1ab1f0d1d DIST CryptX-0.068.tar.gz 1646229 BLAKE2B 81b104810ee56c894ad279b547b94237acf942f71af341e5aab4aef4cdcfb3b1aa3dfa469c6921d2c9f4304a4432d14d3664372e07f7b089cbc99362c7931a6d SHA512 f6e792a94dc33f391c40d24ed525d1c13443c88e7c3b29d46a2510f9a4bb9afddcc62e8ab19fdb20e15d8a3ab17897f9aff8d79b5b51ce1ef1b25d14f49e5227 +DIST CryptX-0.069.tar.gz 1644304 BLAKE2B 59ef37494856d38b00bbb88578160e34f16aaa5372cc73e2db69d665f59d769e86e058dc249bfa8e0259d89779d89ba8efbbe41964c525bb0ecee66975bdbda7 SHA512 59fed5c6a0c990807003e4b0eecd469c54d3ea9df231df865002379f5b6f70542a1b7f7af2872491796017624758adfad47ea5e360e84bb1462979f44339701e |