Revisions of perl-YAML-LibYAML

buildservice-autocommit accepted request 710400 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 26)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 710366 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 25)
- 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 @zdm++
     - Fix typo in docs. PR#87 @mr-mixas++
     - Fix links in docs. @manwar++
  0.75 Sat Nov  3 14:17:28 CET 2018
     - Implement $LoadCode (tinita)
buildservice-autocommit accepted request 637099 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 24)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 23)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 636917 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 22)
- update to 0.74
  * Fix tests on older perls
  * Support back to perl.5.8.1
- Cleaned with spec-cleaner
buildservice-autocommit accepted request 631336 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 21)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 631130 from Jan Baier's avatar Jan Baier (jbaier_cz) (revision 20)
Update to 0.72
buildservice-autocommit accepted request 292508 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 19)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 292501 from Ben Harris's avatar Ben Harris (bjh21) (revision 18)
This adds a patch to make the package buildable on SLES 11, and addresses the comments on my previous submission (291273).
buildservice-autocommit accepted request 285478 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 17)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 285072 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 16)
- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 285072 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 15)
- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 285072 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 14)
- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 285072 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 13)
- 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.
buildservice-autocommit accepted request 242911 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 12)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 11)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 10)
update
buildservice-autocommit accepted request 122856 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 9)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 8)
- updated to 0.38
  - Apply SPROUT++ deparse test patch. Thanks!
buildservice-autocommit accepted request 115553 from Pascal Bleser's avatar Pascal Bleser (pbleser) (revision 7)
baserev update by copy to link target
Displaying revisions 21 - 40 of 46
openSUSE Build Service is sponsored by