<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/dev-cmd, branch 1.3.4</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>audit: also skip homebrew/science duplicates found by search_taps</title>
<updated>2017-09-24T07:29:34+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-09-24T07:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=28c78384501e159ecb45e0ffa29ff419a22701d8'/>
<id>28c78384501e159ecb45e0ffa29ff419a22701d8</id>
<content type='text'>
Follow-up to #3202.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to #3202.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: don't check for homebrew/science duplicates</title>
<updated>2017-09-24T06:00:29+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-09-24T06:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e984623214d2a55d30c342e0a4607eb2fe56d017'/>
<id>e984623214d2a55d30c342e0a4607eb2fe56d017</id>
<content type='text'>
It's just noise to turn the migration PRs red over expected duplicates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's just noise to turn the migration PRs red over expected duplicates.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: hack around El Capitan audit failure.</title>
<updated>2017-09-23T20:10:25+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-23T20:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=56ab1ef5a860beb2f180bbf26bfc74a0d569dce9'/>
<id>56ab1ef5a860beb2f180bbf26bfc74a0d569dce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaks for older Mac OS X versions.</title>
<updated>2017-09-16T11:41:08+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-16T11:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ffdda0eb9f4a2e56366e8c665d147d9be637f6f4'/>
<id>ffdda0eb9f4a2e56366e8c665d147d9be637f6f4</id>
<content type='text'>
- `brew update` should try to install `curl` before `git` on older
  versions of Mac OS X where it is needed for accessing modern SSL
  certificates.
- We don't need an HTTP mirror for `git` because `curl` will already be
  installed before it is downloaded.
- Don't recommend GCC on Mac OS X versions where it can't be built with
  the default system compiler.
- Start using the Homebrew `curl` on Mac OS X versions where it is
  needed as soon as it is installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- `brew update` should try to install `curl` before `git` on older
  versions of Mac OS X where it is needed for accessing modern SSL
  certificates.
- We don't need an HTTP mirror for `git` because `curl` will already be
  installed before it is downloaded.
- Don't recommend GCC on Mac OS X versions where it can't be built with
  the default system compiler.
- Start using the Homebrew `curl` on Mac OS X versions where it is
  needed as soon as it is installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: fix check_http_content args.</title>
<updated>2017-09-15T09:17:40+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-15T09:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2e43d95498eedd3c61f7c013a0a419c2c0aac098'/>
<id>2e43d95498eedd3c61f7c013a0a419c2c0aac098</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require more HTTP mirrors for old OS X versions.</title>
<updated>2017-09-14T18:58:37+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-14T18:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=03ace9b1104f1ddc2adc75a68531167d7e3ea7e0'/>
<id>03ace9b1104f1ddc2adc75a68531167d7e3ea7e0</id>
<content type='text'>
This allows the bootstrap of `curl` and `git` on versions of Mac OS X
that cannot reliably download from HTTPS servers any longer. Once these
are both installed users are able to update Homebrew and download files
securely.

Also, as we're doing this, don't point 10.5 users to Tigerbrew as they
are already given caveats for using Homebrew itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the bootstrap of `curl` and `git` on versions of Mac OS X
that cannot reliably download from HTTPS servers any longer. Once these
are both installed users are able to update Homebrew and download files
securely.

Also, as we're doing this, don't point 10.5 users to Tigerbrew as they
are already given caveats for using Homebrew itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3126 from DomT4/curl_audit</title>
<updated>2017-09-12T14:48:11+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-12T14:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ef6068870472496f7b6c2766f2197e5c81d393b5'/>
<id>ef6068870472496f7b6c2766f2197e5c81d393b5</id>
<content type='text'>
audit: stop demanding a HTTP HEAD mirror for curl</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
audit: stop demanding a HTTP HEAD mirror for curl</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3061 from mislav/hub-fork-forward-compat</title>
<updated>2017-09-08T17:46:07+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-08T17:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=929edca5317847419d526c390c01d8ca94776e23'/>
<id>929edca5317847419d526c390c01d8ca94776e23</id>
<content type='text'>
bump-formula-pr: forward compatibility with `hub fork`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bump-formula-pr: forward compatibility with `hub fork`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3091 from GauthamGoli/audit_line_rubocop_part_3</title>
<updated>2017-09-05T17:10:02+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-05T17:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bf0ab938e7aebd13775bac82df7a7b24adefd61e'/>
<id>bf0ab938e7aebd13775bac82df7a7b24adefd61e</id>
<content type='text'>
audit: Port line_problems to rubocop and add tests part 3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
audit: Port line_problems to rubocop and add tests part 3</pre>
</div>
</content>
</entry>
<entry>
<title>audit: stop demanding a HTTP HEAD mirror for curl</title>
<updated>2017-09-05T02:35:44+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2017-09-05T02:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9562cceef15977306c9664f4f19892992a63e44a'/>
<id>9562cceef15977306c9664f4f19892992a63e44a</id>
<content type='text'>
Not sure if this is how you want to handle it but having a HEAD mirror
for `curl` is just silliness.

Ref: https://github.com/Homebrew/homebrew-core/commit/e36b95849ae38ade30605155d75cf6e731b4e38f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not sure if this is how you want to handle it but having a HEAD mirror
for `curl` is just silliness.

Ref: https://github.com/Homebrew/homebrew-core/commit/e36b95849ae38ade30605155d75cf6e731b4e38f
</pre>
</div>
</content>
</entry>
</feed>
