Version: 0.2.5, Package name: libyaml-0.2.5 |
Maintained by: Pierre-Emmanuel Andre |
Master sites: |
Description LibYAML is a YAML 1.1 parser and emitter written in C. LibYAML covers presenting and parsing processes. Thus LibYAML defines the following two processors: * Parser, which takes an input stream of bytes and produces a sequence of parsing events. * Emitter, which takes a sequence of events and produces a stream of bytes. The processes of parsing and presenting are inverse to each other. Any sequence of events produced by parsing a well-formed YAML document should be acceptable by the Emitter, which should produce an equivalent document. Similarly, any document produced by emitting a sequence of events should be acceptable for the Parser, which should produce an equivalent sequence of events. The job of resolving implicit tags, composing and serializing representation trees, as well as constructing and representing native objects is left to applications and bindings. Although some of these processes may be covered in the latter releases, they are not in the scope of the initial release of LibYAML. |
Filesize: 595.17 KB |
Version History (View Complete History) |
|
2019-07-12 14:45:17 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-09 09:59:33 by Stuart Henderson | Files touched by this commit (2) |
Log message: cope with libyaml upstream distfile which was rerolled to include generated autoconf files and html docs; thanks aja@ for the report |
2019-05-09 05:23:53 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to yaml-0.2.2, maintainer timeout |
2016-11-19 17:56:44 by Jonathan Gray | Files touched by this commit (3) |
Log message: update to libyaml 0.1.7 ok rpointel@, maintainer timeout |
2016-03-11 12:59:18 by Christian Weisgerber | Files touched by this commit (178) |
Log message: garbage collect CONFIGURE_SHARED |
2015-05-22 05:31:20 by Antoine Jacoutot | Files touched by this commit (296) |
Log message: "/usr/local/lib/pkgconfig/" is part of mtree(8). Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time. |
2014-12-01 01:49:17 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: Security fix for CVE-2014-9130 |
2014-12-01 01:48:51 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: add comment to patch, no pkg change |
2014-12-01 01:29:19 by Jonathan Gray | Files touched by this commit (2) |
Log message: Remove an "impossible" assert that can be triggered with a yaml input found with the afl fuzzer. This issue is CVE-2014-9130. Taken from the following upstream commit: https://bitbucket.org/xi/libyaml/commits/2b9156756423e967cfd09a61d125d883fca6f4f2/raw/ |
2008-12-31 05:15:45 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Update to 0.1.2 ok ajacoutot@ |