summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Cpanel-JSON-XS: add 4.290.0Sam James2022-06-031-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Remove oldAndreas K. Hüttel2021-10-141-1/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Version bump 4.27Andreas K. Hüttel2021-10-141-0/+1
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Version bump 4.26Andreas K. Hüttel2021-05-041-0/+1
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Cleanup old 4.230.0Kent Fredric2020-12-121-1/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Cleanup old 4.210.0Kent Fredric2020-10-191-1/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Bump to version 4.240.0Kent Fredric2020-10-081-0/+1
| | | | | | | | | | Upstream: - Fix decode_json($json, $allow_nonref) failing to reject $json that decode to non-references when $allow_nonref is false. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Cleanup old 3.23.900 re bug #732640Kent Fredric2020-09-071-1/+0
| | | | | | Bug: https://bugs.gentoo.org/732640 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Bump to version 4.230.0Kent Fredric2020-09-061-0/+1
| | | | | | | | | Upstream: - Various test fixes - Possible fix for problems with s390x and long double Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Bump to version 4.210.0Kent Fredric2020-08-171-0/+1
| | | | | | | | | | | | | Upstream: - Improve AIX's inf/nan detection - Fix compat with JSON::XS when convert_blessed(1) + allow_blessed(0) - Fix some stringify overloaded cases via convert_blessed - Fix encoding a threads::shared::shared_clone(...) wrapped Cpanel::JSON::XS::{true,false} - option ->canonical(1) now works on Tie'd hashes Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Bump to version 4.190.0Kent Fredric2020-06-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EAPI7 - Pass CFLAGS to make - Document optional test dependencies via wiki (WIP) - Document optional features via wiki (ugh) Upstream: - Deprecate UTF-{16,18} BOMs - Add Cpanel::JSON::XS::Type as 2nd optional encode argument - Don't call get() magic hooks twice in encode - Avoid setlocale race in threads with non-C locales when threads differ in LC_NUMERIC locale - Fix uselocale() - Various crash/fixes for Perl <5.22 - Add indent_length() setting to encoder - Add sereal support to cpanel_json_xs - Overload "ne" op for JSON::PP::Boolean - Fix bignum NaN/inf handling - Set decoded type - Add ->json_type_weaken - Add ->unblessed_bool property - Add seperate allow_dupkeys property in relaxed - Silence various -Wunused-value warnings - Fix incr_text refcounts - Rethrow error from eval_sv and eval_pv - Fix various memory corruptions (oh hai sam_c) - Add ->require_types - Allow encoding numeric values >2^64 w/ JSON_TYPE_INT/JSON_TYPE_FLOAT - Don't serialize objects when ->convert_blessed is not enabled - Use Perl_strtod to minimise discrepancy in string-to-float conversions - Add ->type_all_string for stable deterministic string types in result JSON - Fixed typed decode memory leak (hai again) Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Cleanup old version 3.23.300Kent Fredric2018-06-031-1/+0
| | | | Package-Manager: Portage-2.3.29, Repoman-2.3.9
* dev-perl/Cpanel-JSON-XS: Cleanup oldKent Fredric2018-04-151-2/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-4/+4
|
* dev-perl/Cpanel-JSON-XS: Bump to version 3.23.900Kent Fredric2017-10-061-0/+1
| | | | | | | | | | Upstream: - Check for correct module in %INC - Disallow duplicate keys unless in relaxed mode - Stringify <true> as "1" not "true" - Be locale insensitive Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Cpanel-JSON-XS: Bump to version 3.23.300Kent Fredric2017-05-221-0/+1
| | | | | | | | | | Upstream: - Fix tests for 5.6 - Silence compiler warnings - Fix for MSVC 2015/14.0 with newer nan/inf - Fix 32bit debugging format warning Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Cpanel-JSON-XS: Bump to version 3.23.100Kent Fredric2017-04-031-0/+1
| | | | | | | Upstream: - Fix need() overallocation Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-perl/Cpanel-JSON-XS: Add w/ version 3.23.0Kent Fredric2017-03-211-0/+1
Was always the preferred dependency of JSON-MaybeXS Package-Manager: Portage-2.3.4, Repoman-2.3.2