Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions SPECS/perl-JSON-XS/perl-JSON-XS.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"JSON-XS-4.03.tar.gz": "515536f45f2fa1a7e88c8824533758d0121d267ab9cb453a1b5887c8a56b9068"
}
"Signatures": {
"JSON-XS-4.04.tar.gz": "8eff1e9f304c5625b59ab7b42258415f6d3e3681c1ddab6b725518a018a7f5e0"
}
}
7 changes: 5 additions & 2 deletions SPECS/perl-JSON-XS/perl-JSON-XS.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Got the intial spec from Fedora and modified it
Summary: JSON serializing/deserializing, done correctly and fast
Name: perl-JSON-XS
Version: 4.03
Release: 2%{?dist}
Version: 4.04
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/JSON-XS/
Expand Down Expand Up @@ -60,6 +60,9 @@ make test
%{_mandir}/man[13]/*

%changelog
* Thu Sep 11 2025 CBL-Mariner Servicing Account <[email protected]> - 4.04-1
- Auto-upgrade to 4.04 - for CVE-2025-40928

* Fri Jul 29 2022 Muhammad Falak <[email protected]> - 4.03-2
- Add BR on `perl(ExtUtils::MakeMaker)` & `perl(Test::*)` to enable ptest

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18244,8 +18244,8 @@
"type": "other",
"other": {
"name": "perl-JSON-XS",
"version": "4.03",
"downloadUrl": "https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.03.tar.gz"
"version": "4.04",
"downloadUrl": "https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.04.tar.gz"
}
}
},
Expand Down