aboutsummaryrefslogtreecommitdiff
path: root/contrib/libyaml
Commit message (Collapse)AuthorAgeFilesLines
* libyaml: import libyaml vendor version 0.2.5Baptiste Daroussin2025-06-2661-0/+18589
| | | | | The yaml parser used in nuageinit is too incomplete, import libyaml in order to be able to use as a complete parser for nuageinit.
* Remove libyaml, it has been replaced by libuclBaptiste Daroussin2014-02-23175-76429/+0
| | | | Notes: svn path=/head/; revision=262407
* Apply patch for CVE-2013-6393 [1] to fix heap-based buffer overflow whenBaptiste Daroussin2014-02-032-9/+61
| | | | | | | | | | | | | | | parsing YAML tags. Also apply a patch for hardenning the guards againt the issue The only user in base in yaml is pkg(7) which uses the library a way that it is not affected Submitted by: delphij Obtained from: https://bugzilla.redhat.com/show_bug.cgi?id=1033990 MFC after: 3 days Security: CVE-2013-6393 Notes: svn path=/head/; revision=261431
* Import libyaml as libbsdyml (private brand name)Baptiste Daroussin2013-03-04175-0/+76377
LibYAML is a YAML 1.1 parser and emitter under MIT license which will soon be used by the pkg boostrap (usr.bin/pkg) and bhyve Reviewed by: roberto, antoine Notes: svn path=/head/; revision=247779