vms-empire: update to 1.19.
Code hardening with ChatGPT 5.2
Close off a whole bunch of potential buffer overruns.
Bail out gracefully on failed memory allocations.
New versioned, field-wise save format with map dimensions recorded.
Default save file name is now empire.sav.
Documentation is fully spellchecked.
gam: update to 7.38.00
Changes since 7.36.01:
Added variable gcp_org_id to gam.cfg that is used by the following commands; by setting the value, additional API calls are eliminated.
gam create project
gam create gcpfolder
gam create|update|delete caalevel
gam print|show caalevels
gam print|show tokens gcpdetails
You can get and set the gam.cfg/gcp_org_id value with these commands:
$ gam info gcporgid
organizations/906207637890
$ gam config gcp_org_id organizations/906207637890 save
You can get and set the gam.cfg/customer_id value with these commands:
[43 lines not shown]
lynis: Update to 3.1.6
Lynis 3.1.6 (2025-10-22)
Added
* Add notice to screen output if end-of-life state is unclear
* Support for CachyOS, macOS Tahoe, and OpenMandriva Lx
Changed
* Releases are now considered to be old if they are 6 months or older
* Removed generic suggestion for outdated/old Lynis release, instead
show to screen output
* Generic clarifications on variable usage for operating system and
its version
* Updated end-of-life database
* Updated Japanese translation
* For Debian and similar systems ignore kernel packages with 'rc'
[598 lines not shown]
slumber: update to 5.2.0.
Added
Support all YAML values in profile fields #647
This required some major refactoring of the TUI code, particularly around template previews. If you notice any bugs, please report them.
Changed
Remove underline from table selected row style
Rename Copy as ... actions to Export as ...
Move component-specific recipe actions (URL, query params, etc.) into their own submenus
Fixed
Fix crash in TUI when previewing a JSON body containing a streamable function call (e.g. command() or file())
xbanner: Various build fixes.
PKGREVISION bumped because this contains a gets -> fgets change,
it's so bad that some operating systems have removed it from libc.