Skip to content

Commit

Permalink
p5-Cpanel-JSON-XS: update to 4.30.
Browse files Browse the repository at this point in the history
4.30 2022-06-14 (rurban)
        - Fix perl 5.37 utf8n_to_uvuni deprecation. GH #196

4.29 2022-05-27 (rurban)
        - Hack: Revert native bool (unblessed) overloads via JSON::PP 4.08.
          JSON::PP ignores unblessed bools for now. GH #194

4.28 2022-05-05 (rurban)
        - Validate the JSON struct which might get corrupted by wrong FREEZE/THAW
          methods, or other serializers, or corrupting our magic object. (GH #192)
        - Improve our DESTROY and END methods to avoid NULL dereferences.
          Fixes perl-compiler/#438
        - Fix 3 tests in t/20_unknown.t with the latest 5.35.10 bool enhancements
          and JSON::PP (GH #194)
        - Fix t/118_type.t with Windows ivtype long long. (GH #178)
        - Added github actions

4.27 2021-10-13 (rurban)
        - Only add -Werror=declaration-after-statement for 5.035004 and earlier (PR #186 nwc)
	- Fix 125_shared_boolean.t for threads (PR #184 Sinan Unur)

4.26 2021-04-12 (rurban)
        - Fix compilation with C++ (GH #177)

4.25 2020-10-28 (rurban)
        - Fix decode relaxed with comment at the end of the buffer (GH #174 fgaspar), a regression
          introduced with 3.0220, to fix n_number_then_00.
        - Possible fix for a gcc-9 optimizer bug (GH #172)

4.24 2020-10-02 (rurban)
        - Fix decode_json(scalar, 0) (GH #171 plicease), check 2nd arg for true-ness
  • Loading branch information
wiz committed Jul 4, 2022
1 parent f3e2122 commit 10d4317
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions converters/p5-Cpanel-JSON-XS/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.13 2022/06/28 11:31:10 wiz Exp $
# $NetBSD: Makefile,v 1.14 2022/07/04 07:20:10 wiz Exp $

DISTNAME= Cpanel-JSON-XS-4.23
DISTNAME= Cpanel-JSON-XS-4.30
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= converters textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RU/RURBAN/}

Expand Down
8 changes: 4 additions & 4 deletions converters/p5-Cpanel-JSON-XS/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2021/10/26 10:06:45 nia Exp $
$NetBSD: distinfo,v 1.10 2022/07/04 07:20:10 wiz Exp $

BLAKE2s (Cpanel-JSON-XS-4.23.tar.gz) = 35f82bccfcd56095576f527b3255e6d18429ad0ffe3491b5f9379a0aa88e2762
SHA512 (Cpanel-JSON-XS-4.23.tar.gz) = 1c0d70ff85a2217c2b326c8002766e237966e0fcdac447fbb5108a5ba98b2771db17731853f2f7bedf85c337c7f6e18333c2c235830a17e152e7838bd168d0f9
Size (Cpanel-JSON-XS-4.23.tar.gz) = 253594 bytes
BLAKE2s (Cpanel-JSON-XS-4.30.tar.gz) = 9ca3cb3c2f2a9494db602565f7891e566bde3d54bb171a7d00b6e6b23b82ef5d
SHA512 (Cpanel-JSON-XS-4.30.tar.gz) = 5acb7374485624bef193f77e7338242fae41d89153cb941917b6bd01a40645f58566ea96ba7aecb356253bf93f43b107000a6c02b29d8229b98bde18ce3cff71
Size (Cpanel-JSON-XS-4.30.tar.gz) = 256427 bytes

0 comments on commit 10d4317

Please sign in to comment.