<feed xmlns='http://www.w3.org/2005/Atom'>
<title>homebrew/Library/Homebrew/compat, branch master</title>
<subtitle>:beer: The missing package manager for OS X.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/'/>
<entry>
<title>stop supporting md5 checksum</title>
<updated>2015-04-07T14:48:55+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-04-07T14:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=e58735a762713402d6b7cbd7d5a315aa4f5556a8'/>
<id>e58735a762713402d6b7cbd7d5a315aa4f5556a8</id>
<content type='text'>
This prevents a downgrade attack.

Closes #38433.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents a downgrade attack.

Closes #38433.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>move formula_specialties to compat</title>
<updated>2015-03-04T15:20:13+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-03-04T03:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=b1a01fe6e398be587955ac840d48ce1c49685795'/>
<id>b1a01fe6e398be587955ac840d48ce1c49685795</id>
<content type='text'>
Closes #37365.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #37365.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify cxxstdlib_check implementation</title>
<updated>2014-08-16T07:16:05+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-08-16T07:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=cfec45a434c94a86a023bd9592cd73cfa74d898c'/>
<id>cfec45a434c94a86a023bd9592cd73cfa74d898c</id>
<content type='text'>
The cxxstdlib_check method currently only supports one value, so we can
just define the accompanying instance method when necessary. If we ever
add more options we can back it with a data structure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The cxxstdlib_check method currently only supports one value, so we can
just define the accompanying instance method when necessary. If we ever
add more options we can back it with a data structure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the universal accessor from BuildOptions</title>
<updated>2014-08-16T06:39:33+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-08-16T06:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=8a98d4b09c0c224c7c7ec1a2f0e0c9ff966cfe40'/>
<id>8a98d4b09c0c224c7c7ec1a2f0e0c9ff966cfe40</id>
<content type='text'>
BuildOptions is now immutable (finally).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BuildOptions is now immutable (finally).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove obsolete constant</title>
<updated>2014-06-23T00:33:21+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-23T00:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=70f607b859f7147c3c5932ff957e9289ccd590b9'/>
<id>70f607b859f7147c3c5932ff957e9289ccd590b9</id>
<content type='text'>
Formula that use this do not load anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Formula that use this do not load anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move deprecated Formula class methods to compat</title>
<updated>2014-06-22T20:03:17+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-22T20:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=f7b71472fe139f6351af9871a889c78f9e13a1c5'/>
<id>f7b71472fe139f6351af9871a889c78f9e13a1c5</id>
<content type='text'>
These have all been moved to Formulary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These have all been moved to Formulary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove compat/brewkit</title>
<updated>2014-06-16T18:58:54+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-16T18:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=0af96735b75cc5201796f854ea27571cce8069d5'/>
<id>0af96735b75cc5201796f854ea27571cce8069d5</id>
<content type='text'>
Formulae from the "brewkit" era are no longer compatible with the
Formula class.

This file was (unintentionally) removed from the $LOAD_PATH quite
a while ago, and nobody has complained, so remove it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Formulae from the "brewkit" era are no longer compatible with the
Formula class.

This file was (unintentionally) removed from the $LOAD_PATH quite
a while ago, and nobody has complained, so remove it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove an internal method from compat</title>
<updated>2014-06-16T18:53:30+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-16T18:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=c338cf350db8e7396d5bef03ba03950a7b1c01e4'/>
<id>c338cf350db8e7396d5bef03ba03950a7b1c01e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>formula: move cxxstdlib methods to the class.</title>
<updated>2014-04-23T07:10:48+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2014-04-21T17:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=dbef6080c25c96e4cd67146be53ddcf0e0b3d521'/>
<id>dbef6080c25c96e4cd67146be53ddcf0e0b3d521</id>
<content type='text'>
This allows disabling this checks when e.g. pouring bottles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows disabling this checks when e.g. pouring bottles.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement fails_with_llvm compat method in terms of fails_with</title>
<updated>2014-02-25T04:26:11+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-02-25T04:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=c73a88ecc6463d898fc08151ec63d19ab358632b'/>
<id>c73a88ecc6463d898fc08151ec63d19ab358632b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
