public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Cpanel-JSON-XS] rawhide: Update to 4.44
@ 2026-09-02 18:15 Paul Howarth
  0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-09-02 18:15 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/perl-Cpanel-JSON-XS
            Branch : rawhide
            Commit : dcaa7b40b7c77aa01af657012fdfa695c792f224
            Author : Paul Howarth <paul@city-fan.org>
            Date   : 2026-09-02T19:14:19+01:00
            Stats  : +10/-3 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-Cpanel-JSON-XS/c/dcaa7b40b7c77aa01af657012fdfa695c792f224?branch=rawhide

            Log:
            Update to 4.44

- New upstream release 4.44
  - Fix canonical sort infinite loop (GH#252): malformed UTF-8 keys (e.g.
    Latin-1 byte strings mixed with Unicode) made utf16_cmp treat the decoder's
    (STRLEN)-1 malformed sentinel as a length, wrapping the buffer pointer: now
    checked as 0 or > remaining length

---
diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec
index e9457d9..a23fd2b 100644
--- a/perl-Cpanel-JSON-XS.spec
+++ b/perl-Cpanel-JSON-XS.spec
@@ -7,8 +7,8 @@
 
 Name:		perl-Cpanel-JSON-XS
 Summary:	JSON::XS for Cpanel, fast and correct serializing
-Version:	4.43
-Release:	3%{?dist}
+Version:	4.44
+Release:	1%{?dist}
 License:	GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:		https://metacpan.org/release/Cpanel-JSON-XS
 Source0:	https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-%{version}.tar.gz
@@ -164,6 +164,13 @@ make test
 %{_mandir}/man3/Cpanel::JSON::XS::Type.3*
 
 %changelog
+* Wed Sep  2 2026 Paul Howarth <paul@city-fan.org> - 4.44-1
+- Update to 4.44
+  - Fix canonical sort infinite loop (GH#252): malformed UTF-8 keys (e.g.
+    Latin-1 byte strings mixed with Unicode) made utf16_cmp treat the decoder's
+    (STRLEN)-1 malformed sentinel as a length, wrapping the buffer pointer: now
+    checked as 0 or > remaining length
+
 * Thu Jul 23 2026 Jitka Plesnikova <jplesnik@redhat.com> - 4.43-3
 - Perl 5.44 re-rebuild of bootstrapped packages
 

diff --git a/sources b/sources
index f820aa2..03c07dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Cpanel-JSON-XS-4.43.tar.gz) = 42105fd0ee07fbd77e34572a9035e1e1837ce04e89bcd0191585eefdb2095b07f2c5a4ee0a64c261f63902cb7d25ce05edd11c9e66e14db46d06d28f8898e7ed
+SHA512 (Cpanel-JSON-XS-4.44.tar.gz) = 53a8643c2e5fb6e958e6d20cacb847a4863ff35c12f78c08fd705ec9ccf02f3baad0a6233c0cc572f2627187f0eb58e9f2fd7996ae45c3afa4b16796b508ed95

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-02 18:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-02 18:15 [rpms/perl-Cpanel-JSON-XS] rawhide: Update to 4.44 Paul Howarth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox