Skip to content

Commit 9e1feb5

Browse files
committed
Merge branch 'main' into trezor-agent-urllib3
2 parents 2389876 + d4b1ced commit 9e1feb5

File tree

1,446 files changed

+12877
-12565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,446 files changed

+12877
-12565
lines changed

.github/autobump.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,7 @@ gperftools
14461446
gpg-tui
14471447
gpgme
14481448
gprof2dot
1449+
gpsd
14491450
gpsim
14501451
gptme
14511452
gptscript
@@ -2066,6 +2067,7 @@ libmxml
20662067
libnetfilter_conntrack
20672068
libnfs
20682069
libnftnl
2070+
libnghttp2
20692071
libnghttp3
20702072
libnotify
20712073
libntlm
@@ -2588,6 +2590,7 @@ nexttrace
25882590
nfdump
25892591
nfpm
25902592
nftables
2593+
nghttp2
25912594
nginx
25922595
ngs
25932596
ngt
@@ -3092,6 +3095,7 @@ python-packaging
30923095
python-setuptools
30933096
python-yq
30943097
pythran
3098+
pytr
30953099
pyupgrade
30963100
qbe
30973101
qbec
@@ -3112,6 +3116,13 @@ qrcp
31123116
qrtool
31133117
qshell
31143118
qsv
3119+
qt
3120+
qt-libiodbc
3121+
qt-mariadb
3122+
qt-mysql
3123+
qt-percona-server
3124+
qt-postgresql
3125+
qt-unixodbc
31153126
qthreads
31163127
qtkeychain
31173128
quantlib
@@ -3518,6 +3529,7 @@ spoofdpi
35183529
spot
35193530
spotbugs
35203531
spotify_player
3532+
spotifyd
35213533
spr
35223534
sprocket
35233535
spytrap-adb

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
path: results.sarif
9797

9898
- name: Upload SARIF file
99-
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
99+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
100100
with:
101101
sarif_file: results.sarif
102102
category: zizmor

.github/workflows/autobump.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,25 @@ jobs:
2828
if: github.repository_owner == 'Homebrew'
2929
runs-on: ubuntu-latest
3030
container:
31-
# TODO: switch to main when we're pushing those images
32-
image: ghcr.io/homebrew/ubuntu22.04:master
31+
image: ghcr.io/homebrew/ubuntu22.04:main
3332
env:
3433
GNUPGHOME: /tmp/gnupghome
3534
steps:
3635
- name: Set up Homebrew
3736
id: set-up-homebrew
38-
uses: Homebrew/actions/setup-homebrew@master
37+
uses: Homebrew/actions/setup-homebrew@main
3938
with:
4039
core: true
4140
cask: false
4241
test-bot: false
4342

4443
- name: Configure Git user
45-
uses: Homebrew/actions/git-user-config@master
44+
uses: Homebrew/actions/git-user-config@main
4645
with:
4746
username: ${{ (github.event_name == 'workflow_dispatch' && github.actor) || 'BrewTestBot' }}
4847

4948
- name: Set up commit signing
50-
uses: Homebrew/actions/setup-commit-signing@master
49+
uses: Homebrew/actions/setup-commit-signing@main
5150
with:
5251
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
5352

.github/workflows/automerge-from-merge-queue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,14 +251,14 @@ jobs:
251251
fromJson(needs.status-check.outputs.complete) &&
252252
fromJson(needs.status-check.outputs.mergeable)
253253
container:
254-
image: ghcr.io/homebrew/ubuntu22.04:master
254+
image: ghcr.io/homebrew/ubuntu22.04:main
255255
permissions:
256256
contents: read
257257
pull-requests: read
258258
actions: write # to dispatch publish workflow
259259
steps:
260260
- name: Set up Homebrew
261-
uses: Homebrew/actions/setup-homebrew@master
261+
uses: Homebrew/actions/setup-homebrew@main
262262
with:
263263
core: false
264264
cask: false

.github/workflows/automerge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
pull-requests: read
4242
actions: read
4343
steps:
44-
- uses: Homebrew/actions/find-related-workflow-run-id@master
44+
- uses: Homebrew/actions/find-related-workflow-run-id@main
4545
with:
4646
run-id: ${{ github.event.workflow_run.id }}
4747
workflow-name: Triage tasks
@@ -181,14 +181,14 @@ jobs:
181181
fromJson(needs.status-check.outputs.complete) &&
182182
fromJson(needs.status-check.outputs.mergeable)
183183
container:
184-
image: ghcr.io/homebrew/ubuntu22.04:master
184+
image: ghcr.io/homebrew/ubuntu22.04:main
185185
permissions:
186186
contents: read
187187
pull-requests: read
188188
actions: write # to dispatch publish workflow
189189
steps:
190190
- name: Set up Homebrew
191-
uses: Homebrew/actions/setup-homebrew@master
191+
uses: Homebrew/actions/setup-homebrew@main
192192
with:
193193
core: false
194194
cask: false

