Changelog for
perl-YAML-LibYAML-0.902.0-lp156.2.1.x86_64.rpm :
* Sat Sep 21 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 08 2024 Tina Müller - Fix disabling of __perllib_provides
* Sat Jan 27 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 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 2023 Tina Müller - updated to 0.86 see /usr/share/doc/packages/perl-YAML-LibYAML/Changes 0.86 Wed Jan 25 09:34:14 PM EST 2023 - Fix YAML::XS pod in cpanminus
* Tue Sep 13 2022 Tina Müller - updated to 0.85 see /usr/share/doc/packages/perl-YAML-LibYAML/Changes 0.85 Mon Sep 12 08:20:19 AM EDT 2022 - Convert doc from Swim to Markdown - Remove travis testing
* Sun Sep 04 2022 Tina Müller - updated to 0.84 see /usr/share/doc/packages/perl-YAML-LibYAML/Changes 0.84 Sat 03 Sep 2022 09:20:20 PM CEST - Add option ForbidDuplicateKeys (PR#105 tinita)
* Sun May 09 2021 Tina Müller - updated to 0.83 see /usr/share/doc/packages/perl-YAML-LibYAML/Changes 0.83 Sat 08 May 2021 11:51:32 PM CEST - Recognize tied variables (PR#101 tinita) - Add license file from included libyaml code (PR#102 tinita)
* Sun May 03 2020 Tina Müller updated to 0.82 see /usr/share/doc/packages/perl-YAML-LibYAML/Changes 0.82 Sat 02 May 2020 08:39:03 PM CEST - Updated libyaml sources to 0.2.4. Changes affecting YAML::XS are - Output \'...\' at the stream end after a block scalar with trailing empty lines - Accept \'%YAML 1.2\' directives (they are ignored and do not change behaviour though)
* Tue Jan 28 2020 - updated to 0.81 see /usr/share/doc/packages/perl-YAML-LibYAML/Changes 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 2019 Tina Mueller - Remove perl-YAML-LibYAML-no-plan.patch (not used anymore)
* Fri Aug 23 2019 Stephan Kulow - updated to 0.80 see /usr/share/doc/packages/perl-YAML-LibYAML/Changes 0.80 Thu 22 Aug 2019 01:17:13 PM CEST - Fix memory leak when loading invalid YAML (PR#93 tinita)
* Mon Jun 17 2019 Pedro Monreal Gonzalez - update to 0.79 0.79 Tue 11 Jun 2019 09:35:22 PM CEST - Support aliasing scalars resolved as null or booleans (tinita) - Add YAML::XS::LibYAML::libyaml_version() (tinita) - Support standard !!int/!!float tags instead of dying (tinita) 0.78 Sat 18 May 2019 06:35:21 PM CEST - Fix double free/core dump when Dump()ing binary data, see issue#91 (tinita) - Update config.h from libyaml (tinita) 0.77 Mon 15 Apr 2019 10:55:13 PM CEST - Update libyaml to version 0.2.2. Most important change for users is that plain urls in flow style can be parsed now. Example: `[ http://yaml.org]`. (tinita) 0.76 Sun Dec 30 20:10:16 CET 2018 - Add $Indent - number of spaces when dumping. PR#89 AATTzdm++ - Fix typo in docs. PR#87 AATTmr-mixas++ - Fix links in docs. AATTmanwar++ 0.75 Sat Nov 3 14:17:28 CET 2018 - Implement $LoadCode (tinita)
* Fri Sep 14 2018 pmonrealgonzalezAATTsuse.com- update to 0.74
* Fix tests on older perls
* Support back to perl.5.8.1- Cleaned with spec-cleaner
* Thu Aug 23 2018 jbaierAATTsuse.cz- update to 0.72- update download source on metacpan- upstream changelog:
* Update to libyaml 0.2.1 (tinita) It\'s forbidden now to escape single
* quotes inside double quotes
* When disabling $LoadBlessed, return scalars not refs (tinita)
* Save anchors also for blessed scalars (tinita)
* Fix format specifier/argument mismatch PR#79 AATTa3f++
* Travis CI: Test on Perl 5.26 PR#80 AATTa3f++
* Fix a C90-compatibility issue PR#81 AATTstphnlyd++
* Security fix Add $LoadBlessed option to turn on/off loading objects
* PR#73 PR#74 TINITA++
* Fix regex roundtrip (fixes issue#69) PR#70 (TINITA++)
* Fix loading of many regexes (fixes issue#64) PR#71 (TINITA++)
* Support standard tags !!str, !!map and !!seq instead of dying. PR#67
* (TINITA++)
* Support JSON::PP::Boolean and boolean.pm via $YAML::XS::Boolean. PR#66
* (TINITA++) Thanks also to Björn Höhrmann for SvPV_nolen()
* Apply PR#55 (AATTvti++)
* Dump() was modifying original data, adding a PV to numbers
* Added a test for this (TINITA++)
* Prevent warning about unused variables (see issue#59)
* Clarify documentation about exported functions
* use lib FindBin::Bin in tests, preparing for perl 5.26 where \'.\' gets
* removed from AATTINC. Fixes issue#54 TINITA++
* Use the latest libyaml sources.
* Lazy load B::Deparse for faster startup time. Applied PR/53 by
* AATTperlpunk++ (submitted by AATTcarnil++ from a Debian issue as GitHub
* issue#52)
* Apply PR/48 by AATTperlpunk++
* Fixes memory leaks
* Apply PR/42 AATTperlpunk++ (fix for detecting filehandles)
* Apply PR/37 AATTperlpunk++ (includes PR/36 AATTlameventanas++)
* Apply PR/33. AATTandygrundman++. Solaris fixes.
* Mon Mar 23 2015 bjh21AATTcam.ac.uk- Added perl-YAML-LibYAML-no-plan.patch, which lets the package build on SLES 11.
* Tue Feb 10 2015 vcizekAATTsuse.com- update to 0.59- this update fixes 3 vulnerabilities in the embedded LibYAML:
* CVE-2014-9130: libyaml: assert failure when processing wrapped strings (bnc#907809)
* CVE-2014-2525: libyaml: heap overflow during parsing (bnc#868944)
* CVE-2013-6393: libyaml: heap based buffer, overflow due to integer misuse (bnc#860617)- dropped CVE-2012-1152-YAML-LibYAML-0.35-format-error.patch (upstream)- upstream changelog:
* PR/23 Better scalar dump heuristics
* More closely match YAML.pm
* Add a VERSION statement to YAML::LibYAML (issue#8)
* Applied fix for PR/21. nawglan++
* Use Swim cpan-tail block functions in doc
* Get YAML::XS using latest libyaml
* Fix for https://bitbucket.org/xi/libyaml/issue/10/wrapped-strings-cause-assert-failure
* Fix e1 test failure on 5.21.4
* Remove =travis section
* Meta 0.0.2
* Eliminate spurious trailing whitespace
* Add t/000-compile-modules.t
* Fix swim errors
* Add badges to doc
* Fix ReadMe
* Fix Meta and add Contributing.