Install this version:
emerge -a =dev-perl/Bytes-Random-Secure-0.290.0-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-perl/Bytes-Random-Secure-0.290.0-r1
Or alternatively:
emerge --autounmask-write -a =dev-perl/Bytes-Random-Secure-0.290.0-r1
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DAVIDO
DIST_VERSION=0.29
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="Extension to generate cryptographically-secure random bytes"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"
RDEPEND="
dev-perl/Crypt-Random-Seed
>=virtual/perl-MIME-Base64-3.30.0
dev-perl/Math-Random-ISAAC
>=virtual/perl-Scalar-List-Utils-1.210.0
"
BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.560.0
test? (
>=virtual/perl-Test-Simple-0.980.0
!minimal? (
dev-perl/Statistics-Basic
)
)
"
PERL_RM_FILES=(
t/00-boilerplate.t
t/01-manifest.t
t/02-pod.t
t/03-pod-coverage.t
t/04-perlcritic.t
t/05-kwalitee.t
t/06-meta-yaml.t
t/07-meta-json.t
t/09-changes.t
)
PATCHES=(
"${FILESDIR}/${PN}-0.290.0-CVE-2026-11625.patch"
)
Manage flags for this package:
euse -i <flag> -p dev-perl/Bytes-Random-Secure |
euse -E <flag> -p dev-perl/Bytes-Random-Secure |
euse -D <flag> -p dev-perl/Bytes-Random-Secure
dev-perl/Crypt-Random-Seed >=virtual/perl-MIME-Base64-3.30.0 dev-perl/Math-Random-ISAAC >=virtual/perl-Scalar-List-Utils-1.210.0
dev-perl/Crypt-Random-Seed >=virtual/perl-MIME-Base64-3.30.0 dev-perl/Math-Random-ISAAC >=virtual/perl-Scalar-List-Utils-1.210.0 >=virtual/perl-ExtUtils-MakeMaker-6.560.0 test? ( >=virtual/perl-Test-Simple-0.980.0 !minimal? ( dev-perl/Statistics-Basic ) )