From 14148c8145f9a29c7a976edf2540cf2015ed6d545b3b498968ff641f6e199749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 26 Feb 2025 14:05:05 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main perl-YAML-LibYAML revision 28e3e3db13b655e962493e25649d5ac3 --- YAML-LibYAML-0.86.tar.gz | 3 -- YAML-LibYAML-v0.903.0.tar.gz | 3 ++ perl-YAML-LibYAML.changes | 54 ++++++++++++++++++++++++++++++++++++ perl-YAML-LibYAML.spec | 14 ++++++---- 4 files changed, 65 insertions(+), 9 deletions(-) delete mode 100644 YAML-LibYAML-0.86.tar.gz create mode 100644 YAML-LibYAML-v0.903.0.tar.gz diff --git a/YAML-LibYAML-0.86.tar.gz b/YAML-LibYAML-0.86.tar.gz deleted file mode 100644 index 52b1466..0000000 --- a/YAML-LibYAML-0.86.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b139675326591c95d2e431be8d8dd13fd87080b5826716de99879fc5e614f9d8 -size 152917 diff --git a/YAML-LibYAML-v0.903.0.tar.gz b/YAML-LibYAML-v0.903.0.tar.gz new file mode 100644 index 0000000..c4ccba7 --- /dev/null +++ b/YAML-LibYAML-v0.903.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67da1d1634101fa0c4b2df0c77cd413b00953425f93a13dac8aa9383049d9c0c +size 155029 diff --git a/perl-YAML-LibYAML.changes b/perl-YAML-LibYAML.changes index 4a7f57f..fe83738 100644 --- a/perl-YAML-LibYAML.changes +++ b/perl-YAML-LibYAML.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Mon Feb 3 05:31:43 UTC 2025 - Tina Müller + +- updated to 0.903.0 (v0.903.0) + see /usr/share/doc/packages/perl-YAML-LibYAML/Changes + + v0.903.0 2025-02-03 00:12:41+01:00 + - Security fix: Use 3-arg form of open in LoadFile (issue#120 PR#121) + +------------------------------------------------------------------- +Sat Sep 21 05:35:07 UTC 2024 - Tina Müller + +- updated to 0.902.0 (v0.902.0) + see /usr/share/doc/packages/perl-YAML-LibYAML/Changes + + v0.902.0 2024-09-20 21:39:00+02:00 + - Loaded builtin booleans are not readonly anymore for perl >= v5.36 + + v0.901.0 2024-09-06 23:56:41+02:00 + - Change version scheme + - Fix missing linebreak in pod from Dist::Zilla conversion + + 0.90 2024-09-06 23:44:13+02:00 + - Change from Zilla::Dist to Dist::Zilla + +------------------------------------------------------------------- +Fri Mar 8 23:12:12 UTC 2024 - Tina Müller + +- Fix disabling of __perllib_provides + +------------------------------------------------------------------- +Sat Jan 27 03:10:33 UTC 2024 - Tina Müller + +- updated to 0.89 + see /usr/share/doc/packages/perl-YAML-LibYAML/Changes + + 0.89 Sat 27 Jan 2024 01:44:08 AM CET + - Recognise core booleans on Perl 5.36+ at dump time (PR#114 PEVANS++) + +------------------------------------------------------------------- +Sat May 13 03:08:54 UTC 2023 - Tina Müller + +- updated to 0.88 + see /usr/share/doc/packages/perl-YAML-LibYAML/Changes + + 0.88 Fri May 12 05:28:05 AM PDT 2023 + - REVERT "Turn off internal POK flag for number scalars" + + 0.87 Thu May 4 09:37:26 PM CEST 2023 + - Turn off internal POK flag for number scalars + ------------------------------------------------------------------- Fri Jan 27 03:08:45 UTC 2023 - Tina Müller @@ -59,6 +110,9 @@ Tue Jan 28 03:15:43 UTC 2020 - 0.81 Mon 27 Jan 2020 11:05:46 PM CET - Breaking Change: Set $YAML::XS::LoadBlessed default to false to make it more secure + 0.69: [bsc#1173703] + - Security fix: Add $LoadBlessed option to turn on/off loading objects: + Default is set to true. Note that, the behavior is unchanged. ------------------------------------------------------------------- Thu Aug 29 10:34:07 CEST 2019 - Tina Mueller diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index dc55ec6..32aeba1 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-LibYAML # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,14 @@ %define cpan_name YAML-LibYAML Name: perl-YAML-LibYAML -Version: 0.86 +Version: 0.903.0 Release: 0 +# v0.903.0 -> normalize -> 0.903.0 +%define cpan_version v0.903.0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Perl YAML Serialization using XS and libyaml URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros @@ -34,9 +36,9 @@ BuildRequires: perl(Test::More) >= 0.9 Perl YAML Serialization using XS and libyaml %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -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 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -51,7 +53,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc Changes CONTRIBUTING README +%doc Changes CONTRIBUTING.md README %license LICENSE %changelog