.github/workflows/cache.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ jobs:
3434
if: github.repository_owner == 'Homebrew'
3535
runs-on: ubuntu-latest
3636
container:
37-
# TODO: switch to main when we're pushing those images
38-
image: ghcr.io/homebrew/ubuntu22.04:master
37+
image: ghcr.io/homebrew/ubuntu22.04:main
3938
outputs:
4039
runners: ${{ steps.determine-runners.outputs.runners }}
4140
steps:
4241
- name: Set up Homebrew
4342
id: set-up-homebrew
44-
uses: Homebrew/actions/setup-homebrew@master
43+
uses: Homebrew/actions/setup-homebrew@main
4544
with:
4645
core: false
4746
cask: false
@@ -65,7 +64,7 @@ jobs:
6564
steps:
6665
- name: Set up Homebrew
6766
id: set-up-homebrew
68-
uses: Homebrew/actions/setup-homebrew@master
67+
uses: Homebrew/actions/setup-homebrew@main
6968
with:
7069
core: false
7170
cask: false

.github/workflows/clean-up-closed-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
!github.event.pull_request.merged
2727
runs-on: ubuntu-latest
2828
container:
29-
image: ghcr.io/homebrew/ubuntu22.04:master
29+
image: ghcr.io/homebrew/ubuntu22.04:main
3030
permissions:
3131
contents: read
3232
actions: write # for `gh run cancel`
3333
checks: read # for `GitHub.get_workflow_run`
3434
steps:
3535
- name: Set up Homebrew
36-
uses: Homebrew/actions/setup-homebrew@master
36+
uses: Homebrew/actions/setup-homebrew@main
3737
with:
3838
core: false
3939
cask: false

.github/workflows/create-replacement-pr.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
create:
5454
runs-on: ubuntu-latest
5555
container:
56-
image: ghcr.io/homebrew/ubuntu22.04:master
56+
image: ghcr.io/homebrew/ubuntu22.04:main
5757
permissions:
5858
contents: read
5959
pull-requests: write # for `post-comment`, `gh api`, `gh pr edit`
@@ -62,7 +62,7 @@ jobs:
6262
id-token: write # for actions/attest-build-provenance
6363
steps:
6464
- name: Post comment once started
65-
uses: Homebrew/actions/post-comment@master
65+
uses: Homebrew/actions/post-comment@main
6666
with:
6767
token: ${{ secrets.GITHUB_TOKEN }}
6868
issue: ${{ env.PR }}
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Set up Homebrew
7474
id: set-up-homebrew
75-
uses: Homebrew/actions/setup-homebrew@master
75+
uses: Homebrew/actions/setup-homebrew@main
7676
with:
7777
core: true
7878
cask: false
@@ -118,7 +118,7 @@ jobs:
118118
119119
- name: Configure Git user
120120
id: git-user-config
121-
uses: Homebrew/actions/git-user-config@master
121+
uses: Homebrew/actions/git-user-config@main
122122
with:
123123
username: BrewTestBot
124124

@@ -132,7 +132,7 @@ jobs:
132132
- name: Checkout replacement PR branch
133133
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
134134
env:
135-
START_POINT: ${{ inputs.autosquash && 'origin/master' || 'HEAD' }}
135+
START_POINT: ${{ inputs.autosquash && 'origin/main' || 'HEAD' }}
136136
run: |
137137
if git ls-remote --exit-code --heads origin "$REPLACEMENT_BRANCH"
138138
then
@@ -143,14 +143,14 @@ jobs:
143143
144144
- name: Dismiss approvals
145145
if: fromJson(steps.reviewers.outputs.approved)
146-
uses: Homebrew/actions/dismiss-approvals@master
146+
uses: Homebrew/actions/dismiss-approvals@main
147147
with:
148148
token: ${{ secrets.GITHUB_TOKEN }}
149149
pr: ${{ env.PR }}
150150
message: Replacement PR dispatched
151151

152152
- name: Set up commit signing
153-
uses: Homebrew/actions/setup-commit-signing@master
153+
uses: Homebrew/actions/setup-commit-signing@main
154154
with:
155155
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
156156

@@ -206,7 +206,7 @@ jobs:
206206
207207
208208
- name: Push commits
209-
uses: Homebrew/actions/git-try-push@master
209+
uses: Homebrew/actions/git-try-push@main
210210
with:
211211
token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
212212
directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
@@ -278,7 +278,7 @@ jobs:
278278
run: gh pr ready --undo "$PR" --repo "$GITHUB_REPOSITORY"
279279

280280
- name: Post comment on success
281-
uses: Homebrew/actions/post-comment@master
281+
uses: Homebrew/actions/post-comment@main
282282
with:
283283
token: ${{ secrets.GITHUB_TOKEN }}
284284
issue: ${{ env.PR }}
@@ -288,7 +288,7 @@ jobs:
288288

289289
- name: Post comment on failure
290290
if: ${{ !success() }}
291-
uses: Homebrew/actions/post-comment@master
291+
uses: Homebrew/actions/post-comment@main
292292
with:
293293
token: ${{ secrets.GITHUB_TOKEN }}
294294
issue: ${{ env.PR }}

