aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libyaml.rb
diff options
context:
space:
mode:
authorBrent Miller2014-03-27 14:27:57 -0700
committerMike McQuaid2014-03-27 21:40:00 +0000
commit5a6da774508631140534d24a96d61761947ddd10 (patch)
tree0d9330c16e2be1ea8af716d97654191a6ff8c4e8 /Library/Formula/libyaml.rb
parentc11a5babc0c8ab97e692fdf9924896b21bfc4956 (diff)
downloadhomebrew-5a6da774508631140534d24a96d61761947ddd10.tar.bz2
libyaml 0.1.6
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
Diffstat (limited to 'Library/Formula/libyaml.rb')
-rw-r--r--Library/Formula/libyaml.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libyaml.rb b/Library/Formula/libyaml.rb
index 489d6822f..8e98ece8c 100644
--- a/Library/Formula/libyaml.rb
+++ b/Library/Formula/libyaml.rb
@@ -2,8 +2,8 @@ require 'formula'
class Libyaml < Formula
homepage 'http://pyyaml.org/wiki/LibYAML'
- url 'http://pyyaml.org/download/libyaml/yaml-0.1.5.tar.gz'
- sha1 '8b78cb9f759c7d80db8a7328c0ebecfe34fde737'
+ url 'http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz'
+ sha1 'f3d404e11bec3c4efcddfd14c42d46f1aabe0b5d'
bottle do
cellar :any