fix sun2 build with MKDEBUG=yes, and MKLINT=yes:
- libgcc_eh_g.a, libgcc_s_g.a need to be marked as pic only builds
- llibipsec.ln libipsec_g.a need to be marked as ipsec only builds
- libnpf_g.a needs to be marked as npf only build
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.