fish: update to 4.3.2
Packaging update:
- requires py-sphinx to make man pages now
- upstream fixed two patches!
4.3.2:
Some other bugs
4.3.1:
Fixes possible crash after expanding an abbreviation
4.3.0:
Deprecations and removed features
- fish no longer sets universal variables by default, which
simplifies configuration. Specifically, the fish_color_*,
fish_pager_color_* and fish_key_bindings variables are now set in
the global scope by default.
- fish_config theme choose now clears only color variables that
[32 lines not shown]
imake: update to 1.0.11.
Alan Coopersmith (9):
Fix mdepend.cpp: error: invalid preprocessing directive #Flag
Use autoconf instead of cpp to generate ccmakedep, mergelib, & xmkmf
configure: generate man pages with AC_CONFIG_FILES instead of cpp
meson: Add option to build with meson
Improve man page formatting
cleanlinks.1, mkhtmlindex.1: fix wording of AUTHORS section
README.md: replace old URL's that no longer work
gitlab CI: add workflow rules
imake 1.0.11
Peter Hutterer (1):
CI: drop the ci-fairy check-mr job
Steven Keuchel (1):
imake support for riscv{32,64}-linux
[2 lines not shown]
gnupg2: update to 2.4.9.
Noteworthy changes in version 2.4.9 (2025-12-30)
------------------------------------------------
* gpg: Fix possible memory corruption in the armor parser. [T7906]
* gpg: Avoid potential downgrade to SHA1 in 3rd party key
signatures. [rGddb012be7f]
* gpg: Error out on unverified output for non-detached signatures.
[rG9d302f978b]
* gpg: Do not allow compressed key packets on import. [T7014]
* scd: Fix a harmless read buffer over-read in a function used by
PKCS#15 cards. [T7662]
* dirmngr: Do not require a keyserver for "gpg --fetch-key".
[4 lines not shown]
hugo: Update to 0.153.5
upstream changes:
-----------------
v0.153.5
What's Changed
* images: Add compression option to image config and clean up some of the options handling c6ae33c @bep
* config: Fix cascade per language in hugo.toml regression edeebf0 @bep #14321
* images: Fix WebP quality and hint parameters being ignored ea9675f @simonheimlicher #14316
v0.153.4
What's Changed
* Set cascade target to the content matrix if not set in the cascade itself 96777d9 @bep #14310
devel/tokei: update to 14.0.0
Added
add support for C++20 modules (#1278)
Add language support for Ark TypeScript (#1300)
Other
Fix downcast type mismatches in clap_builder (#1310)
remove tokei.rs references
Add support for Koka (#1306)
Stop recommending comma-separated CLI args (#1305)
Update clap-cargo from 0.13 to 0.18 (#1298)
sysutils/lla: update to 0.5.3
[0.5.3] - 2025-12-26
Fixed
lla --fuzzy editor integration now properly handles empty editor config strings, allowing the fallback chain to work correctly when the config editor field is empty.
Thanks to @chenrui333 for the pr #148
[0.5.2] - 2025-12-25
Added
lla --fuzzy:
Vim/Emacs-style navigation shortcuts: Ctrl+J/K, Ctrl+N/P, Ctrl+U/D (half-page), Ctrl+G (jump to end), Ctrl+Shift+G (jump to start).
Search bar editing shortcuts: Ctrl+W (delete word backward), Ctrl+H (delete character), Ctrl+A (start of line), Home/End.
Inline rename: F2 to rename the selected file, Enter to confirm, Esc/Ctrl+C to cancel.
External editor integration: Ctrl+E opens the selected (or multi-selected) file(s) in your editor.
Editor precedence: listers.fuzzy.editor (config) → $EDITOR → $VISUAL → fallback.
Homebrew Plugin (brew): manage Homebrew packages from lla (list/search/info/install/uninstall/upgrade/cleanup/doctor) with an interactive menu.
[20 lines not shown]
devel/feluda: update to 1.11.0
What's Changed
refactor: analyze only root project directory and clean up progress module by anistark in #176
feat: GitHub license cache by anistark in #178
chore: cleanup readme, contributing, justfile by anistark in #179
feat: add local license checking for Go and Python by anistark in #180
fix: add missing env var cleanup to prevent test isolation issues in parallel execution by anistark in #182
feat: add .NET support with NuGet integration by anistark in #183
feat: add --github-token flag for authenticated GitHub API requests by anistark in #184