diff options
| author | BrewTestBot | 2015-01-19 15:45:47 +0000 |
|---|---|---|
| committer | Tim D. Smith | 2015-01-19 08:36:07 -0800 |
| commit | 80bf1e8c4c00ec6afba4c9d550cd80221bfcb076 (patch) | |
| tree | a35ecb6846e5262e5512e3cc6390957e47d9a461 /Library/Formula | |
| parent | f62f9d2a9cf1d98180caa5de055db5efdad559ff (diff) | |
| download | homebrew-80bf1e8c4c00ec6afba4c9d550cd80221bfcb076.tar.bz2 | |
pigz: add 2.3.1 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pigz.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/pigz.rb b/Library/Formula/pigz.rb index 4b604f2f2..7c370603c 100644 --- a/Library/Formula/pigz.rb +++ b/Library/Formula/pigz.rb @@ -3,6 +3,13 @@ class Pigz < Formula url 'http://www.zlib.net/pigz/pigz-2.3.1.tar.gz' sha1 '2d5c9a70a6afcf1d8986890026d70c96b9346c07' + bottle do + cellar :any + sha1 "3aa3d204457ffda3815b62f3f1530caedfede0f4" => :yosemite + sha1 "836f8a39e7e524da44cb03a34a5962c690668378" => :mavericks + sha1 "65c9d79d6610f35008549afab203e9058f937a20" => :mountain_lion + end + # avoid directory traversal vulnerability CVE-2015-1191 # http://www.openwall.com/lists/oss-security/2015/01/12/4 # https://github.com/madler/pigz/commit/fdad1406b3ec809f4954ff7cdf9e99eb18c2458f |
