Files
gentoo/dev-perl/JavaScript-Minifier-XS/JavaScript-Minifier-XS-0.160.0.ebuild
Brett A C Sheffield 0bee02e0fe dev-perl/JavaScript-Minifier-XS: add 0.160.0
- fixes for CVE-2026-56017, CVE-2026-56018
- fix MissingVersionedVirtualPerlDependency
- fix EmptyGlobalAssignment

Bug: https://bugs.gentoo.org/979591
Signed-off-by: Brett A C Sheffield <bacs@librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1476
Merges: https://codeberg.org/gentoo/gentoo/pulls/1476
Signed-off-by: Sam James <sam@gentoo.org>
2026-07-22 05:10:25 +01:00

21 lines
324 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=GTERMARS
DIST_VERSION=0.16
inherit perl-module
DESCRIPTION="XS based JavaScript minifier"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
BDEPEND="${RDEPEND}
test? (
>=dev-perl/Test-DiagINC-0.2.0
)
"