Fix kern.ccd.units sysctl processing
The kern.ccd.units sysctl is intended to return a list (array) of
configured ccd unit numbers - it didn't, instead it returned the
unit number of the first configured ccd, and N-1 0's (where N
is the number of configured ccd devices). If it happened that
ccd0 was the first configured, then N 0's would be returned.
This (very simple) fix corrects that.
This bug has been present (unnoticed apparently) since the sysctl
was added, April, 2013 - so I guess that not very many people to
ccdconfig -g
(not naming the devices) when they have more than one configured ccd.
I suspect that's the only current way to experience it easily.
XXX pullup -9 -10 -11
mail/thunderbird: Update to 146.0.1
Changelog:
146.0.1:
What's Fixed
fixed
Reverted fix that localized consistent special folder names in server's language
146.0:
What's New
new
Enabled configuration of preferred OpenPGP keyserver via the UI
What's Changed
changed
[106 lines not shown]
textproc/py-pdf: Update to 6.5.0
Changelog:
## Version 6.5.0, 2025-12-21
### New Features (ENH)
- Limit jbig2dec memory usage (#3576)
- FontDescriptor: Initiate from embedded font resource (#3551)
### Robustness (ROB)
- Allow fallback to PBM files for jbig2dec without PNG support (#3567)
- Use warning instead of error for early EOD for RunLengthDecode (#3548)
### Developer Experience (DEV)
- Test with macOS as well (#3401)
nfsd.8: Add a short paragraph w.r.t. NFSv3 vs NFSv4 setup
The nfsd can be configured to support NFSv3, NFSv4 or both
of them.
This patch adds a short paragraph to nfsd.8 to explain this.
This is a content change.
Reviewed by: kib, zaiee (manpages)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D54279
ports-mgmt/portlint: Update to 2.23.0
* Soften .desktop error for both plist and Makefile items [1]
* Check COMMENT for non-ASCII characters [2]
* Ensure the order of pre-TARGET, do-TARGET, and post-TARGET sections
[3]
* Check for duplicates in LICENSE_PERMS [4]
PR: 291017 [1]
289975 [2]
284951 [3]
284644 [4]