From b704f10a70923d690344a7fd10cfb748e1bfd03b389461fed684b88ea925b4c7 Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Tue, 14 Oct 2025 12:27:19 +0000 Subject: [PATCH] Automatic update to v1.360.0 (1.36) --- YAML-Syck-1.34.tar.gz | 3 --- YAML-Syck-1.36.tar.gz | 3 +++ perl-YAML-Syck.changes | 12 ++++++++++++ perl-YAML-Syck.spec | 27 ++++++++++++++++----------- 4 files changed, 31 insertions(+), 14 deletions(-) delete mode 100644 YAML-Syck-1.34.tar.gz create mode 100644 YAML-Syck-1.36.tar.gz diff --git a/YAML-Syck-1.34.tar.gz b/YAML-Syck-1.34.tar.gz deleted file mode 100644 index 7b48b4c..0000000 --- a/YAML-Syck-1.34.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc9156ccaebda798ebfe2f31b619e806577f860ed1704262f17ffad3c6e34159 -size 166886 diff --git a/YAML-Syck-1.36.tar.gz b/YAML-Syck-1.36.tar.gz new file mode 100644 index 0000000..45c0b62 --- /dev/null +++ b/YAML-Syck-1.36.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dcd9d9b3b0ce3c65a2ff2b9b4c6fff8b649fdf243bfd7e1889543becdb91a52 +size 166124 diff --git a/perl-YAML-Syck.changes b/perl-YAML-Syck.changes index 935d99f..12c2917 100644 --- a/perl-YAML-Syck.changes +++ b/perl-YAML-Syck.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Oct 14 12:27:18 UTC 2025 - Tina Müller + +- updated to 1.360.0 (1.36) + see /usr/share/doc/packages/perl-YAML-Syck/Changes + + 1.36 Oct 10 2025 + - Address memory corruption leading to 'str' value being set on empty keys + Thanks @timlegge + 1.35 Oct 9 2025 + - Address parsing error related to string detection on read for empty strings. + ------------------------------------------------------------------- Thu May 29 12:36:00 UTC 2025 - pgajdos@suse.com diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec index ef37e67..adb050e 100644 --- a/perl-YAML-Syck.spec +++ b/perl-YAML-Syck.spec @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-Syck # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,25 @@ # -Name: perl-YAML-Syck -Version: 1.34 -Release: 0 %define cpan_name YAML-Syck -Summary: Perl YAML loader and dumper +Name: perl-YAML-Syck +Version: 1.360.0 +Release: 0 +# 1.36 -> normalize -> 1.360.0 +%define cpan_version 1.36 License: MIT -Group: Development/Libraries/Perl +Summary: Perl YAML loader and dumper URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Source100: README.md -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +Provides: perl(JSON::Syck) = %{version} +Provides: perl(YAML::Dumper::Syck) +Provides: perl(YAML::Loader::Syck) +Provides: perl(YAML::Syck) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -43,8 +48,9 @@ the 'Load'/'Dump' functions. The default setting is for preserving backward-compatibility with 'YAML.pm'. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%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 %build # https://github.com/cpan-authors/YAML-Syck/issues/61 @@ -60,7 +66,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes COMPATIBILITY README.md %license COPYING -- 2.51.1