NetBSD/src ZPbdw4Dexternal/cddl/osnet/dev/sdt sdt.c

   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]
VersionDeltaFile
1.25+2-2external/cddl/osnet/dev/sdt/sdt.c
+2-21 files

NetBSD/src PtlbNKUlib/libc/gen directory.3

   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.
VersionDeltaFile
1.44+10-3lib/libc/gen/directory.3
+10-31 files

NetBSD/pkgsrc H4vyYiyx11/xorgproto builtin.mk

   xorgproto: teach builtin.mk about version 2025.1
VersionDeltaFile
1.10+2-1x11/xorgproto/builtin.mk
+2-11 files

NetBSD/pkgsrc kAHPtxttextproc/expat builtin.mk

   expat: teach builtin.mk about version 2.7.3
VersionDeltaFile
1.26+9-6textproc/expat/builtin.mk
+9-61 files

NetBSD/src jzkA2MDsys/ufs/ufs ufs_vnops.c ufs_acl.c

   ufs: Sprinkle SET_ERROR dtrace probes.

   PR kern/58378: Kernel error code origination lacks dtrace probes
VersionDeltaFile
1.264+83-82sys/ufs/ufs/ufs_vnops.c
1.7+51-50sys/ufs/ufs/ufs_acl.c
1.28+48-47sys/ufs/ufs/ufs_quota1.c
1.57+42-41sys/ufs/ufs/ufs_extattr.c
1.43+39-38sys/ufs/ufs/ufs_dirhash.c
1.120+29-28sys/ufs/ufs/ufs_quota.c
+292-2867 files not shown
+399-38713 files

NetBSD/src 9ifLp4Zsys/ufs/ufs ufs_vnops.c ufs_inode.c

   ufs: Sort includes.

   No functional change intended.

   Preparation for:

   PR kern/58378: Kernel error code origination lacks dtrace probes
VersionDeltaFile
1.263+27-25sys/ufs/ufs/ufs_vnops.c
1.113+15-13sys/ufs/ufs/ufs_inode.c
1.160+14-12sys/ufs/ufs/ufs_lookup.c
1.47+13-11sys/ufs/ufs/ufs_quota2.c
1.56+13-11sys/ufs/ufs/ufs_extattr.c
1.42+12-11sys/ufs/ufs/ufs_dirhash.c
+94-839 files not shown
+173-13815 files

NetBSD/pkgsrc D4xJfFadoc pkg-vulnerabilities

   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)
VersionDeltaFile
1.720+11-1doc/pkg-vulnerabilities
+11-11 files

NetBSD/pkgsrc lbrd9dowww/palemoon-gtk3 PLIST

   palemoon-gtk3: fix PLIST
VersionDeltaFile
1.2+1-2www/palemoon-gtk3/PLIST
+1-21 files

NetBSD/pkgsrc 5mVmMzcparallel/p5-Parallel-Pvm Makefile

   p5-Parallel-Pvm: fix build on NetBSD-current.
VersionDeltaFile
1.37+3-1parallel/p5-Parallel-Pvm/Makefile
+3-11 files

NetBSD/pkgsrc l3rHA6Mnet/nicotine-plus Makefile

   nicotine-plus: follow redirect
VersionDeltaFile
1.23+2-2net/nicotine-plus/Makefile
+2-21 files

NetBSD/pkgsrc igACDMegames/onscripter Makefile

   onscripter: fix WRKSRC after previous
VersionDeltaFile
1.56+3-1games/onscripter/Makefile
+3-11 files

NetBSD/pkgsrc ZrbeDV2mk/compiler gcc.mk

   mk: revert 1.300 of gcc.mk

   restore fortran handling to what it was before. still looks wrong
VersionDeltaFile
1.308+14-2mk/compiler/gcc.mk
+14-21 files

NetBSD/pkgsrc Hl4F40Bdoc CHANGES-2026

   Updated lang/nodejs, benchmarks/google-benchmark
VersionDeltaFile
1.549+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc Kw28shtbenchmarks/google-benchmark PLIST distinfo

   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]
VersionDeltaFile
1.8+19-1benchmarks/google-benchmark/PLIST
1.32+4-4benchmarks/google-benchmark/distinfo
1.33+2-2benchmarks/google-benchmark/Makefile
+25-73 files

