diff options
| author | Tim D. Smith | 2015-03-14 14:14:40 -0700 |
|---|---|---|
| committer | Tim D. Smith | 2015-03-14 16:32:27 -0700 |
| commit | 0de34825e50831c4ccd012d4e84da8d80ca87ab5 (patch) | |
| tree | 9efd59edb3b13cd43d83dafa4f283b05c69522df /Library/Formula/git-review.rb | |
| parent | cd46f4518e1520865de4a1f49221a32e71eea2c9 (diff) | |
| download | homebrew-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/git-review.rb')
| -rw-r--r-- | Library/Formula/git-review.rb | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
