From c0d016142d6f854ab4631663cb371fe7e5de29484ae329aecfd246846745731e Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Mon, 8 Sep 2025 16:52:07 +0000 Subject: [PATCH] Automatic update to v4.400.0 (4.40) --- Cpanel-JSON-XS-4.39.tar.gz | 3 --- Cpanel-JSON-XS-4.40.tar.gz | 3 +++ perl-Cpanel-JSON-XS.changes | 11 +++++++++++ perl-Cpanel-JSON-XS.spec | 11 ++++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 Cpanel-JSON-XS-4.39.tar.gz create mode 100644 Cpanel-JSON-XS-4.40.tar.gz diff --git a/Cpanel-JSON-XS-4.39.tar.gz b/Cpanel-JSON-XS-4.39.tar.gz deleted file mode 100644 index e901561..0000000 --- a/Cpanel-JSON-XS-4.39.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7a7929c85d76c82b1678e4536588774e1c5a16db49411490ee664131a35bb4e -size 260912 diff --git a/Cpanel-JSON-XS-4.40.tar.gz b/Cpanel-JSON-XS-4.40.tar.gz new file mode 100644 index 0000000..faa24b4 --- /dev/null +++ b/Cpanel-JSON-XS-4.40.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785473f07673b197e1c29964e9445ed969ee0b4b2adf51d7bebec6887cd3514c +size 261420 diff --git a/perl-Cpanel-JSON-XS.changes b/perl-Cpanel-JSON-XS.changes index c457730..75aa057 100644 --- a/perl-Cpanel-JSON-XS.changes +++ b/perl-Cpanel-JSON-XS.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 8 16:52:06 UTC 2025 - Tina Müller + +- updated to 4.400.0 (4.40) + see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes + + 4.40 2025-09-07 (rurban) + - Fix CVE-2025-40929 overflow with overlong numbers, fuzzing only. + - Detect more malformed numbers, with two decimal points. + - Pin github actions to latest @v via pinact run -u + ------------------------------------------------------------------- Fri Dec 13 05:33:30 UTC 2024 - Tina Müller diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec index 3554344..49a2864 100644 --- a/perl-Cpanel-JSON-XS.spec +++ b/perl-Cpanel-JSON-XS.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Cpanel-JSON-XS # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Cpanel-JSON-XS Name: perl-Cpanel-JSON-XS -Version: 4.390.0 +Version: 4.400.0 Release: 0 -# 4.39 -> normalize -> 4.390.0 -%define cpan_version 4.39 +# 4.40 -> normalize -> 4.400.0 +%define cpan_version 4.40 License: Artistic-1.0 OR GPL-1.0-or-later Summary: CPanel fork of JSON::XS, fast and correct serializing URL: https://metacpan.org/release/%{cpan_name} @@ -32,6 +32,7 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Time::Piece) Provides: perl(Cpanel::JSON::XS) = %{version} +Provides: perl(Cpanel::JSON::XS::Type) %undefine __perllib_provides %{perl_requires} @@ -52,7 +53,7 @@ See MAPPING, below, on how Cpanel::JSON::XS maps perl values to JSON values and vice versa. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 -- 2.49.0