Skip to content

Commit

Permalink
curl 7.52.1
Browse files Browse the repository at this point in the history
Fixes CVE-2016-9594.
http://www.openwall.com/lists/oss-security/2016/12/23/1

Closes #8143.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
  • Loading branch information
tdsmith committed Dec 23, 2016
1 parent e30e081 commit 5b5e53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/curl.rb
@@ -1,8 +1,8 @@
class Curl < Formula
desc "Get a file from an HTTP, HTTPS or FTP server"
homepage "https://curl.haxx.se/"
url "https://curl.haxx.se/download/curl-7.52.0.tar.bz2"
sha256 "b9a2e18b4785eb75ad84598720e1559e1c53550ea011c0e00becdb94e2df5cc6"
url "https://curl.haxx.se/download/curl-7.52.1.tar.bz2"
sha256 "d16185a767cb2c1ba3d5b9096ec54e5ec198b213f45864a38b3bda4bbf87389b"

bottle do
cellar :any
Expand Down

0 comments on commit 5b5e53e

Please sign in to comment.