6.0.20macOSLinux
Added 3
- Add brew tests --load-only and break the install require cycle
- Add package manager caches and isolate them in CI
- Add formula fetch phase run before install
Changed 11
- Migrate analytics to brew.sh proxy
- Run privileged cask install steps in the parent process
- Drive bottle pours from relocation metadata
- upgrade: print the fetch heading before prefetching
- livecheck/livecheck: rename some params to formula_or_cask
- rubocops/cask/url: require each keyword parameter on its own line
- Check domain age to be > 30 days in auditors
- dev-cmd/bump: skip if there is an open bump PR
- Check ELF relocatability by structure when bottling
- Delete node-gyp debris and strip addons when bottling
- Check raw linkage names when bottling
Fixed 6
- generate-zap: resolve apps from package receipts
- cc shim: compare by canonicalizing both sides, fixing issues with symlinked HOMEs
- pathname/disk_usage_extension: fix double path traversal
- bundle: fail Flatpak entries when flatpak is not installed
- utils/curl: fix curl_version memoization
- Fix undefined method 'all' for class Cask::Cask in deps command
From Homebrew
What's Changed
- generate-zap: resolve apps from package receipts by @loganrosen in https://github.com/Homebrew/brew/pull/23623
- cc shim: compare by canonicalizing both sides, fixing issues with symlinked HOMEs by @averms in https://github.com/Homebrew/brew/pull/23637
- pathname/disk_usage_extension: fix double path traversal by @krehel in https://github.com/Homebrew/brew/pull/23632
- Migrate analytics to brew.sh proxy by @SMillerDev in https://github.com/Homebrew/brew/pull/23639
- Add brew tests --load-only and break the install require cycle by @p-linnane in https://github.com/Homebrew/brew/pull/23642
- Run privileged cask install steps in the parent process by @p-linnane in https://github.com/Homebrew/brew/pull/23641
- Drive bottle pours from relocation metadata by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23643
- bundle: fail Flatpak entries when flatpak is not installed by @p-linnane in https://github.com/Homebrew/brew/pull/23648
- upgrade: print the fetch heading before prefetching by @bevanjkay in https://github.com/Homebrew/brew/pull/23640
- utils/curl: fix curl_version memoization by @krehel in https://github.com/Homebrew/brew/pull/23651
- livecheck/livecheck: rename some params to formula_or_cask by @cho-m in https://github.com/Homebrew/brew/pull/23650
- Explain Cask Gatekeeper security model by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23653
rubocops/cask/url: require each keyword parameter on its own line by @hyuraku in https://github.com/Homebrew/brew/pull/23654- Check domain age to be > 30 days in auditors by @SMillerDev in https://github.com/Homebrew/brew/pull/23655
- dev-cmd/bump: skip if there is an open bump PR by @cho-m in https://github.com/Homebrew/brew/pull/23649
- cmd/uses: require
cask/caskby @botantony in https://github.com/Homebrew/brew/pull/23660 - tapioca/compilers/cask/config: Generate accessors from DEFAULT_DIRS by @p-linnane in https://github.com/Homebrew/brew/pull/23661
- Fix undefined method 'all' for class Cask::Cask in deps command by @middagj in https://github.com/Homebrew/brew/pull/23663
- Add package manager caches and isolate them in CI by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23656
- Add formula
fetchphase run beforeinstallby @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23657 - dev-cmd/pr-pull: require
cask/cask_loaderby @p-linnane in https://github.com/Homebrew/brew/pull/23664 - Check ELF relocatability by structure when bottling by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23644
- Delete node-gyp debris and strip addons when bottling by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23645
- Check raw linkage names when bottling by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23646
- bundle: batch installs where possible by @dduugg in https://github.com/Homebrew/brew/pull/23659
- Require trust for automatic tap migration installs by @felix314159 in https://github.com/Homebrew/brew/pull/23662
New Contributors
- @averms made their first contribution in https://github.com/Homebrew/brew/pull/23637
- @felix314159 made their first contribution in https://github.com/Homebrew/brew/pull/23662
Full Changelog: https://github.com/Homebrew/brew/compare/6.0.19...6.0.20