dtrace_sdt: Don't ignore the first stack frame in sdt probes.
The aframes argument to dtrace_probe_create gives the number of stack
frames that are ignored in stack(), the first frame of which is
`caller'.
This is for, e.g., profiler interrupts where the interrupt frame
itself isn't interesting; it's the code that was interrupted that was
interesting (hence profile_aframes = PROF_ARTIFICIAL_FRAMES is often
nonzero, or even several frames deep).
But for sdt, the direct caller is the interesting part -- when we
have something like:
foo()
{
...
bar();
...
[13 lines not shown]
directory(3): caveats for seekdir.
- If the directory being read is altered, past telldir results are
(potentially) invalidated. Don't promise that they'll work.
- There is no way to detect failure. (It returns void, and while it
may set errno, the main failure path in the actual implementation
does not, so even setting errno to 0 beforehand doesn't work.)
Fix a typo elsewhere while passing through. Bump date.
pkg-vulnerabilities: add last 12 hours CVEs
+ bind, glib2 (fixed in 2.87.1, unclear if 2.86.x is affected and/or will get a
backport),
moodle (no further details, assume not fixed and maybe not even reported
upstream),
php-phpgadmin (no further details, assume not fixed and maybe not even
reported upstream),
proftpd (no further details, assume not fixed and maybe not even
reported upstream),
python (fixed upstream, no stable releases with the fix)
google-benchmark: updated to 1.9.5
1.9.5
python binding: add range check
fix: resolve editable installation issue for python package
Add deprecation warnings for MSVC
[doc] Added nice to reducing_variance
Fix bug: link Shlwapi in Libs.private for Windows
Improve handling of private link libraries in pkg-config generation
python: Update to cibuildwheel 3.0
core(perf): use string move constructor for AddCustomContext
Guard adding intel compiler flag behind check for intel compiler.
Compilation error with warning C4267 fix
CI: update available containers
Update pre-commit ruff lib
Added OpenSSF Scorecard Badge for Security Insights
Fix build when targeting Arm64EC using Clang
python: Assert that libdir is a Path in all branches
[78 lines not shown]
net/microsocks: Add version 1.0.5
A lightweight SOCKS5 service that you can run on your remote boxes to
tunnel connections through them, if for some reason SSH doesn't cut it
for you.
It handles resource exhaustion gracefully by simply denying new
connections, instead of calling abort() as most other programs do
these days.
Another plus is ease-of-use: no config file necessary, everything can be
done from the command line and doesn't even need any parameters for quick
setup.
pkg-vulnerabilities: add last days CVEs
+ ImageMagick{,6}, chromium, freerdp2,
inetutils (fixed upstream, latest stable release 2.7 affected),
nodejs, py-jaraco.context,
py-ply (probably not shared upstream and the project seems no longer active),
py-weasyprint,
python (fixed upstream, no stable releases with fixes)
bind920: update to BIND version 9.20.18.
Pkgsrc changes:
* Version bump, checksums.
Upstream changes:
BIND 9.20.18
------------
Security Fixes
~~~~~~~~~~~~~~
- [CVE-2025-13878] Fix incorrect length checks for BRID and HHIT
records. ``d4c0d61701``
Malformed BRID and HHIT records could trigger an assertion failure.
This has been fixed.
[80 lines not shown]
www/zola: update to 0.22.0
What's Changed
Update themes gallery by @Keats in #2946
Reword section/drafting paragraph by @ccjmne in #2934
Reword taxonomy page by @ccjmne in #2936
Update themes gallery by @Keats in #2952
Add Azure Static Web Apps deployment instructions by @mattvillegas in #2931
Add code highlight theme previews to docs by @hahwul in #2951
Update themes gallery by @Keats in #2960
Fix broken links and highlight warnings in docs by @hollisticated-horse in #2963
Update themes gallery by @Keats in #2986
Update themes gallery by @Keats in #2990
Update cloudflare-pages.md by @Propfend in #2998
Update Zola installation command in documentation by @Propfend in #3003
Fix typo in pagination documentation by @dwgrth in #3011
Fix typos in CHANGELOG.md by @mihai1923 in #3021
Update themes gallery by @Keats in #3022
[18 lines not shown]
textproc/rumdl: update to 0.0.222
## [0.0.222] - 2026-01-20
### Fixed
- **MD018: Comprehensive false positive fixes** ([#314](https://github.com/rvben/rumdl/issues/314))
- Skip content inside HTML comments (e.g., Jupyter cell markers `#%%`)
- Skip indented patterns to match markdownlint behavior
- Skip YAML comments inside frontmatter
- Flag all malformed headings at line start
- **Tables inside list items** ([#314](https://github.com/rvben/rumdl/issues/314))
- Tables embedded in list items are now detected, linted, and formatted correctly
- Validate delimiter indentation for list-table detection
- **MD009: Correct 1-indexed column in ASCII path**
- Column numbers in diagnostics now match editor positions
[59 lines not shown]