diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-04 07:20:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-04 07:20:10 +0000 |
commit | 10d4317a3b0072de662145596450937fc7eb4e4d (patch) | |
tree | 9f69d2c0fb80b059fc655eb41045a806ad7371eb /converters | |
parent | f3e21224f8259abd21cae7f8830835b0fd1c887a (diff) | |
download | pkgsrc-10d4317a3b0072de662145596450937fc7eb4e4d.tar.gz |
p5-Cpanel-JSON-XS: update to 4.30.
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
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Cpanel-JSON-XS/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-Cpanel-JSON-XS/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/p5-Cpanel-JSON-XS/Makefile b/converters/p5-Cpanel-JSON-XS/Makefile index fdc5933109f..66011ee9c49 100644 --- a/converters/p5-Cpanel-JSON-XS/Makefile +++ b/converters/p5-Cpanel-JSON-XS/Makefile @@ -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/} diff --git a/converters/p5-Cpanel-JSON-XS/distinfo b/converters/p5-Cpanel-JSON-XS/distinfo index da359b7c723..e2a030ef7b8 100644 --- a/converters/p5-Cpanel-JSON-XS/distinfo +++ b/converters/p5-Cpanel-JSON-XS/distinfo @@ -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 |