NetBSD/pkgsrc Xr6XjD1lang/nodejs PLIST distinfo

   nodejs: updated to 25.4.0

   25.4.0 (Current)

   Notable Changes

   - cli: add --require-module/--no-require-module (Joyee Cheung)
   - cli: mark --heapsnapshot-near-heap-limit as stable (Joyee Cheung)
   - crypto: update root certificates to NSS 3.117 (Node.js GitHub Bot)
   - doc: add @avivkeller to collaborators (Aviv Keller)
   - doc: add gurgunday to collaborators (Gürgün Dayıoğlu)
   - doc: mark --build-snapshot and --build-snapshot-config as stable (Joyee Cheung)
   - (SEMVER-MINOR) events: repurpose events.listenerCount() to accept EventTargets (René)
   - (SEMVER-MINOR) http: add http.setGlobalProxyFromEnv() (Joyee Cheung)
   - meta: add Renegade334 to collaborators (Renegade334)
   - module: mark require(esm) as stable (Joyee Cheung)
   - module: mark module compile cache as stable (Joyee Cheung)
   - (SEMVER-MINOR) module: allow subpath imports that start with
   - (SEMVER-MINOR) process: preserve AsyncLocalStorage in queueMicrotask only when needed (Gürgün Dayıoğlu)

    [3 lines not shown]
VersionDeltaFile
1.94+7-322lang/nodejs/PLIST
1.310+4-4lang/nodejs/distinfo
1.340+2-2lang/nodejs/Makefile
+13-3283 files

NetBSD/pkgsrc-wip 289d88ficu PLIST Makefile, icu/patches patch-config_mh-scoosr5 patch-common_umutex.h

icu: removed; newer version is in base
DeltaFile
+0-273icu/PLIST
+0-182icu/Makefile
+0-77icu/patches/patch-config_mh-scoosr5
+0-47icu/patches/patch-common_umutex.h
+0-45icu/patches/patch-configure
+0-34icu/patches/patch-configure.ac
+0-65819 files not shown
+0-98225 files

NetBSD/pkgsrc vZqbZ3Zdoc CHANGES-2026

   doc: Added net/microsocks version 1.0.5
VersionDeltaFile
1.548+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc KgL1s2Pnet Makefile, net/microsocks Makefile DESCR

   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.
VersionDeltaFile
1.1+22-0net/microsocks/Makefile
1.1+11-0net/microsocks/DESCR
1.1+5-0net/microsocks/distinfo
1.1623+2-1net/Makefile
1.1+2-0net/microsocks/PLIST
+42-15 files

NetBSD/pkgsrc d3HTeoGdoc pkg-vulnerabilities

   pkg-vulnerabilities: add today Oracle CVEs

   + mysql-server, openjdk*
VersionDeltaFile
1.719+5-1doc/pkg-vulnerabilities
+5-11 files

NetBSD/src 0pvElclshare/mk bsd.lib.mk, tests/lib/libpthread/weak/lib Makefile

   Fix for MKPICINSTALL=yes. Add override so that we don't install the helper
   _pic.a
VersionDeltaFile
1.427+2-2share/mk/bsd.lib.mk
1.2+2-1tests/lib/libpthread/weak/lib/Makefile
+4-32 files

NetBSD/pkgsrc FxrGaYadoc pkg-vulnerabilities

   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)
VersionDeltaFile
1.718+80-1doc/pkg-vulnerabilities
+80-11 files

NetBSD/pkgsrc-wip 29ca3ccowntone TODO

owntone: Add reference to recent CVEs
DeltaFile
+3-0owntone/TODO
+3-01 files

NetBSD/pkgsrc-wip 3f19060bind920 distinfo Makefile

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]
DeltaFile
+3-3bind920/distinfo
+1-1bind920/Makefile
+4-42 files

NetBSD/pkgsrc V8DUUVydevel/codeberg-cli Makefile

   codeberg-cli: restore correct license
VersionDeltaFile
1.8+2-2devel/codeberg-cli/Makefile
+2-21 files

NetBSD/pkgsrc aTxbnjNdoc CHANGES-2026

   doc: Updated www/zola to 0.22.0
VersionDeltaFile
1.547+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6mHjceewww/zola distinfo cargo-depends.mk

   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]
VersionDeltaFile
1.13+895-808www/zola/distinfo
1.9+297-268www/zola/cargo-depends.mk
1.24+4-4www/zola/Makefile
+1,196-1,0803 files

NetBSD/pkgsrc gd8kfkLdoc CHANGES-2026

   doc: Updated textproc/rumdl to 0.0.222
VersionDeltaFile
1.546+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc s4qY3U8textproc/rumdl distinfo Makefile

   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]
VersionDeltaFile
1.3+4-4textproc/rumdl/distinfo
1.3+2-2textproc/rumdl/Makefile
+6-62 files

NetBSD/pkgsrc rLzGmxLdoc CHANGES-2026

   doc: Updated graphics/matugen to 3.1.0
VersionDeltaFile
1.545+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc-wip 70d8d79grafana distinfo PLIST, grafana/patches patch-go.sum patch-go.mod

grafana: Update to 12.3.1

Build, install and run on macOS.
DeltaFile
+15,216-16,418grafana/distinfo
+4,641-1,248grafana/PLIST
+2,216-2,616grafana/go-modules.mk
+0-50grafana/patches/patch-go.sum
+0-40grafana/patches/patch-go.mod
+3-2grafana/Makefile
+22,076-20,3744 files not shown
+22,081-20,38110 files