aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2015-03-22aspell-dictionaries: use sha256 for resourcesBaptiste Fontaine
Closes Homebrew/homebrew#37962. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-20test-bot: remove --debug flag.Mike McQuaid
Too spammy in the output. May consider readding later to specific commands.
2015-03-20pull: die on invalid parameters.Mike McQuaid
2015-03-20pull: allow pulling from API URLs.Mike McQuaid
Jenkins has started spitting these out; no idea why.
2015-03-20test-bot: don't run readall on <=10.8.Mike McQuaid
The Ruby 1.8 implementation seems to be really flaky, unfortunately.
2015-03-20guilt moved to the boneyardBaptiste Fontaine
Closes Homebrew/homebrew#37847. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-19add :python3 to LANGUAGE_MODULESTanachat Nilanon
Add special :python3 dependency tag to LANGUAGE_MODULES in dependency_collector. Closes Homebrew/homebrew#37898. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-18pull: always publish bottles.Mike McQuaid
The previous logic was flawed as it wasn't publishing new versions of bottles.
2015-03-18audit: fix to enforce https for apache homepageViktor Szakáts
It was failing to recognize the URL without an ending slash. Closes Homebrew/homebrew#37808. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-18fdk-aac 0.1.4David Christenson
Update to latest stable release, install example AAC encoder, add test with new WAV fixture, modernize. Closes Homebrew/homebrew#37654. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17Return early for the == case in Version#<=>Jack Nagel
2015-03-17Add protected reader for version valueJack Nagel
2015-03-17Fix NullToken equalityJack Nagel
2015-03-17Remove explicit type checkJack Nagel
2015-03-17audit: enforce https for apache.orgViktor Szakáts
- including all apache.org subdomains - for `homepage` as well Closes Homebrew/homebrew#37778. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17software_spec: check if bottles are compatible.Mike McQuaid
The `bottled?` method makes more sense when it also checks for compatibility. This is particularly useful for the case in `brew info` so it prints out `(bottled)` correctly depending on the `Cellar`. Closes Homebrew/homebrew#37636. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-16test-bot: remove more bad unicode characters.Mike McQuaid
2015-03-16test-bot: remove another invalid XML character.Mike McQuaid
2015-03-15Always create real directories under lib/rubyJack Nagel
Fixes Homebrew/homebrew#37685. Closes Homebrew/homebrew#37704.
2015-03-15bottle_version: add erlang versions style regex.Mike McQuaid
2015-03-15dgtal: migrate to homebrew/scienceDavid Coeurjolly
Closes Homebrew/homebrew#37094. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-15audit: suggest to not using git as dependencyXu Cheng
Closes Homebrew/homebrew#37696 Closes Homebrew/homebrew#37703 Closes Homebrew/homebrew#37735. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-15download_strategy: allow ssl apache mirror links.Felix Bünemann
Closes Homebrew/homebrew#37732. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-14Switch to a more useful serialization of tap infoJack Nagel
Closes Homebrew/homebrew#37383.
2015-03-14Use Dir.mktmpdir instead of shelling out to mktempJack Nagel
Closes Homebrew/homebrew#37616.
2015-03-14Remove unused argumentJack Nagel
2015-03-14Remove unnecessary default argumentJack Nagel
This method is always called with two arguments.
2015-03-14Simplify skip_executables optionJack Nagel
2015-03-13brew style: --fix to auto-correct issues.Baptiste Fontaine
Closes Homebrew/homebrew#37670. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-13java overridable_java_home_envXu Cheng
Closes Homebrew/homebrew#37622
2015-03-12Use https for issue URL.Mike McQuaid
2015-03-12audit: Clarify GNU url warning messagechdiza
"ftpmirror.gnu.org" must have a protocol prefix of "http", not "https". Closes Homebrew/homebrew#37567. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-11add bottle? method to TabTim D. Smith
Closes Homebrew/homebrew#37621.
2015-03-11install: refactoring blacklist checkXu Cheng
Closes Homebrew/homebrew#37590. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-11xar: migrate to dupesDominyk Tiller
Related: https://github.com/Homebrew/homebrew-dupes/pull/420 Closes Homebrew/homebrew#37588. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-10Reduce scope of ensure block, remove conditionalsJack Nagel
2015-03-10Silence method redefinition warningJack Nagel
2015-03-10os: support xcode 6.2Dominyk Tiller
Presume this will need to wait for the bots to be updated, but Xcode 6.2 has landed. Closes Homebrew/homebrew#37549. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-09Update AWS SDK dependency of S3DownloadStrategyrstata-verticloud
Closes Homebrew/homebrew#37470. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-10audit: whitelist pipe, redirect etc in the system checkXu Cheng
Closes Homebrew/homebrew#37523. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-08Move coremod to the boneyard, replaced by libxmp-liteGeoff Nixon
Closes Homebrew/homebrew#37055. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08Move tcpurify to the boneyardGeoff Nixon
Closes Homebrew/homebrew#37069. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08Move pathfinder to the boneyardGeoff Nixon
Closes Homebrew/homebrew#37066. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08Move dbslayer to the boneyardGeoff Nixon
Closes Homebrew/homebrew#37056. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08test-bot: check syntax with readall.Mike McQuaid
Closes Homebrew/homebrew#37471. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-08cmd/readall: add --syntax to check for valid Ruby.Mike McQuaid
2015-03-08audit: git tags should also specify revisions.Mike McQuaid
2015-03-08download_strategy: raise on wrong tag revision.Mike McQuaid
Adds some added security to Git tags so we are able to provide an effective checksum rather than letting them be changed without our knowing. Also: - Reprioritise ref_types. Tag should take priority over branch and revisions over a single one. - Add current_revision method. Used to verify the current repository revision matches the specified revision. Currently only implemented for Git.
2015-03-08test-bot: rename variable to avoid shadowing.Mike McQuaid
Closes Homebrew/homebrew#37487. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-08test-bot: fix ambiguous arguments.Mike McQuaid