Name: | perl-Cpanel-JSON-XS |
---|---|
Version: | 4.14 |
Release: | 1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 423546 |
License: | GPL+ or Artistic |
RPM: | perl-Cpanel-JSON-XS-4.14-1.el8.aarch64.rpm |
Source RPM: | perl-Cpanel-JSON-XS-4.14-1.el8.src.rpm |
Build Date: | Thu Mar 19 2020 |
Build Host: | ca-buildarm05.us.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Cpanel-JSON-XS |
Summary: | JSON::XS for Cpanel, fast and correct serializing |
Description: | This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C. |
- Update to 4.14 - Fix tests for nvtype long double (GH#153) - Fix PREREQ's, e.g. CentOS 7 has not Test::More anymore (GH#152)
- Update to 4.13 - For JSON_TYPE_INT and JSON_TYPE_FLOAT, allow to encode numeric values above 2^64 in PV slot via Math::BigInt/Float (GH#145, GH#148, GH#149) - For JSON_TYPE_INT and JSON_TYPE_FLOAT encoder, allow to pass Math::BigInt and Math::BigFloat objects with allow_bignum (GH#147) - Fix encoding floating point values above 2^64 in PV slot to JSON_TYPE_INT (GH#148, GH#150) - Do not allow serializing objects when convert_blessed is not enabled (GH#146)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Update to 4.12 - Make encoder independent of Math::BigInt version (GH#140) - Rethrow error from eval_sv and eval_pv() (GH#138, GH#139), e.g. when Math::BigInt/BigFloat fails - Fix encoding Inf and NaN from PV and NV slots to JSON_TYPE_INT (GH#137) - Fix memory corruption in sv_to_ivuv() function (GH#136) - Add new method ->require_types (GH#135) - Fix typed json encoder conversion from scalar's PV and NV slot to JSON_TYPE_INT (GH#133, GH#134) - Fix inconsistency with warnings in typed json encoder (GH#131) - Fix Perl 5.8.0 support (GH#130) - Fixed minor pod typo (GH#129) - Document invalid recursive callbacks or overloads (GH#128)
- Perl 5.30 re-rebuild of bootstrapped packages
- Perl 5.30 rebuild
- Update to 4.11 - Fix unicode strings with BOM corrupt ->utf8 state (GH#125); the BOM encoding affects only its very own decode call, not its object
- Update to 4.10 - Fix incr_text refcounts (GH#123) - Add incr_reset testcase (GH#123) - Fix encode_stringify string-overload refcnt problem (GH#124) - "Attempt to free unreferenced scalar" with convert_blessed and overload
- Update to 4.09 - Add separate allow_dupkeys property, in relaxed (GH#122) - Fixed allow_dupkeys for the XS slow path - Silence 2 -Wunused-value warnings - Fix ->unblessed_bool to produce modifiable perl structures (GH#121)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild