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/duplicity.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/duplicity.rb')
| -rw-r--r-- | Library/Formula/duplicity.rb | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
