Mike McQuaid
f15487380d
README: add igas, claui surname.
2018-12-22 13:20:58 +00:00
Mike McQuaid
a2f93fe018
hardware: tweak macOS CFLAGS.
...
- High Sierra and Sierra support Penryn CPUs.
- `-march` implies the relevant `-msse*` flags.
2018-12-22 11:41:49 +00:00
Mike McQuaid
c4c1830473
Merge pull request #5432 from MikeMcQuaid/brew-vendor-gems
...
Add `brew vendor-gems` command.
2018-12-22 11:13:22 +00:00
Mike McQuaid
28db87352a
Merge pull request #5434 from Homebrew/dependabot/bundler/Library/Homebrew/test/unicode-display_width-1.4.1
...
Bump unicode-display_width from 1.4.0 to 1.4.1 in /Library/Homebrew/test
2018-12-22 11:12:28 +00:00
Mike McQuaid
ef7e2eebf4
Merge pull request #5433 from Homebrew/dependabot/bundler/docs/unicode-display_width-1.4.1
...
Bump unicode-display_width from 1.4.0 to 1.4.1 in /docs
2018-12-22 11:12:09 +00:00
Sam Hathaway
6e603c2859
Use GET rather than HEAD when checking for range support in curl_download.
...
* Some HTTP servers apparently support ranges but don't support HEAD.
* This is a more realistic check anyway since the actual download request
will use GET (not HEAD).
* This fixes Homebrew/brew#5420 .
2018-12-21 15:11:26 -05:00
Mike McQuaid
390a7f5447
Add brew vendor-gems command.
...
This simplifies the process of vendoring gems given `Gemfile` or
`Gemfile.lock` changes.
2018-12-21 20:09:08 +00:00
dependabot[bot]
942b98b51b
Bump unicode-display_width from 1.4.0 to 1.4.1 in /Library/Homebrew/test
...
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/janlelis/unicode-display_width/releases )
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md )
- [Commits](https://github.com/janlelis/unicode-display_width/compare/v1.4.0...v1.4.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-21 14:34:15 +00:00
dependabot[bot]
14af83952c
Bump unicode-display_width from 1.4.0 to 1.4.1 in /docs
...
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/janlelis/unicode-display_width/releases )
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md )
- [Commits](https://github.com/janlelis/unicode-display_width/compare/v1.4.0...v1.4.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-21 14:33:32 +00:00
Mike McQuaid
0204a38f0c
brew vendor-gems: commit updates.
2018-12-21 10:54:26 +00:00
Mike McQuaid
1a78cc77d4
Merge pull request #5429 from MikeMcQuaid/nehalem-sierra-bottles
...
hardware: use Nehalem flags on >= Sierra.
2018-12-21 10:29:43 +00:00
dependabot[bot]
f287c3240e
Bump i18n from 1.2.0 to 1.3.0 in /Library/Homebrew/vendor
...
Bumps [i18n](https://github.com/svenfuchs/i18n ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/svenfuchs/i18n/releases )
- [Changelog](https://github.com/svenfuchs/i18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/svenfuchs/i18n/compare/v1.2.0...v1.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-21 05:16:44 +00:00
Mike McQuaid
04fbdce3bb
hardware: use Nehalem flags on >= Sierra.
...
See https://en.wikipedia.org/wiki/MacOS_Sierra#System_requirements .
2018-12-20 20:10:54 +00:00
Mike McQuaid
e6e534157c
ENV/super: copy Hackintosh comment from ENV/std.
2018-12-20 20:09:45 +00:00
Shaun Jackman
a2b4d4aac2
Merge pull request #5416 from sjackman/env-std
...
setup_build_environment: Set search path [Linux]
2018-12-18 08:13:20 -08:00
Mike McQuaid
e3a7ba441b
Merge pull request #5362 from kabel/dedup-curl-head
...
Resource, CurlDownloadStrategy: Deduplicate the curl HEAD requests
2018-12-18 15:28:11 +00:00
Mike McQuaid
149ded30aa
Merge pull request #5417 from vitorgalvao/cask-malware
...
Cask: remove malware caveat
2018-12-18 08:13:58 +00:00
Vítor Galvão
55084dd8ab
Cask: remove malware caveat
2018-12-18 02:29:27 +00:00
Shaun Jackman
e1b1448fbd
setup_build_environment: Set search path [Linux]
...
Set the header and library search path for Stdenv.
Fix brew test for Linux, which uses Stdenv.
2018-12-17 15:04:18 -08:00
Mike McQuaid
9666a01803
Merge pull request #5391 from MikeMcQuaid/guidelines-failing-tests
...
docs/Maintainer-Guidelines: don't merge failing tests.
2018-12-17 16:22:45 +00:00
Mike McQuaid
cf391ef160
Maintainer-Guidelines: add sjackman CI test note.
2018-12-17 15:55:06 +00:00
Mike McQuaid
fc428794c0
Merge pull request #5414 from Homebrew/dependabot/bundler/Library/Homebrew/vendor/i18n-1.2.0
...
Bump i18n from 1.1.1 to 1.2.0 in /Library/Homebrew/vendor
2018-12-17 13:47:24 +00:00
Mike McQuaid
6119c78c5c
Cleanup other vendored gems.
...
Exclude subdirectories and specific files. This makes adding/removing files on newly vendored versions much easier.
2018-12-17 13:27:41 +00:00
Mike McQuaid
1903a8bfb0
vendor/bundle/config: always cleanup.
2018-12-17 13:27:41 +00:00
Mike McQuaid
5fb9c255a5
i18n: vendor gem.
2018-12-17 13:27:40 +00:00
dependabot[bot]
aaabb81fea
Bump i18n from 1.1.1 to 1.2.0 in /Library/Homebrew/vendor
...
Bumps [i18n](https://github.com/svenfuchs/i18n ) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/svenfuchs/i18n/releases )
- [Changelog](https://github.com/svenfuchs/i18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/svenfuchs/i18n/compare/v1.1.1...v1.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 06:00:51 +00:00
Mike McQuaid
858c5e1afb
Merge pull request #5411 from MikeMcQuaid/bye-jcount
...
README: remove JCount.
1.8.6
2018-12-16 20:01:13 +00:00
Mike McQuaid
4b56a7d9bd
Merge pull request #5408 from Homebrew/dependabot/bundler/Library/Homebrew/vendor/concurrent-ruby-1.1.4
...
Bump concurrent-ruby from 1.1.3 to 1.1.4 in /Library/Homebrew/vendor
2018-12-16 19:59:07 +00:00
Kevin Abel
8fddd87472
Resource, CurlDownloadStrategy: Deduplicate the curl HEAD requests
...
Fixes #5357
* Eliminates getting a new strategy instance via Resource methods
* only call resolve_url_basename_time once and store the time result as
an instance variable for reuse
2018-12-16 13:56:58 -06:00
Mike McQuaid
92fdcae23b
Vendor concurrent-ruby-1.1.4.
2018-12-16 12:16:58 +00:00
Mike McQuaid
2eb1d62d70
README: remove JCount.
2018-12-16 11:40:42 +00:00
Mike McQuaid
4cb61054df
Merge pull request #5410 from Homebrew/dependabot/bundler/docs/rb-inotify-0.10.0
...
Bump rb-inotify from 0.9.10 to 0.10.0 in /docs
2018-12-16 11:14:18 +00:00
dependabot[bot]
da00a899c5
Bump rb-inotify from 0.9.10 to 0.10.0 in /docs
...
Bumps [rb-inotify](https://github.com/guard/rb-inotify ) from 0.9.10 to 0.10.0.
- [Release notes](https://github.com/guard/rb-inotify/releases )
- [Commits](https://github.com/guard/rb-inotify/compare/v0.9.10...v0.10.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-15 23:09:51 +00:00
dependabot[bot]
e3c2ad3812
Bump concurrent-ruby from 1.1.3 to 1.1.4 in /Library/Homebrew/vendor
...
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby ) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases )
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.1.3...v1.1.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-15 19:28:18 +00:00
Mike McQuaid
be02faff4b
Merge pull request #5405 from RandomDSdevel/fix-possible-JavaRequirement-version-parsing-bug
...
[`JavaRequirement#satisfies_version`] `java_version_s`: Fix Regular Expression
2018-12-15 19:27:45 +00:00
Mike McQuaid
823716e030
Merge pull request #5406 from jasontedor/clarify-open-source
...
Clarify the meaning of open source for core formula
2018-12-15 19:27:22 +00:00
Mike McQuaid
cac4e79c2c
Merge pull request #5407 from Homebrew/dependabot/bundler/docs/concurrent-ruby-1.1.4
...
Bump concurrent-ruby from 1.1.3 to 1.1.4 in /docs
2018-12-15 19:26:05 +00:00
dependabot[bot]
babbd0f78c
Bump concurrent-ruby from 1.1.3 to 1.1.4 in /docs
...
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby ) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases )
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.1.3...v1.1.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-15 18:36:08 +00:00
Jason Tedor
d8f4ce1e58
Clarify the meaning of open source for core formula
...
This commit clarifies the meaning of "open-source" when explaining that
only open source formulae are acceptable in core. In particular, the
open source license must be an OSI-approved license.
2018-12-14 16:09:45 -05:00
Bryce Glover
33c3faa125
[JavaRequirement#satisfies_version] java_version_s: Fix regular expression.
...
The match obtained by applying the regular expression used to index into
the `stderr` member of the result of calling `system_command` in the relevant
variable assignment could yield unexpected results. The regular expression in-
volved was not strict enough and contained an unescaped period, which could
match any character, not just the expected literal decimal point. This commit
corrects this oversight by escaping the relevant character, thus addressing
@apjanke's remark in https://github.com/Homebrew/brew/pull/5280#issuecomment-437165119 on the existence of a:
> …possible bug - that `.` looks like it should be escaped as `\.` to match a
> literal ".".) …
2018-12-14 13:45:55 -05:00
Shaun Jackman
e5df6499ab
Merge pull request #5404 from sjackman/circleci
...
Revert "bin/brew: Pass CIRCLECI environment variable"
2018-12-14 09:32:09 -08:00
Shaun Jackman
8278e6156f
Revert "bin/brew: Pass CIRCLECI environment variable"
...
This reverts commit 64a95435814632a7d71d5a77157c40259a6acf8d.
Use HOMEBREW_CIRCLECI rather than CIRCLECI.
See https://github.com/Homebrew/brew/pull/5402
2018-12-14 08:17:21 -08:00
Mike McQuaid
a4eaae367b
Merge pull request #5401 from vitorgalvao/cask-audit-homepage
...
Cask: use browser user agent when checking for homepage HTTPS availability
2018-12-14 15:02:56 +00:00
Shaun Jackman
145fba85b3
Merge pull request #5403 from sjackman/development-tools
...
test: Fix ENV.cxx11
2018-12-13 16:34:17 -08:00
Shaun Jackman
3da435148c
Merge pull request #5402 from sjackman/circleci
...
bin/brew: Pass CIRCLECI environment variable
2018-12-13 16:33:46 -08:00
Shaun Jackman
d75f5dacfa
test: Fix ENV.cxx11
...
ENV.cxx11 in a test block fails on Linux with
Error: ibex: failed
An exception occurred within a child process:
NoMethodError: undefined method `non_apple_gcc_version'
See for example brew test ibex on Linux.
2018-12-13 15:46:12 -08:00
Shaun Jackman
64a9543581
bin/brew: Pass CIRCLECI environment variable
2018-12-13 15:36:52 -08:00
Vítor Galvão
b33d29f49a
Cask: use browser UA when checking for homepage HTTPS availability
2018-12-13 15:24:40 +00:00
Mike McQuaid
99c7e9d4ce
Merge pull request #5394 from bosr/zsh/completion-cache
...
Zsh/completion cache for 'brew search' / formulae name
2018-12-13 09:19:34 +00:00
Romain Bossart
069d123c8e
_brew | fix comments
2018-12-13 09:12:44 +01:00