Import from CS git

This commit is contained in:
eabdullin 2025-10-02 11:35:16 +00:00
parent fe830ec55e
commit 8217389a4e
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/JSON-XS-4.03.tar.gz SOURCES/JSON-XS-4.04.tar.gz

View File

@ -1 +1 @@
3afcabfa76d23a95b5813f42065e67f9a6f7f264 SOURCES/JSON-XS-4.03.tar.gz 0a19cc5d57a24aed73741e1d7ca0df8f6c136265 SOURCES/JSON-XS-4.04.tar.gz

View File

@ -1,8 +1,8 @@
Name: perl-JSON-XS Name: perl-JSON-XS
Summary: JSON serializing/de-serializing, done correctly and fast Summary: JSON serializing/de-serializing, done correctly and fast
Epoch: 1 Epoch: 1
Version: 4.03 Version: 4.04
Release: 5%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/JSON-XS URL: https://metacpan.org/release/JSON-XS
Source0: https://cpan.metacpan.org/modules/by-module/JSON/JSON-XS-%{version}.tar.gz Source0: https://cpan.metacpan.org/modules/by-module/JSON/JSON-XS-%{version}.tar.gz
@ -101,6 +101,10 @@ make test
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%changelog %changelog
* Mon Sep 15 2025 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.04-1
- Update to 4.04
- Fix CVE-2025-40928
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:4.03-5 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:4.03-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688 Related: rhbz#1991688