aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ansible.rb
diff options
context:
space:
mode:
authorTim D. Smith2015-03-14 14:14:40 -0700
committerTim D. Smith2015-03-14 16:32:27 -0700
commit0de34825e50831c4ccd012d4e84da8d80ca87ab5 (patch)
tree9efd59edb3b13cd43d83dafa4f283b05c69522df /Library/Formula/ansible.rb
parentcd46f4518e1520865de4a1f49221a32e71eea2c9 (diff)
downloadhomebrew-0de34825e50831c4ccd012d4e84da8d80ca87ab5.tar.bz2
Update resourced requests to 2.6.0
Addresses a session fixation vulnerability in requests: http://www.openwall.com/lists/oss-security/2015/03/14/4 Closes #37719. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/ansible.rb')
-rw-r--r--Library/Formula/ansible.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/ansible.rb b/Library/Formula/ansible.rb
index bb570382c..2b9e715b6 100644
--- a/Library/Formula/ansible.rb
+++ b/Library/Formula/ansible.rb
@@ -2,6 +2,7 @@ class Ansible < Formula
homepage "http://www.ansible.com/home"
url "http://releases.ansible.com/ansible/ansible-1.8.4.tar.gz"
sha1 "74be0c102506d14940bc76f5c5659618368c41ec"
+ revision 1
head "https://github.com/ansible/ansible.git", :branch => "devel"
@@ -20,8 +21,8 @@ class Ansible < Formula
end
resource "requests" do
- url "https://pypi.python.org/packages/source/r/requests/requests-2.5.1.tar.gz"
- sha1 "f906c441be2f0e7a834cbf701a72788d3ac3d144"
+ url "https://pypi.python.org/packages/source/r/requests/requests-2.6.0.tar.gz"
+ sha256 "1cdbed1f0e236f35ef54e919982c7a338e4fea3786310933d3a7887a04b74d75"
end
resource "websocket-client" do