From 8217389a4e41a31da7620c885b023bcd4d88c142 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 2 Oct 2025 11:35:16 +0000 Subject: [PATCH] Import from CS git --- .gitignore | 2 +- .perl-JSON-XS.metadata | 2 +- SPECS/perl-JSON-XS.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 21dfa45..a0fec31 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/JSON-XS-4.03.tar.gz +SOURCES/JSON-XS-4.04.tar.gz diff --git a/.perl-JSON-XS.metadata b/.perl-JSON-XS.metadata index 3f4aa19..5852558 100644 --- a/.perl-JSON-XS.metadata +++ b/.perl-JSON-XS.metadata @@ -1 +1 @@ -3afcabfa76d23a95b5813f42065e67f9a6f7f264 SOURCES/JSON-XS-4.03.tar.gz +0a19cc5d57a24aed73741e1d7ca0df8f6c136265 SOURCES/JSON-XS-4.04.tar.gz diff --git a/SPECS/perl-JSON-XS.spec b/SPECS/perl-JSON-XS.spec index 89b0515..05e0e3d 100644 --- a/SPECS/perl-JSON-XS.spec +++ b/SPECS/perl-JSON-XS.spec @@ -1,8 +1,8 @@ Name: perl-JSON-XS Summary: JSON serializing/de-serializing, done correctly and fast Epoch: 1 -Version: 4.03 -Release: 5%{?dist} +Version: 4.04 +Release: 1%{?dist} License: GPL+ or Artistic URL: https://metacpan.org/release/JSON-XS Source0: https://cpan.metacpan.org/modules/by-module/JSON/JSON-XS-%{version}.tar.gz @@ -101,6 +101,10 @@ make test %{_libexecdir}/%{name} %changelog +* Mon Sep 15 2025 Jitka Plesnikova - 1:4.04-1 +- Update to 4.04 +- Fix CVE-2025-40928 + * Mon Aug 09 2021 Mohan Boddu - 1:4.03-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688