Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 611a423c19 | |||
| 5146034835 |
3
Cpanel-JSON-XS-4.38.tar.gz
Normal file
3
Cpanel-JSON-XS-4.38.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e80d6c1e6138b156596712ca35992ed01a610f1d80f9e264a0c105193210f968
|
||||
size 257943
|
||||
BIN
Cpanel-JSON-XS-4.40.tar.gz
LFS
BIN
Cpanel-JSON-XS-4.40.tar.gz
LFS
Binary file not shown.
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,32 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 17:01:48 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- updated to 4.400.0 (4.40)
|
||||
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
|
||||
|
||||
4.40 2025-09-07 (rurban)
|
||||
- Fix CVE-2025-40929 overflow with overlong numbers, fuzzing only.
|
||||
- Detect more malformed numbers, with two decimal points.
|
||||
- Pin github actions to latest @v via pinact run -u
|
||||
(bsc#1249331)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 05:33:30 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 4.390.0 (4.39)
|
||||
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
|
||||
|
||||
4.39 2024-12-12 (rurban)
|
||||
- Fix Windows -Dusequadmath (sisyphus GH #235, GH #229)
|
||||
- Fix inconsistent behavior between decoding escaped and unescaped
|
||||
surrogates, and escaped non-characters vs non-escaped non-characters.
|
||||
Now aligned to JSON::PP (Gavin Hayes GH #233, GH #227)
|
||||
- Add type_all_string tests (Bernhard Schmalhofer GH #236)
|
||||
- Silence UV to char cast warnings (bulk88 GH #232)
|
||||
- Fix MSVC preprocessor errors (bulk88 GH #232)
|
||||
- Fix -Wformat warnings on Windows (sisyphus GH #228)
|
||||
- Clarify BigInt decoding (GH #226)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 16:13:17 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Cpanel-JSON-XS
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,16 +18,15 @@
|
||||
|
||||
%define cpan_name Cpanel-JSON-XS
|
||||
Name: perl-Cpanel-JSON-XS
|
||||
Version: 4.400.0
|
||||
Version: 4.380.0
|
||||
Release: 0
|
||||
# 4.40 -> normalize -> 4.400.0
|
||||
%define cpan_version 4.40
|
||||
# 4.38 -> normalize -> 4.380.0
|
||||
%define cpan_version 4.38
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: CPanel fork of JSON::XS, fast and correct serializing
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Time::Piece)
|
||||
@@ -52,7 +51,7 @@ See MAPPING, below, on how Cpanel::JSON::XS maps perl values to JSON values
|
||||
and vice versa.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
|
||||
Reference in New Issue
Block a user