forked from pool/perl-Cpanel-JSON-XS
Update to 4.400.0 (4.40) #2
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b7a7929c85d76c82b1678e4536588774e1c5a16db49411490ee664131a35bb4e
|
|
||||||
size 260912
|
|
BIN
Cpanel-JSON-XS-4.40.tar.gz
(Stored with Git LFS)
Normal file
BIN
Cpanel-JSON-XS-4.40.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Dec 13 05:33:30 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Cpanel-JSON-XS
|
# spec file for package perl-Cpanel-JSON-XS
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Cpanel-JSON-XS
|
%define cpan_name Cpanel-JSON-XS
|
||||||
Name: perl-Cpanel-JSON-XS
|
Name: perl-Cpanel-JSON-XS
|
||||||
Version: 4.390.0
|
Version: 4.400.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 4.39 -> normalize -> 4.390.0
|
# 4.40 -> normalize -> 4.400.0
|
||||||
%define cpan_version 4.39
|
%define cpan_version 4.40
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: CPanel fork of JSON::XS, fast and correct serializing
|
Summary: CPanel fork of JSON::XS, fast and correct serializing
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -52,7 +52,7 @@ See MAPPING, below, on how Cpanel::JSON::XS maps perl values to JSON values
|
|||||||
and vice versa.
|
and vice versa.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
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