public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Cpanel-JSON-XS] rawhide: Update to 4.44
Date: Wed, 02 Sep 2026 18:15:09 GMT [thread overview]
Message-ID: <178837290915.1.12447048632714498092.rpms-perl-Cpanel-JSON-XS-dcaa7b40b7c7@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-02 18:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178837290915.1.12447048632714498092.rpms-perl-Cpanel-JSON-XS-dcaa7b40b7c7@fedoraproject.org \
--to=paul@city-fan.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox