38364 Commits

Author SHA1 Message Date
Mike McQuaid
b3015701f6
dependency: use formula name.
This allows renamed or aliased formulae dependencies to be resolved to
specific formulae correctly and deduplicated.

Fixes #15488
2023-06-29 14:30:43 +01:00
Don Chea
907a9238c2 Always pass headers as array to downloader, if present
We still need to support it being named "header" in the Cask url stanza.
2023-06-28 11:37:15 -04:00
Don Chea
0e9a8418fc Update Cask cookbook to mention header array support 2023-06-28 11:36:12 -04:00
Don Chea
8f8d69a203 cask: url stanza support for multiple headers 2023-06-28 11:36:12 -04:00
Mike McQuaid
c5f4d040a7
Merge pull request #15606 from MikeMcQuaid/eval_all_api
Include core formulae from API in `Formula.all`.
2023-06-28 15:52:39 +01:00
Mike McQuaid
cd414bd95f
Include core formulae from API in Formula.all.
This is needed to allow `Formula.all` to behave as expected when using
the API. Let's also (immediately, because it's broken) deprecate the
`CoreTap#formula_files` method.

Fixes #15122
2023-06-28 15:27:20 +01:00
Mike McQuaid
6f1728fdc9
Merge pull request #15605 from Homebrew/dependabot/bundler/Library/Homebrew/json_schemer-1.0.3
build(deps): bump json_schemer from 0.2.25 to 1.0.3 in /Library/Homebrew
2023-06-28 13:52:54 +01:00
Mike McQuaid
5cc3483974
Merge pull request #15536 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.2.2.3
build(deps): bump parser from 3.2.2.1 to 3.2.2.3 in /Library/Homebrew
2023-06-28 13:52:15 +01:00
BrewTestBot
6af663f07e
Update RBI files for json_schemer.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-06-28 12:03:35 +00:00
BrewTestBot
e1176a17e1
Update RBI files for parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-06-28 12:02:16 +00:00
BrewTestBot
e3323d4b51
brew vendor-gems: commit updates. 2023-06-28 11:58:35 +00:00
BrewTestBot
a35acdabfe
brew vendor-gems: commit updates. 2023-06-28 11:57:38 +00:00
dependabot[bot]
2b7d14aef5
build(deps): bump json_schemer from 0.2.25 to 1.0.3 in /Library/Homebrew
Bumps [json_schemer](https://github.com/davishmcclurg/json_schemer) from 0.2.25 to 1.0.3.
- [Changelog](https://github.com/davishmcclurg/json_schemer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/davishmcclurg/json_schemer/compare/v0.2.25...v1.0.3)

---
updated-dependencies:
- dependency-name: json_schemer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 11:54:49 +00:00
dependabot[bot]
c23b860eb8
build(deps): bump parser from 3.2.2.1 to 3.2.2.3 in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 3.2.2.1 to 3.2.2.3.
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v3.2.2.1...v3.2.2.3)

---
updated-dependencies:
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 11:54:10 +00:00
Mike McQuaid
043b9512e4
Merge pull request #15487 from Homebrew/dependabot/bundler/Library/Homebrew/json_schemer-0.2.25
build(deps): bump json_schemer from 0.2.24 to 0.2.25 in /Library/Homebrew
2023-06-28 12:53:32 +01:00
BrewTestBot
2b469ed5b4
Update RBI files for json_schemer.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-06-28 10:54:11 +00:00
Mike McQuaid
a41a1fd782
Merge pull request #15603 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.1.7.4
build(deps): bump activesupport from 6.1.7.3 to 6.1.7.4 in /Library/Homebrew
2023-06-28 11:54:09 +01:00
BrewTestBot
c63aec6dd9
brew vendor-gems: commit updates. 2023-06-28 10:49:12 +00:00
Mike McQuaid
b9c4671139
gitignore: ignore more Bundler files. 2023-06-28 11:45:39 +01:00
BrewTestBot
8cab50f5ff
Update RBI files for activesupport.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-06-28 10:31:35 +00:00
dependabot[bot]
524e3cdf69
build(deps): bump json_schemer in /Library/Homebrew
Bumps [json_schemer](https://github.com/davishmcclurg/json_schemer) from 0.2.24 to 0.2.25.
- [Changelog](https://github.com/davishmcclurg/json_schemer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/davishmcclurg/json_schemer/compare/v0.2.24...v0.2.25)

---
updated-dependencies:
- dependency-name: json_schemer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 11:26:45 +01:00
BrewTestBot
32dae08226
brew vendor-gems: commit updates. 2023-06-28 10:26:36 +00:00
Mike McQuaid
80f96ca5fd
gitignore: fix activesupport ignores. 2023-06-28 11:23:00 +01:00
dependabot[bot]
f9d1c7c573
build(deps): bump activesupport in /Library/Homebrew
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.3 to 6.1.7.4.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.5.1/activesupport/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v6.1.7.3...v6.1.7.4)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-27 20:57:11 +00:00
Bo Anderson
c5cbe6406b
Merge pull request #15596 from MikeMcQuaid/fix_update_messaging
cmd/update.sh: always move `names*.txt` files.
2023-06-27 17:53:15 +01:00
Mike McQuaid
20dfa3694b
cmd/update.sh: always move names*.txt files.
Move the `names*.txt` files even when the file size hasn't changed
(which can happen when the versions change in the API but the file
size doesn't change).

Fixes #15217

While we're here, also add some whitespace for easier reading.
2023-06-27 17:30:27 +01:00
Bo Anderson
eff45ef570
Merge pull request #15601 from Bo98/artifact_domain-fix
download_strategy: move HOMEBREW_ARTIFACT_DOMAIN hack
4.0.26
2023-06-27 15:34:00 +01:00
Bo Anderson
c969be340e
download_strategy: move HOMEBREW_ARTIFACT_DOMAIN hack 2023-06-27 14:33:23 +01:00
Nanda H Krishna
77a4e2e82a
Merge pull request #15599 from Homebrew/sponsors-maintainers-man-completions
Update maintainers.
2023-06-27 09:22:12 -04:00
BrewTestBot
e9699f16bc
Update maintainers.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2023-06-27 13:05:32 +00:00
Carlo Cabrera
5f778f2650
Merge pull request #15598 from carlocab/large-bottle-label
pr-publish: request a large runner for appropriately labelled PRs
2023-06-27 21:04:45 +08:00
Carlo Cabrera
bc6e88d45c
pr-publish: request a large runner for appropriately labelled PRs
This will make it easier to merge PRs that require the large runner to
upload the built bottles.
2023-06-27 20:06:35 +08:00
Mike McQuaid
3a813c30f3
Merge pull request #15593 from gtnbssn/patch-1
Explain how to undo brew edit
2023-06-27 10:10:13 +01:00
Mike McQuaid
16234637ca
docs/FAQ: tweak wording. 2023-06-27 09:55:52 +01:00
Mike McQuaid
3b5e015001
Merge pull request #15594 from carlocab/staging-branch-audit
formula_auditor: make OpenSSL audit exception generic
2023-06-27 09:54:20 +01:00
Carlo Cabrera
0b57d7b04f
formula_auditor: make OpenSSL audit exception generic
This supports the use of `*-staging` branches in the future for projects
similar to the OpenSSL migration (e.g. Python migration). We already
have branch protections set for these branches, so it makes sense to
keep using them with the supporting code.
2023-06-27 14:44:12 +08:00
gtnbssn
6e9b964125
Explain how to undo brew edit
Add a line explaining how brew update-reset can be used to undo changes users might have made with brew edit.
2023-06-27 10:28:15 +08:00
Bo Anderson
59bc0e96c6
Merge pull request #15591 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-support-3.12.1
build(deps): bump rspec-support from 3.12.0 to 3.12.1 in /Library/Homebrew
2023-06-26 20:43:16 +01:00
BrewTestBot
0a4f583377
Update RBI files for rspec-support.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-06-26 19:08:18 +00:00
BrewTestBot
ba7dbdfdb7
brew vendor-gems: commit updates. 2023-06-26 19:01:29 +00:00
dependabot[bot]
6e4529d5d5
build(deps): bump rspec-support in /Library/Homebrew
Bumps [rspec-support](https://github.com/rspec/rspec-support) from 3.12.0 to 3.12.1.
- [Changelog](https://github.com/rspec/rspec-support/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-support/compare/v3.12.0...v3.12.1)

---
updated-dependencies:
- dependency-name: rspec-support
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 18:57:08 +00:00
Carlo Cabrera
2ccdb26c45
Merge pull request #15587 from p-linnane/remove-no-env-filtering-error
bin/brew: remove `HOMEBREW_NO_ENV_FILTERING` error
4.0.25
2023-06-26 20:03:06 +08:00
Nanda H Krishna
8759f0765e
Merge pull request #15588 from branchvincent/man
man: fix a literal newline
2023-06-26 01:24:42 -04:00
Branch Vincent
6e6ec1b42a
man: fix a literal newline 2023-06-25 21:30:40 -07:00
Patrick Linnane
a7e23a27ae
bin/brew: remove HOMEBREW_NO_ENV_FILTERING error 2023-06-25 11:47:42 -07:00
Bo Anderson
bb23116d3c
Merge pull request #15586 from Bo98/text-executable-regex
extend/pathname: fix `text_executable?` regex
2023-06-25 19:28:38 +01:00
Bo Anderson
e74f0dd787
extend/pathname: fix text_executable? regex 2023-06-25 17:33:49 +01:00
Markus Reiter
5bf89a3d22
Merge pull request #15585 from reitermarkus/cloudflare-header-check
Simplify CloudFlare header check.
2023-06-24 16:51:08 +02:00
Nazar
521fdcb506
Wording
Co-authored-by: Alexander Bayandin <alexander@bayandin.dev>
2023-06-24 11:09:28 +01:00
Markus Reiter
8753449dbb
Simplify CloudFlare header check. 2023-06-24 05:30:07 +02:00