pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-Cpanel-JSON-XS p5-Cpanel-JSON-XS: update...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/987ec3d45639
branches:  trunk
changeset: 381311:987ec3d45639
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 04 07:20:10 2022 +0000

description:
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:

 converters/p5-Cpanel-JSON-XS/Makefile |  5 ++---
 converters/p5-Cpanel-JSON-XS/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a6e1d76c1e93 -r 987ec3d45639 converters/p5-Cpanel-JSON-XS/Makefile
--- a/converters/p5-Cpanel-JSON-XS/Makefile     Mon Jul 04 04:37:53 2022 +0000
+++ b/converters/p5-Cpanel-JSON-XS/Makefile     Mon Jul 04 07:20:10 2022 +0000
@@ -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 -r a6e1d76c1e93 -r 987ec3d45639 converters/p5-Cpanel-JSON-XS/distinfo
--- a/converters/p5-Cpanel-JSON-XS/distinfo     Mon Jul 04 04:37:53 2022 +0000
+++ b/converters/p5-Cpanel-JSON-XS/distinfo     Mon Jul 04 07:20:10 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index