gnu-tar: audit fixes
This commit is contained in:
parent
cee830b90b
commit
0b8a75cb17
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,6 @@ class GnuTar < Formula
|
|||
mirror "https://ftp.gnu.org/gnu/tar/tar-1.28.tar.gz"
|
||||
sha256 "6a6b65bac00a127a508533c604d5bf1a3d40f82707d56f20cefd38a05e8237de"
|
||||
|
||||
option "with-default-names", "Do not prepend 'g' to the binary"
|
||||
|
||||
bottle do
|
||||
revision 3
|
||||
sha256 "e454d4acb5d791a70b9f00658c1f2397f7a52e28657ea55a67b4f1d469222d98" => :el_capitan
|
||||
|
@ -14,6 +12,8 @@ class GnuTar < Formula
|
|||
sha256 "b21d9afff94eba7d94b7e3fb886ab781e6bd3e3acc1615092788143b08384f49" => :mavericks
|
||||
end
|
||||
|
||||
option "with-default-names", "Do not prepend 'g' to the binary"
|
||||
|
||||
# Fix for xattrs bug causing build failures on OS X:
|
||||
# https://lists.gnu.org/archive/html/bug-tar/2014-08/msg00001.html
|
||||
patch do
|
||||
|
|
Loading…
Reference in a new issue