6.0.5
Added
- Add `formula_opt_include` method to rubocop formula_path_methods
Changed
- Use Process.spawn in system_command to avoid fork-unsafe exec3 child
- Add prefix parameter and relative libdir support to formula `std_meson_args`
Fixed
- Reject patch targets that escape the staged source tree
- Expand deferred env in curl URLs
What's Changed
- rubocop/formula_path_methods: add
formula_opt_includemethod by @botantony in https://github.com/Homebrew/brew/pull/22867 - Reject patch targets that escape the staged source tree by @p-linnane in https://github.com/Homebrew/brew/pull/22881
- system_command: use Process.spawn to avoid fork-unsafe exec3 child by @p-linnane in https://github.com/Homebrew/brew/pull/22880
- formula:
std_meson_argsprefix param and relative libdir by @cho-m in https://github.com/Homebrew/brew/pull/22888 - Expand deferred env in curl URLs by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/22886
Full Changelog: https://github.com/Homebrew/brew/compare/6.0.4...6.0.5