Commit Graph

116 Commits

Author SHA1 Message Date
Fedora Release Engineering
7b6b576777 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 07:09:19 +00:00
Petr Písař
a010400807 perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-12 14:17:13 +02:00
Jitka Plesnikova
984c770df9 Perl 5.26 rebuild 2017-06-05 01:32:17 +02:00
Paul Howarth
3fbe9337d7 Update to 0.65
- New upstream release 0.65
  - Prevent warning about unused variables (GH#59)
  - Clarify documentation about exported functions
2017-05-19 14:54:47 +01:00
Paul Howarth
ffaaebdf98 Update to 0.64
- New upstream release 0.64
  - use lib FindBin::Bin in tests, preparing for perl 5.26 where '.' gets
    removed from @INC (GH#54)
  - Use the latest libyaml sources
  - Lazy load B::Deparse for faster startup time (GH#52, GH#53)
- Drop redundant Group: tag
- Add provide for bundled(libyaml)
2017-04-09 12:16:22 +01:00
Paul Howarth
db1ac6b6df Revert to 0.63; the 0.71 release was unauthorized 2017-03-07 10:13:38 +00:00
Fedora Release Engineering
2bf57a29f0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 06:08:50 +00:00
Paul Howarth
107ab8bcc4 Update to 0.71
- New upstream release 0.71
  - Merge with libyaml 0.1.7 upstream
  - cperl fixes for fake_signatures
  - libyaml fix C++-compat errors
  - Improve Makefile for Win32
  - Improve ppport_sort.h
  - Implement new NonStrict mode (for perl5 compat)
  - libyaml reformat, minor optimizations, fix warnings
  - Update documentation
  - Use error codes, return undef on error
  - Abstract the loader functionality to load_impl(), dump_impl() not yet
  - Rearrange static funcs (not decl in header)
  - DumpFile,LoadFile is now XS only, and do accept mg pv, io objects and
    fileglobs; support filename in error messages
  - Support $YAML::XS::NonStrict loader
  - Add dumper options Indent, BestWidth, Canonical, Unicode, Encoding,
    LineBreak, OpenEnded (kept defaults)
  - Add loader option NonStrict, Encoding (kept defaults)
  - Fix default emitter_set_width (2 ⇒ 80)
  - Fix the tests for the new default IndentlessMap=0 and check also
    IndentlessMap=1
  - Enable 2 more test/glob.t tests
  - Fix dump_yaml in test/TestYAMLTests.pm
  - Avoid duplicate checks against NULL
- This release by RURBAN → update source URL
2016-09-08 19:59:19 +01:00
Paul Howarth
40d37e317f Update to 0.63
- New upstream release 0.63
  - Fix memory leaks (GH#48)
- Simplify find command using -empty
2016-07-08 22:04:47 +01:00
Petr Písař
8b0bb2e308 Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 09:25:04 +02:00
Jitka Plesnikova
f739233d29 Perl 5.24 rebuild 2016-05-15 10:56:50 +02:00
Paul Howarth
c0847ec58b Update to 0.62
- New upstream release 0.62
  - Fix for detecting filehandles (GH#42)
- This release by TINITA → update source URL
2016-02-22 18:36:54 +00:00
Paul Howarth
0452a353b1 Update to 0.61
- New upstream release 0.61
  - Allow reading from and writing to IO::Handle (and derived) objects (GH#37)
2016-02-21 11:16:49 +00:00
Jitka Plesnikova
75b3a74856 0.60 bump 2016-02-10 10:31:50 +01:00
Fedora Release Engineering
c871d43482 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 16:44:11 +00:00
Dennis Gilmore
56d0057c1e - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 13:37:47 +00:00
Jitka Plesnikova
8038829392 Perl 5.22 rebuild 2015-06-03 19:33:32 +02:00
Paul Howarth
ce5f7169f4 Update to 0.59
- New upstream release 0.59
  - Better scalar dump heuristics (PR/23)
  - More closely match YAML.pm
2015-01-27 10:41:28 +00:00
Paul Howarth
e2930bced2 Update to 0.58
- New upstream release 0.58
  - Add a VERSION statement to YAML::LibYAML (GH#8)
- This release by INGY → update source URL
2015-01-21 20:33:35 +00:00
Paul Howarth
c6d19a89b8 Update to 0.57
- New upstream release 0.57
  - Update copyright year
  - Use Swim cpan-tail block functions in doc
  - Format string fixes (PR#21, CPAN RT#46507, CVE-2012-1152)
- This release by NAWGLAN → update source URL
- Drop patch for format string fixes, upstreamed at long last
2015-01-16 14:35:05 +00:00
Paul Howarth
4a9ce9d375 Update to 0.55
- New upstream release 0.55
  - Get YAML::XS using latest libyaml
2014-12-24 11:38:33 +00:00
Paul Howarth
ac91eeded4 Merge branch 'f21' of ssh://pkgs.fedoraproject.org/perl-YAML-LibYAML into f21
Conflicts:
	perl-YAML-LibYAML.spec
2014-12-02 11:31:03 +00:00
Paul Howarth
2dae534291 Add changelog reference to CVE-2014-9130 2014-12-01 15:52:40 +00:00
Paul Howarth
b6c7bcd356 Update to 0.54
- New upstream release 0.54
  - Fix for an edge case in scanner that results in an assert() failing
    (https://bitbucket.org/xi/libyaml/issue/10/wrapped-strings-cause-assert-failure)
- Drop upstreamed patches for CVE-2013-6393 and CVE-2014-2525
2014-11-30 18:09:28 +00:00
Jitka Plesnikova
f4b85ffc88 Update BRs (bz#1165198) 2014-11-18 16:51:53 +01:00
Jitka Plesnikova
d1009bb022 Update BRs (bz#1165198) 2014-11-18 16:35:14 +01:00
Jitka Plesnikova
b83d119b8e Perl 5.20 rebuild 2014-08-27 11:12:33 +02:00
Paul Howarth
b732361a8d Update to 0.52
- New upstream release 0.52
  - Fix e1 test failure on 5.21.4
2014-08-24 19:59:52 +01:00
Paul Howarth
294e189421 Update to 0.51 (various minor tidy-ups, no functional changes) 2014-08-18 20:30:44 +01:00
Peter Robinson
4c0f0eab05 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 18:00:07 +00:00
Paul Howarth
22429aaa7c Update to 0.47
- New upstream release 0.47:
  - Fix swim errors
- Include upstream license file
2014-08-09 20:42:05 +01:00
Jitka Plesnikova
6b411ca664 0.46 bump 2014-08-06 14:32:20 +02:00
Jitka Plesnikova
543e56abb8 0.45 bump 2014-08-05 13:54:34 +02:00
Jitka Plesnikova
5746ee9e42 0.44 bump 2014-07-14 15:55:09 +02:00
Dennis Gilmore
137b97d8b3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 07:40:12 -05:00
Paul Howarth
da43da31bb Add fixes for CVE-2013-6393 and CVE-2014-2525
- Fix LibYAML input sanitization errors (CVE-2014-2525)
- Fix heap-based buffer overflow when parsing YAML tags (CVE-2013-6393)
2014-03-27 13:52:30 +00:00
Dennis Gilmore
3e843d9036 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 21:08:31 -05:00
Petr Písař
3560fffc5e Perl 5.18 rebuild 2013-07-17 21:39:23 +02:00
Paul Howarth
0c4fe663d7 Update to 0.41
- New upstream release 0.41:
  - Removed C++ // style comments, for better portability
2013-03-14 00:51:17 +00:00
Paul Howarth
0b7d2f5f15 Update to 0.39
- New upstream release 0.39:
  - Using the latest libyaml codebase
    (https://github.com/yaml/libyaml/tree/perl-yaml-xs)
  - Changes have been made to start moving libyaml to 1.2
2013-02-12 09:56:09 +00:00
Dennis Gilmore
d455d606d0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 17:43:50 -05:00
Paul Howarth
2d34089b23 Merge branch 'master' into el6
Conflicts:
	.gitignore
	perl-YAML-LibYAML.spec
	sources
2012-07-05 14:57:03 +01:00
Petr Písař
c4c7f17307 Build-require Data::Dumper 2012-06-11 13:04:30 +02:00
Petr Písař
0b5b7f9410 Perl 5.16 rebuild 2012-06-11 10:47:59 +02:00
Paul Howarth
2d5a8241a0 Clean up and add patch for CVE-2012-1152 (CPAN RT#46507)
- Fix various format string vulnerabilities (CVE-2012-1152, CPAN RT#46507)
- De-duplicate buildreqs, with Module>Install>Tests priority
- Install to vendor directories
- Don't need to remove empty directories from buildroot
- Don't use macros for commands
- Make %files list more explicit
- Tidy %description
2012-03-29 18:56:28 +01:00
Marcela Mašláňová
d37a3cb469 bump to 0.38 2012-01-13 15:00:54 +01:00
Petr Sabata
3638c5f428 0.37 bump 2011-09-30 13:15:07 +02:00
Marcela Mašláňová
63a4f0b793 Perl mass rebuild 2011-06-17 12:00:47 +02:00
Petr Sabata
6fc83b5854 0.35 bump, removing buildroot stuff 2011-04-04 13:21:09 +02:00
Paul Howarth
ed98ee90ee Minor fixes
- Improve overly-generic package summary
- README is already UTF-8 encoded in version 0.34 so don't try converting it
  from ISO-8859-1
2011-03-16 14:04:03 +00:00