.github/workflows/dispatch-build-bottle.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
prepare:
5656
runs-on: ubuntu-latest
5757
container:
58-
image: ghcr.io/homebrew/ubuntu22.04:master
58+
image: ghcr.io/homebrew/ubuntu22.04:main
5959
outputs:
6060
runners: ${{steps.runner-matrix.outputs.result}}
6161
steps:
6262
- name: Set up Homebrew
6363
id: set-up-homebrew
64-
uses: Homebrew/actions/setup-homebrew@master
64+
uses: Homebrew/actions/setup-homebrew@main
6565
with:
6666
core: true
6767
cask: false
@@ -85,7 +85,7 @@ jobs:
8585
return {
8686
runner: s,
8787
container: {
88-
image: "ghcr.io/homebrew/ubuntu22.04:master",
88+
image: "ghcr.io/homebrew/ubuntu22.04:main",
8989
options: "--user=linuxbrew -e GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED"
9090
},
9191
workdir: "/github/home",
@@ -96,7 +96,7 @@ jobs:
9696
});
9797
9898
- name: Ensure homebrew/core is up-to-date
99-
if: endsWith(github.ref, 'master')
99+
if: endsWith(github.ref, 'main') || endsWith(github.ref, 'master')
100100
run: brew update
101101

102102
- name: Check for existing bottle
@@ -168,7 +168,7 @@ jobs:
168168
echo upload="${DISPATCH_BUILD_BOTTLE_UPLOAD}"
169169
170170
- name: Pre-test steps
171-
uses: Homebrew/actions/pre-build@master
171+
uses: Homebrew/actions/pre-build@main
172172
with:
173173
bottles-directory: ${{ env.BOTTLES_DIR }}
174174
cleanup: ${{ matrix.cleanup }}
@@ -185,7 +185,7 @@ jobs:
185185
186186
- name: Post-build steps
187187
if: always()
188-
uses: Homebrew/actions/post-build@master
188+
uses: Homebrew/actions/post-build@main
189189
with:
190190
runner: ${{ matrix.runner }}
191191
cleanup: ${{ matrix.cleanup }}
@@ -203,7 +203,7 @@ jobs:
203203
needs: bottle
204204
if: inputs.upload
205205
container:
206-
image: ghcr.io/homebrew/ubuntu22.04:master
206+
image: ghcr.io/homebrew/ubuntu22.04:main
207207
env:
208208
HOMEBREW_SIMULATE_MACOS_ON_LINUX: 1
209209
GH_REPO: ${{github.repository}}
@@ -214,7 +214,7 @@ jobs:
214214
steps:
215215
- name: Set up Homebrew
216216
id: set-up-homebrew
217-
uses: Homebrew/actions/setup-homebrew@master
217+
uses: Homebrew/actions/setup-homebrew@main
218218
with:
219219
core: true
220220
cask: false
@@ -229,12 +229,12 @@ jobs:
229229

230230
- name: Configure Git user
231231
id: git-user-config
232-
uses: Homebrew/actions/git-user-config@master
232+
uses: Homebrew/actions/git-user-config@main
233233
with:
234234
username: ${{ (github.actor != 'github-actions[bot]' && github.actor) || 'BrewTestBot' }}
235235

236236
- name: Set up commit signing
237-
uses: Homebrew/actions/setup-commit-signing@master
237+
uses: Homebrew/actions/setup-commit-signing@main
238238
with:
239239
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
240240

@@ -245,7 +245,7 @@ jobs:
245245

246246
- name: Checkout branch for bottle commit
247247
working-directory: ${{steps.set-up-homebrew.outputs.repository-path}}
248-
run: git checkout -b "$BOTTLE_BRANCH" origin/master
248+
run: git checkout -b "$BOTTLE_BRANCH" origin/HEAD
249249

250250
- name: Upload bottles to GitHub Packages
251251
id: upload
@@ -261,7 +261,7 @@ jobs:
261261
echo "head_sha=$(git -C "$HOMEBREW_CORE_PATH" rev-parse HEAD)" >> "$GITHUB_OUTPUT"
262262
263263
- name: Push commits
264-
uses: Homebrew/actions/git-try-push@master
264+
uses: Homebrew/actions/git-try-push@main
265265
with:
266266
token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}}
267267
directory: ${{steps.set-up-homebrew.outputs.repository-path}}
@@ -272,7 +272,7 @@ jobs:
272272

273273
- name: Open PR with bottle commit
274274
id: create-pr
275-
uses: Homebrew/actions/create-pull-request@master
275+
uses: Homebrew/actions/create-pull-request@main
276276
with:
277277
token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}}
278278
base: ${{github.ref}}
@@ -350,7 +350,7 @@ jobs:
350350
runs-on: ubuntu-latest
351351
steps:
352352
- name: Post comment on failure
353-
uses: Homebrew/actions/post-comment@master
353+
uses: Homebrew/actions/post-comment@main
354354
with:
355355
token: ${{secrets.GITHUB_TOKEN}}
356356
issue: ${{inputs.issue}}

0 commit comments

Comments
 (0)