forked from pool/libyaml
* Manually define PTRDIFF_MAX for VS C compiler * Limit input size to SIZE_MAX/2 * Guard against overflows in indent and flow_level (CVE-2013-6393, bnc#860617) * Prevent node index overflow (Reported by Florian Weimer). * Fixed invalid size_t->int cast (Thank to Florian Weimer). OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=11
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Feb 7 16:25:48 UTC 2014 - dmueller@suse.com
|
|
|
|
- update to 0.1.5:
|
|
* Manually define PTRDIFF_MAX for VS C compiler
|
|
* Limit input size to SIZE_MAX/2
|
|
* Guard against overflows in indent and flow_level (CVE-2013-6393, bnc#860617)
|
|
* Prevent node index overflow (Reported by Florian Weimer).
|
|
* Fixed invalid size_t->int cast (Thank to Florian Weimer).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 26 12:25:02 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 0.1.4:
|
|
* documentation update
|
|
* add pkgconfig support
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 29 21:44:24 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Remove redundant tags/sections per specfile guideline suggestions
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 9 19:05:55 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- fixed erroneous license from GPLv2 to MIT, bnc#670525
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 6 22:55:47 UTC 2010 - mrueckert@suse.de
|
|
|
|
- initial package of version 0.1.3
|
|
|