<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend/os/mac, branch 1.1.9</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>keg_relocate: Check HOMEBREW_TEMP's realpath when excluding name changes.</title>
<updated>2017-01-07T20:06:46+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2017-01-07T20:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6b63abb850a4478199e39327464dc014b632a9f1'/>
<id>6b63abb850a4478199e39327464dc014b632a9f1</id>
<content type='text'>
Since /tmp (the default HOMEBREW_TEMP) is a symlink to /private/tmp,
some build systems (like Parrot's) will attempt to use the realpath
instead of the literal /tmp we supply it with. This breaks the relocation
code, which only tested the literal HOMEBREW_TEMP and not its realpath.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since /tmp (the default HOMEBREW_TEMP) is a symlink to /private/tmp,
some build systems (like Parrot's) will attempt to use the realpath
instead of the literal /tmp we supply it with. This breaks the relocation
code, which only tested the literal HOMEBREW_TEMP and not its realpath.
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitelist PHP formulas in shadowed header audit check</title>
<updated>2017-01-06T22:43:25+00:00</updated>
<author>
<name>Jan Viljanen</name>
</author>
<published>2017-01-06T11:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=80b7d4c1aafc6eba51e6b167b1da13788714f4d4'/>
<id>80b7d4c1aafc6eba51e6b167b1da13788714f4d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bottles: --force-bottle feigns or_later.</title>
<updated>2017-01-02T16:05:14+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-02T16:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=79f9896d2ffd03819236318c9f0742d40f1826ac'/>
<id>79f9896d2ffd03819236318c9f0742d40f1826ac</id>
<content type='text'>
When reproducing issues with software that hasn’t been bottled yet on
your version of macOS it can sometimes be helpful to use `or_later`
bottle functionality i.e. just use the bottle for the latest version of
macOS available. This maps well to the existing `--force-bottle`
argument so it will now act as if the latest bottle has a `or_later`
ending.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When reproducing issues with software that hasn’t been bottled yet on
your version of macOS it can sometimes be helpful to use `or_later`
bottle functionality i.e. just use the bottle for the latest version of
macOS available. This maps well to the existing `--force-bottle`
argument so it will now act as if the latest bottle has a `or_later`
ending.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1701 from MikeMcQuaid/deprecate-std-superenv-stuff</title>
<updated>2016-12-30T20:43:27+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-30T20:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b1e27d689d8eadb267fb9890ec2e0a2a87e46b4e'/>
<id>b1e27d689d8eadb267fb9890ec2e0a2a87e46b4e</id>
<content type='text'>
ENV: deprecate old methods.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENV: deprecate old methods.</pre>
</div>
</content>
</entry>
<entry>
<title>ENV: deprecate old methods.</title>
<updated>2016-12-30T20:20:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-30T20:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e50102d91e5fc13fd59589967bb97bb6159bbad0'/>
<id>e50102d91e5fc13fd59589967bb97bb6159bbad0</id>
<content type='text'>
These should have been deprecated long ago but we didn’t really have
the necessary framework to do so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These should have been deprecated long ago but we didn’t really have
the necessary framework to do so.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: use new curl_args form.</title>
<updated>2016-12-30T20:17:34+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-30T20:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b3c6334d3cde6d653427ae29892e3a14af9c5bd9'/>
<id>b3c6334d3cde6d653427ae29892e3a14af9c5bd9</id>
<content type='text'>
This will use Curl’s default user agent to reduce homepage errors and
provides a function that can be used for other audits to perform
similar tests on URLs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will use Curl’s default user agent to reduce homepage errors and
provides a function that can be used for other audits to perform
similar tests on URLs.
</pre>
</div>
</content>
</entry>
<entry>
<title>development_tools: remove unused method.</title>
<updated>2016-12-29T12:51:12+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-29T12:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6f44dc41d5316e26a3ac533019199da502f430fc'/>
<id>6f44dc41d5316e26a3ac533019199da502f430fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Xcode prerelease warnings.</title>
<updated>2016-12-19T18:01:36+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-19T18:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e950aa11d16c5f9fb808f77989d61c8d98490c3e'/>
<id>e950aa11d16c5f9fb808f77989d61c8d98490c3e</id>
<content type='text'>
At this point we probably do want to know about issues that crop up in
betas so we can fix them before the new version of Xcode is released.
Additionally, this doesn't really work well any more with our new
tag-based workflow as it means we need to cut a new tag immediately
after a new Xcode is released.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At this point we probably do want to know about issues that crop up in
betas so we can fix them before the new version of Xcode is released.
Additionally, this doesn't really work well any more with our new
tag-based workflow as it means we need to cut a new tag immediately
after a new Xcode is released.
</pre>
</div>
</content>
</entry>
<entry>
<title>Never trigger too old CLT check on &lt;10.7.</title>
<updated>2016-12-18T23:31:17+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-18T23:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=477faf073bd0e500bbdea65239430b6a6bd3b54b'/>
<id>477faf073bd0e500bbdea65239430b6a6bd3b54b</id>
<content type='text'>
While we fake a CLT for these versions they never shipped with the CLT
so cannot update it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While we fake a CLT for these versions they never shipped with the CLT
so cannot update it.
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: silence outdated Travis Xcode warning.</title>
<updated>2016-11-26T13:09:59+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-26T13:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=025e53c321e06f1cf42139324124b8d3f31163f4'/>
<id>025e53c321e06f1cf42139324124b8d3f31163f4</id>
<content type='text'>
This doesn't add any value and stops us from testing `brew doctor` and
others from running `brew doctor` on Travis CI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't add any value and stops us from testing `brew doctor` and
others from running `brew doctor` on Travis CI.
</pre>
</div>
</content>
</entry>
</feed>
