Re-factor the virt68k mm_md_physacc() into mm_md_physacc_regular(),
which is a common implementation that uses phys_seg_list[] to verify
the offset is in regular physical memory.
Add a mm_md_physacc() alias to mm_md_physacc_regular(), which makes it
the standard implementation for m68k platforms. If a platform wishes
to provide additional access beyond what phys_seg_list[] describes
(hp300 and x68k fall into this category), they merely need to provide
a mm_md_physacc() that adds their own filtering in addition to what
mm_md_physacc_regular() provides.
Remove several copies of mm_md_physacc() which were obviously just blind
copies of the hp300 version and incorrect for the platforms that copied
it (the hp300 has an oddball memory layout).
gam: update to 7.40.00 and take maintainership
Take maintainership.
Changes since 7.38.00:
7.40.00
Updated gam print|show businessprofileaccounts (client access) to gam <UserTypeEntity> print|show businessprofileaccounts (service account access). You'll need to run gam user user at domain.com update serviceaccount and select 2) Business Account Management API.
7.39.08
Fixed bug in gam oauth create that caused a trap when 0) Business Account Management API was selected.
Upgraded to Python 3.14.4 on macOS and Windows; Linux is still 3.14.3.
7.39.07
Upgraded to OpenSSL 3.6.2.
[58 lines not shown]
sdl12-compat: updated to 1.2.76
1.2.76
This is a stable bugfix release, with the following changes:
Fixed Sacred Gold crash during initial loading screen, requires SDL 3.4.4
Fixed perl language binding test failures
rust: Avoid bootstrap sanity checks on SunOS.
This is untested due to gnulib fallout, but should fix issue where the illumos
bootstrap kit conflicts with the checks for m68k-netbsd, and avoids a patch.
buf: updated to 1.67.0
1.67.0
Fix LSP not skipping buf.build/docs links for lint rules from check plugins and policies.
Fix buf dep graph --format json silently dropping dependencies when a dependency was already seen.
Add support for --rbs_out as a protoc_builtin plugin (requires protoc v34.0+).
Add relevant links from CEL LSP hover documentation to either <celbyexample.com> or <protovalidate.com>
Add OpenBSD and FreeBSD release binaries for amd64 and arm64.
Skip writing unchanged output files in buf generate to preserve modification times
Update buf beta registry plugin delete to prompt the user for deletion, matching the UX of the other deletion commands. Use --force to restore the old behavior.
rclone: updated to 1.73.4
v1.73.4 - 2026-04-08
- Bug Fixes
- build
- Update to go 1.25.9 to fix multiple CVEs (Nick Craig-Wood)
- CVE-2026-32282: os: Root.Chmod can follow symlinks out of the root on Linux
- CVE-2026-32289: html/template: JS template literal context incorrectly tracked
- CVE-2026-33810: crypto/x509: excluded DNS constraints not properly applied to wildcard domains
- CVE-2026-27144: cmd/compile: no-op interface conversion bypasses overlap checking
- CVE-2026-27143: cmd/compile: possible memory corruption after bound check elimination
- CVE-2026-32288: archive/tar: unbounded allocation when parsing old format GNU sparse map
- CVE-2026-32283: crypto/tls: multiple key update handshake messages can cause connection to deadlock
- CVE-2026-27140: cmd/go: trust layer bypass when using cgo and SWIG
- CVE-2026-32280: crypto/x509: unexpected work during chain building
- CVE-2026-32281: crypto/x509: inefficient policy validation
- Fix Denial of Service due to Panic in AWS SDK for Go v2 SDK EventStream Decoder (dependabot[bot])
- Update golang.org/x/image to 0.38.0 to fix CVE-2026-33809 (dependabot[bot])
[7 lines not shown]
shfmt: updated to 3.13.1
3.13.1
- **cmd/shfmt**
- Add support for `[[zsh]]` in EditorConfig files
- Detect the shell variant from filenames like `.zshrc` and `.bash_profile`
- Fix `--apply-ignore` when used with explicit args
- **syntax**
- Revert an accidental change to how array subscripts are formatted
- Never join `;;` with the previous line when formatting
- Fix a bug where `$1[foo]` was parsed as a subscript in Zsh
- Correctly parse `$!` in double quotes in Zsh
- Allow indexing into special parameters in Zsh
- Allow parameter expansions with empty names in Zsh
- **interp**
- Test against Bash 5.3 and fix three new discrepancies
- Fix a few bugs related to `nameref` variables
- Avoid panics when user input encounters unimplemented features