aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--Library/Formula/ansible.rb5
-rw-r--r--Library/Formula/duplicity.rb5
-rw-r--r--Library/Formula/euca2ools.rb5
-rw-r--r--Library/Formula/git-review.rb5
-rw-r--r--Library/Formula/goolabs.rb5
-rw-r--r--Library/Formula/httpie.rb5
-rw-r--r--Library/Formula/pwntools.rb5
-rw-r--r--Library/Formula/tutum.rb5
8 files changed, 24 insertions, 16 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
diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb
index 19b2299b4..fa7b647bd 100644
--- a/Library/Formula/duplicity.rb
+++ b/Library/Formula/duplicity.rb
@@ -2,6 +2,7 @@ class Duplicity < Formula
homepage "http://www.nongnu.org/duplicity/"
url "http://code.launchpad.net/duplicity/0.6-series/0.6.25/+download/duplicity-0.6.25.tar.gz"
sha1 "fe0b6b0b0dc7dbc02598d96567954b48c4308420"
+ revision 1
bottle do
revision 2
@@ -37,8 +38,8 @@ class Duplicity < 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 "iso8601" do
diff --git a/Library/Formula/euca2ools.rb b/Library/Formula/euca2ools.rb
index f4a197d02..15356c224 100644
--- a/Library/Formula/euca2ools.rb
+++ b/Library/Formula/euca2ools.rb
@@ -3,6 +3,7 @@ class Euca2ools < Formula
url "https://github.com/eucalyptus/euca2ools/archive/v3.1.1.tar.gz"
sha1 "a29646fe312ae90c625304a9b969f5ab8bec44d8"
head "https://github.com/eucalyptus/euca2ools.git"
+ revision 1
bottle do
cellar :any
@@ -19,8 +20,8 @@ class Euca2ools < Formula
end
resource "requests" do
- url "https://pypi.python.org/packages/source/r/requests/requests-2.3.0.tar.gz"
- sha1 "f57bc125d35ec01a81afe89f97dc75913a927e65"
+ url "https://pypi.python.org/packages/source/r/requests/requests-2.6.0.tar.gz"
+ sha256 "1cdbed1f0e236f35ef54e919982c7a338e4fea3786310933d3a7887a04b74d75"
end
resource "setuptools" do
diff --git a/Library/Formula/git-review.rb b/Library/Formula/git-review.rb
index d55d4afc2..b96c6fcd5 100644
--- a/Library/Formula/git-review.rb
+++ b/Library/Formula/git-review.rb
@@ -4,6 +4,7 @@ class GitReview < Formula
homepage "https://git.openstack.org/cgit/openstack-infra/git-review"
url "https://pypi.python.org/packages/source/g/git-review/git-review-1.24.tar.gz"
sha1 "9183b505366b842cff32132ee88d8eff44bb7c89"
+ revision 1
bottle do
cellar :any
@@ -15,8 +16,8 @@ class GitReview < Formula
depends_on :python if MacOS.version <= :snow_leopard
resource "requests" do
- url "https://pypi.python.org/packages/source/r/requests/requests-2.5.0.tar.gz"
- sha1 "d60dfaaa0b4b62a6646fcb6c3954ea369317ca9f"
+ url "https://pypi.python.org/packages/source/r/requests/requests-2.6.0.tar.gz"
+ sha256 "1cdbed1f0e236f35ef54e919982c7a338e4fea3786310933d3a7887a04b74d75"
end
def install
diff --git a/Library/Formula/goolabs.rb b/Library/Formula/goolabs.rb
index 34475e80d..e2a60fa4e 100644
--- a/Library/Formula/goolabs.rb
+++ b/Library/Formula/goolabs.rb
@@ -2,6 +2,7 @@ class Goolabs < Formula
homepage "https://pypi.python.org/pypi/goolabs"
url "https://pypi.python.org/packages/source/g/goolabs/goolabs-0.1.1.tar.gz"
sha1 "3201102ab0fad77d57a09dd7c879f6f163e05799"
+ revision 1
bottle do
cellar :any
@@ -23,8 +24,8 @@ class Goolabs < 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
def install
diff --git a/Library/Formula/httpie.rb b/Library/Formula/httpie.rb
index 31027d36c..e0020ac3c 100644
--- a/Library/Formula/httpie.rb
+++ b/Library/Formula/httpie.rb
@@ -2,6 +2,7 @@ class Httpie < Formula
homepage "https://github.com/jakubroztocil/httpie"
url "https://github.com/jakubroztocil/httpie/archive/0.9.2.tar.gz"
sha1 "39e9aab7f6f27973098c22c81fe5b9e7a5866a8b"
+ revision 1
head "https://github.com/jakubroztocil/httpie.git"
@@ -20,8 +21,8 @@ class Httpie < Formula
end
resource "requests" do
- url "https://pypi.python.org/packages/source/r/requests/requests-2.5.2.tar.gz"
- sha1 "888e788f9e2343f297ae850b13f38b3b3416d3dc"
+ url "https://pypi.python.org/packages/source/r/requests/requests-2.6.0.tar.gz"
+ sha256 "1cdbed1f0e236f35ef54e919982c7a338e4fea3786310933d3a7887a04b74d75"
end
def install
diff --git a/Library/Formula/pwntools.rb b/Library/Formula/pwntools.rb
index a9d9dec2a..6fe87eb57 100644
--- a/Library/Formula/pwntools.rb
+++ b/Library/Formula/pwntools.rb
@@ -2,6 +2,7 @@ class Pwntools < Formula
homepage "http://pwntools.com/"
url "https://github.com/Gallopsled/pwntools/archive/2.2.0.tar.gz"
sha256 "67bfaf6e1e24812fdde5093422c6c76bcd581f4b85760779b823b75950817a2d"
+ revision 1
bottle do
cellar :any
@@ -50,8 +51,8 @@ class Pwntools < 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 "psutil" do
diff --git a/Library/Formula/tutum.rb b/Library/Formula/tutum.rb
index f4759ac61..037ebcd99 100644
--- a/Library/Formula/tutum.rb
+++ b/Library/Formula/tutum.rb
@@ -4,6 +4,7 @@ class Tutum < Formula
homepage "https://www.tutum.co/"
url "https://github.com/tutumcloud/tutum-cli/archive/v0.12.6.1.tar.gz"
sha1 "75d44ba0fb7f360dfa1931ce5cf0134cc69985e0"
+ revision 1
bottle do
cellar :any
@@ -51,8 +52,8 @@ class Tutum < 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 "tabulate" do