aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libyaml.rb
AgeCommit message (Collapse)Author
2015-01-12libyaml: update 0.1.6_1 bottle.BrewTestBot
2015-01-12libyaml: patch for CVE-2014-9130Tim D. Smith
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-9130 scanner.c in LibYAML 0.1.5 and 0.1.6, as used in the YAML-LibYAML (aka YAML-XS) module for Perl, allows context-dependent attackers to cause a denial of service (assertion failure and crash) via vectors involving line-wrapping. Closes #35796.
2014-12-30libyaml: add testXu Cheng
Closes #35353. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-19libyaml: update 0.1.6 bottle.BrewTestBot
2014-10-07libyaml: add a mirror.Dominyk Tiller
Adds a mirror to the libyaml formula, and generally cleans up the single/double quotes preference. Closes #32986. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-27libyaml: update 0.1.6 bottle.BrewTestBot
Closes #27923. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-27libyaml 0.1.6Brent Miller
Closes a security vulnerability: http://www.ocert.org/advisories/ocert-2014-003.html http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2525
2014-02-24libyaml: add 0.1.5 bottle.BrewTestBot
2014-02-04libyaml 0.1.5Mike McQuaid
2013-05-26libyaml: styleJack Nagel
2012-11-30libyaml: fix --universalScott M. Kroll
Closes #16329. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-13libyaml: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12Append missing trailing newlinesJack Nagel
A few formulae are missing trailing newlines. Let's be POSIXly correct about trailing newlines, which are part of the definition of a "line" and hence a "file". Even "diff" has it's own special handling for files without trailing newlines. Perhaps an audit check is in order. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-13libyaml: support universal buildsWilliam Woodall
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-16libyaml 0.1.4Aaron Patterson
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-29libyaml formulaAlexander Solovyov
LibYAML is a YAML 1.1 parser and emitter written in C.