diff --git a/Cpanel-JSON-XS-4.38.tar.gz b/Cpanel-JSON-XS-4.38.tar.gz deleted file mode 100644 index 8d0df207c64d9ed1d30f73f806ed6081128224cd..0000000000000000000000000000000000000000 Binary files a/Cpanel-JSON-XS-4.38.tar.gz and /dev/null differ diff --git a/Cpanel-JSON-XS-4.39.tar.gz b/Cpanel-JSON-XS-4.39.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f2d276770061169025d1a48e40646589f7f17953 Binary files /dev/null and b/Cpanel-JSON-XS-4.39.tar.gz differ diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec index 3fa39eae90c5b90a129105942f460f79dcea4f5f..419043a6d97fa435b5ba021a5faa77a2a316b76c 100644 --- a/perl-Cpanel-JSON-XS.spec +++ b/perl-Cpanel-JSON-XS.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: perl-Cpanel-JSON-XS -Version: 4.38 +Version: 4.39 Release: 1 Summary: CPanel fork of JSON::XS, fast and correct serializing License: GPL-1.0-or-later or Artistic-1.0-Perl @@ -107,6 +107,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Thu Dec 26 2024 openeuler_bot - 4.39-1 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:update perl-Cpanel-JSON-XS to 4.39 +- DESC:Changes for version 4.39 - 2024-12-12: 1.Fix Windows -Dusequadmath (sisyphus GH #235, GH #229) 2.Fix inconsistent behavior between decoding escaped and unescaped surrogates, and escaped non-characters vs non-escaped non-characters. Now aligned to JSON::PP (Gavin Hayes GH #233, GH #227) 3.Add type_all_string tests (Bernhard Schmalhofer GH #236) 4.Silence UV to char cast warnings (bulk88 GH #232) 5.Fix MSVC preprocessor errors (bulk88 GH #232) 6.Fix -Wformat warnings on Windows (sisyphus GH #228) 7.Clarify BigInt decoding (GH #226) + * Thu May 30 2024 xiejing - 4.38-1 - Update to 4.38 - Encode real core booleans as boolean notation