From f50c32e6a6b95f27a2c5d9c77116e01983269a79 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 25 Nov 2024 16:54:38 -0500 Subject: [PATCH 1/4] shims/mac/super: add `pkgconf` symlink Since we switched to `pkgconf`, it is possible that a build tool may use it before `pkg-config` so make sure both shims are available. --- Library/Homebrew/shims/mac/super/pkgconf | 1 + 1 file changed, 1 insertion(+) create mode 120000 Library/Homebrew/shims/mac/super/pkgconf diff --git a/Library/Homebrew/shims/mac/super/pkgconf b/Library/Homebrew/shims/mac/super/pkgconf new file mode 120000 index 0000000000..61520f907b --- /dev/null +++ b/Library/Homebrew/shims/mac/super/pkgconf @@ -0,0 +1 @@ +pkg-config \ No newline at end of file From 2e1d68473059fab5c1271a6a35e9af0a875cae59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:06:43 +0000 Subject: [PATCH 2/4] build(deps-dev): bump json from 2.9.0 to 2.9.1 in /Library/Homebrew Bumps [json](https://github.com/ruby/json) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: json dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 5aa9804b0a..c91197f791 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -14,7 +14,7 @@ GEM bindata (~> 2) erubi (1.13.0) hana (1.3.7) - json (2.9.0) + json (2.9.1) json_schemer (2.3.0) bigdecimal hana (~> 1.3) From ce8b62d5624e7f32d4122258c401fef4bd9939b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:47:13 +0000 Subject: [PATCH 3/4] build(deps): bump actions/upload-artifact in the artifacts group Bumps the artifacts group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.4.3 to 4.5.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...6f51ac03b9356f520e9adb1b1b7802705f340c2b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: artifacts ... Signed-off-by: dependabot[bot] --- .github/workflows/actionlint.yml | 2 +- .github/workflows/pkg-installer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 6fe0127c8f..9516f15941 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -57,7 +57,7 @@ jobs: zizmor --format sarif . > results.sarif || true - name: Upload SARIF file - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: results.sarif path: results.sarif diff --git a/.github/workflows/pkg-installer.yml b/.github/workflows/pkg-installer.yml index 24355b0f9a..3157d8ce37 100644 --- a/.github/workflows/pkg-installer.yml +++ b/.github/workflows/pkg-installer.yml @@ -138,7 +138,7 @@ jobs: subject-path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg - name: Upload installer to GitHub Actions - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg From 5722d3dc8fd076e799cc0ac5ba8a172d9702449f Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Thu, 19 Dec 2024 12:07:37 -0500 Subject: [PATCH 4/4] os/mac/pkgconfig/15: update expat version for 15.2 --- Library/Homebrew/os/mac/pkgconfig/15/expat.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/os/mac/pkgconfig/15/expat.pc b/Library/Homebrew/os/mac/pkgconfig/15/expat.pc index 0160794162..32ce93ec72 100644 --- a/Library/Homebrew/os/mac/pkgconfig/15/expat.pc +++ b/Library/Homebrew/os/mac/pkgconfig/15/expat.pc @@ -5,7 +5,7 @@ libdir=${exec_prefix}/lib includedir=${prefix}/include Name: expat -Version: 2.6.1 +Version: 2.6.3 Description: expat XML parser URL: https://libexpat.github.io/ Libs: -L${libdir} -lexpat