Revisions of perl-Cpanel-JSON-XS

buildservice-autocommit accepted request 1098169 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 86)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1097597 from Tina Müller's avatar Tina Müller (tinita) (revision 85)
- updated to 4.37
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.37 2023-07-04 (rurban)
          - Fix NAN/INF for AIX (Tux: AIX-5.3, tested by XSven on AIX-7.3) GH #165
          - Fix empty string result in object stringification (PR #221 jixam)
          - Allow \' in strings when allow_singlequote is enabled (PR #217 warpspin)
buildservice-autocommit accepted request 1070673 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 84)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1070483 from Tina Müller's avatar Tina Müller (tinita) (revision 83)
- updated to 4.36
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.36 2023-03-02 (rurban)
          - remove the SAVESTACK_POS noop. Merged from JSON-XS-3.02,
            removed there with 4.0. requested to remove with
            L<https://github.com/Perl/perl5/pull/20858>
  4.35 2023-02-22 (rurban)
          - fix utf8 object stringification (jixam PR #212)
  4.34 2023-02-21 (rurban)
          - fix c89 compilation regression, for loop init on centos. GH #211
  4.33 2023-02-21 (rurban)
          - fix a security issue, decoding hash keys without ending :
            (GH #208)
          - check all bare hash keys for utf8 (GH #209)
          - improve overload warnings (Graham Knop PR #205)
          - fix a croak leak (GH #206)
buildservice-autocommit accepted request 997401 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 82)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 997385 from Tina Müller's avatar Tina Müller (tinita) (revision 81)
- updated to 4.32
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.32 2022-08-13 (rurban)
          - fix new JSON::PP::Boolean overload redefinition warnings. GH #200
  4.31 2022-08-10 (rurban)
          - adjust t/20_unknown.t pp bool tests for native bool when supported.
            GH #198 PR by Graham Knop.
buildservice-autocommit accepted request 983957 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 80)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 983921 from Tina Müller's avatar Tina Müller (tinita) (revision 79)
- updated to 4.30
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.30 2022-06-14 (rurban)
          - Fix perl 5.37 utf8n_to_uvuni deprecation. GH #196
buildservice-autocommit accepted request 980489 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 78)
baserev update by copy to link target
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 979965 from Tina Müller's avatar Tina Müller (tinita) (revision 77)
- updated to 4.29
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  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
buildservice-autocommit accepted request 976454 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 76)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 975905 from Tina Müller's avatar Tina Müller (tinita) (revision 75)
- updated to 4.28
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 926531 from Tina Müller's avatar Tina Müller (tinita) (revision 74)
- updated to 4.27
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  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)
buildservice-autocommit accepted request 885052 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 73)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 884906 from Tina Müller's avatar Tina Müller (tinita) (revision 72)
- updated to 4.26
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.26 2021-04-12 (rurban)
          - Fix compilation with C++ (GH #177)
buildservice-autocommit accepted request 844798 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 71)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 844787 from Tina Müller's avatar Tina Müller (tinita) (revision 70)
- updated to 4.25
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  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)
buildservice-autocommit accepted request 839564 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 69)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 839405 from Tina Müller's avatar Tina Müller (tinita) (revision 68)
- updated to 4.24
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.24 2020-10-02 (rurban)
          - Fix decode_json(scalar, 0) (GH #171 plicease), check 2nd arg for true-ness
buildservice-autocommit accepted request 832736 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 67)
baserev update by copy to link target
Displaying revisions 1 - 20 of 86
openSUSE Build Service is sponsored by