<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend, branch 1.2.0</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Fix and remove various TODOs.</title>
<updated>2017-04-23T14:10:18+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-23T14:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=45a7730f61ab24a0e5e3bc00d757a4521c2e1c1d'/>
<id>45a7730f61ab24a0e5e3bc00d757a4521c2e1c1d</id>
<content type='text'>
Fix those that can be done so without tearing Homebrew to pieces and
remove the comments for those that can never be done.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix those that can be done so without tearing Homebrew to pieces and
remove the comments for those that can never be done.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2524 from MikeMcQuaid/more-env-filtering-fixes</title>
<updated>2017-04-23T08:45:47+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-23T08:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=11acadaa50c1b42f84e21ff42439a10aa9671cd6'/>
<id>11acadaa50c1b42f84e21ff42439a10aa9671cd6</id>
<content type='text'>
Hide sensitive tokens from install/test/post.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hide sensitive tokens from install/test/post.</pre>
</div>
</content>
</entry>
<entry>
<title>super: re-add set_cpu_flags.</title>
<updated>2017-04-22T20:56:32+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-22T20:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=64e2e6e86272ef6ca6bf36a8efcf0a42849c87bb'/>
<id>64e2e6e86272ef6ca6bf36a8efcf0a42849c87bb</id>
<content type='text'>
It's used by ENV.fortran.

Fixes https://github.com/Homebrew/brew/issues/2530
Fixes https://github.com/Homebrew/homebrew-science/issues/5485
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's used by ENV.fortran.

Fixes https://github.com/Homebrew/brew/issues/2530
Fixes https://github.com/Homebrew/homebrew-science/issues/5485
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide sensitive tokens from install/test/post.</title>
<updated>2017-04-22T15:31:19+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-22T15:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d02b4f321d01fbd4cd2b4c1bd76d1f06d1612126'/>
<id>d02b4f321d01fbd4cd2b4c1bd76d1f06d1612126</id>
<content type='text'>
Hide these tokens to avoid malicious subprocesses e.g. sending them
over the network. Also, support using these tokens with environment
filtering and clear `HOMEBREW_PATH` from subprocesses to stop them
sniffing it. Finally, use `HOMEBREW_PATH` to detect Homebrew’s user’s
PATH for e.g. `brew doctor` etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hide these tokens to avoid malicious subprocesses e.g. sending them
over the network. Also, support using these tokens with environment
filtering and clear `HOMEBREW_PATH` from subprocesses to stop them
sniffing it. Finally, use `HOMEBREW_PATH` to detect Homebrew’s user’s
PATH for e.g. `brew doctor` etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>More deprecations.</title>
<updated>2017-04-22T15:28:07+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-22T15:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ba3c46d24fe6423845cc5e827eb94b3427d75a10'/>
<id>ba3c46d24fe6423845cc5e827eb94b3427d75a10</id>
<content type='text'>
Deprecate more methods. Internal APIs have been verified to be unused
elsewhere and removed. External APIs have had deprecation methods added.
Existing deprecations have been either upgraded to produce warnings or
no longer deprecated and the reasoning documented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate more methods. Internal APIs have been verified to be unused
elsewhere and removed. External APIs have had deprecation methods added.
Existing deprecations have been either upgraded to produce warnings or
no longer deprecated and the reasoning documented.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2274 from rwhogg/fuse-requirement</title>
<updated>2017-04-20T16:14:42+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-20T16:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2be7999878702554f1e1b5f4118978e670e6156c'/>
<id>2be7999878702554f1e1b5f4118978e670e6156c</id>
<content type='text'>
Port OsxfuseRequirement to Linux</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Port OsxfuseRequirement to Linux</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure `readline_nonblock` returns an UTF-8 string.</title>
<updated>2017-04-20T02:47:03+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-04-20T02:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d251be1eeb84022a28193d03a4f6ebcfaa1ed9ee'/>
<id>d251be1eeb84022a28193d03a4f6ebcfaa1ed9ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: allow skipping audit methods.</title>
<updated>2017-04-18T07:17:26+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-18T07:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3f8722c971cedf8b2c66d918fc4dd608bf439009'/>
<id>3f8722c971cedf8b2c66d918fc4dd608bf439009</id>
<content type='text'>
Add `--only` and `--except` methods which can be used to selectively
enable or disable audit groups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `--only` and `--except` methods which can be used to selectively
enable or disable audit groups.
</pre>
</div>
</content>
</entry>
<entry>
<title>OsxfuseRequirement: Port to Linux</title>
<updated>2017-04-16T04:20:09+00:00</updated>
<author>
<name>Bob W. Hogg</name>
</author>
<published>2017-02-20T17:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=608d72a35fc437a0cf3e8da53729e479cde0be3d'/>
<id>608d72a35fc437a0cf3e8da53729e479cde0be3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mac Hardware: provide a more Mac-specific implementation of can_run?</title>
<updated>2017-04-15T14:59:55+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2017-04-15T14:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=944bff4de2ec3821480ee9097e06016cce2b2925'/>
<id>944bff4de2ec3821480ee9097e06016cce2b2925</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
