NetBSD/pkgsrc qKiv1Hydoc CHANGES-2026

   doc: Updated shells/oh-my-posh to 30.6.5
VersionDeltaFile
1.5267+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc c3e46TJshells/oh-my-posh Makefile distinfo

   shells/oh-my-posh: update to 30.6.5

   Bug Fixes

       pwsh: emit ASCII-safe init output for non-ASCII paths (e458c6e)
       serve: forward the full environment to the streaming daemon (4709f3e), closes #7792
       status: end segments correctly (3c2976d)
VersionDeltaFile
1.326+4-4shells/oh-my-posh/distinfo
1.358+2-2shells/oh-my-posh/Makefile
+6-62 files

NetBSD/pkgsrc At5caVedoc CHANGES-2026

   doc: Updated devel/gitpane to 0.10.4
VersionDeltaFile
1.5266+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc i8rqkIIdevel/gitpane cargo-depends.mk Makefile

   devel/gitpane: update to 0.10.4

   [0.10.4] - 2026-08-12
   Added

       A repository focus mode, toggled with f, dims repositories other than the selected one while keeping the selected repository's worktree and stash rows bright. The help overlay now stays within the terminal when showing the additional command.

   Fixed

       A–Z and Z–A sorting now remains stable when watcher-driven discovery runs. Pinned and nested repositories no longer jump back to scanner basename order several seconds after an explicit sort.
       Repository discovery now preserves the selected repository when the discovered set changes instead of moving the selection to the first row.
       Stash messages remain readable in focus mode instead of using the same hardcoded gray appearance as dimmed rows.
       Updated lru to 0.18.2 to address RUSTSEC-2026-0253, a potential use-after-free in LruCache::pop() inherited through ratatui.
VersionDeltaFile
1.9+7-7devel/gitpane/distinfo
1.9+2-2devel/gitpane/Makefile
1.9+1-1devel/gitpane/cargo-depends.mk
+10-103 files

NetBSD/src FO7Elsisys/dev/ieee1394 iec13213.h

   s/starndards/standards/ in comment.
VersionDeltaFile
1.7+2-2sys/dev/ieee1394/iec13213.h
+2-21 files

NetBSD/pkgsrc o6X2JuVdoc CHANGES-2026

   Updated devel/py-progressbar2, net/py-unearth
VersionDeltaFile
1.5265+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc DC857M4net/py-unearth Makefile distinfo

   py-unearth: updated to 0.18.3

   0.18.3

   Features

   cli: Download packages without unpacking

   Bug Fixes

   Update actions/checkout and setup actions to v6
   Support packaging 26.0 changes
   Prevent tar-slip via path traversal and symlink escape in _untar_archive
   Complete path traversal protection by replacing os.makedirs with safe_makedirs
VersionDeltaFile
1.30+3-5net/py-unearth/Makefile
1.28+4-4net/py-unearth/distinfo
+7-92 files

NetBSD/pkgsrc SRu3yRydevel/py-progressbar2 PLIST distinfo

   py-progressbar2: updated to 4.6.0

   4.6.0

   Performance

   progressbar.progressbar() now auto-dispatches to a lean fast path for the common wrap-a-loop case, and an integer update gate keeps gated iterations to an increment, a compare and a store
   Optional native iterator accelerator: pip install 'progressbar2[fast]'. See benchmarks/report.md for the numbers against tqdm, rich, alive-progress and click.

   Features

   tqdm-style arguments on progressbar(): desc, total, unit, unit_scale and postfix.
   MultiBar(join_timeout=...) bounds the wait for unfinished bars on with-block exit.
   TERM-based color detection generalized beyond xterm variants
   AttributeDict is generic over its value type.

   Fixes

   28 bugs found in a full audit of the bar, widgets, MultiBar and the CLI

    [12 lines not shown]
VersionDeltaFile
1.19+6-8devel/py-progressbar2/Makefile
1.12+4-4devel/py-progressbar2/distinfo
1.7+4-1devel/py-progressbar2/PLIST
+14-133 files

NetBSD/pkgsrc N1fYUtVdoc CHANGES-2026

   Updated textproc/py-pyphen, www/py-zensical
VersionDeltaFile
1.5264+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc jH44nbhwww/py-zensical PLIST Makefile

   py-zensical: updated to 0.0.54

   0.0.54

   This version reduces peak memory usage by 8–10x, making builds of large
   documentation projects substantially more efficient. It also improves reference
   validation by preventing false positives for links successfully resolved
   through autorefs.

   Additionally, the user interface is updated to v0.0.25, fixing instant
   navigation for inline scripts and version aliases created with mike. This
   release also corrects mike configuration defaults and updates webbrowser to
   address a security vulnerability.
VersionDeltaFile
1.8+16-13www/py-zensical/distinfo
1.6+4-3www/py-zensical/cargo-depends.mk
1.6+2-2www/py-zensical/PLIST
1.9+2-2www/py-zensical/Makefile
+24-204 files

NetBSD/pkgsrc BLXGBMLtextproc/py-pyphen distinfo Makefile

   py-pyphen: updated to 0.18.0

   0.18.0

   Update Spanish, Hungarian, Lithuanian and Danish dictionaries.
   Keep README files updated with dictionaries.
   Include __init__ method in Pyphen API documentation.
   Support Python 3.14, drop Python 3.9 support.
VersionDeltaFile
1.22+2-7textproc/py-pyphen/Makefile
1.19+4-4textproc/py-pyphen/distinfo
+6-112 files

NetBSD/pkgsrc ZHNlMJwdoc TODO

   doc/TODO: + intercal-0.35.
VersionDeltaFile
1.27745+2-2doc/TODO
+2-21 files

NetBSD/pkgsrc LRbh9EMdoc CHANGES-2026

   Updated devel/libgit2, devel/py-ruff
VersionDeltaFile
1.5263+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc NFvKnYedevel/py-ruff Makefile cargo-depends.mk

   py-ruff: updated to 0.16.3

   0.16.3

   Preview features

   [pylint] Fix false negatives on negative numbers (PLR6104)
   [pyupgrade] Add rule to replace while 1 with while True (UP048)

   Bug fixes

   [flake8-bandit] Also check keyword arguments (S602, S603, S607, S609)
   [pylint] Allow continue in finally on Python 3.8
   [pylint] Fix PLE1307 false positive with bools
   [pylint] Fix false positives and negatives with %b format character (PLE1300, PLE1307)
   [pylint] Improve handling of concatenated strings (PLE1300)

   Rule changes


    [21 lines not shown]
VersionDeltaFile
1.117+25-25devel/py-ruff/distinfo
1.111+7-7devel/py-ruff/cargo-depends.mk
1.120+2-2devel/py-ruff/Makefile
+34-343 files

NetBSD/pkgsrc 09TZ3G7devel/libgit2 Makefile distinfo

   libgit2: updated to 1.9.7

   v1.9.7

   This is an security release with one change.

   * Escape remote repository paths in libssh2

     In v1.9.2, we started escaping repository paths in the OpenSSH-based
     exec ssh transport. Bring the same escaping to the libssh2 transport
     to avoid any potential command injection.
VersionDeltaFile
1.49+4-4devel/libgit2/distinfo
1.103+2-2devel/libgit2/Makefile
+6-62 files

NetBSD/pkgsrc NT9PrCMdoc CHANGES-2026

   doc: Updated www/resterm to 1.0.0
VersionDeltaFile
1.5262+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mY3CehBwww/resterm go-modules.mk Makefile

   resterm: Update to 1.0.0

   Changelog
   Within the 1.x line:
   * Request file directives keep their names, arguments and meaning.
   * Existing CLI flags keep their meaning.
   * Headless output keeps its JSON field names, JUnit structure and exit codes.
   * Configuration keys (bindings, themes, settings) keep working.
   * The headless Go package keeps its exported API.
   * RestermScript keeps its syntax, builtins and host objects.

   More information: https://github.com/unkn0wn-root/resterm/releases/tag/v1.0.0
VersionDeltaFile
1.26+3-3www/resterm/distinfo
1.28+2-2www/resterm/Makefile
1.17+0-0www/resterm/go-modules.mk
+5-53 files

NetBSD/src bD8Sqbhsys/external/bsd/dwc2 dwc2.c

   PR/60021: USB-only boot: uhub0 attaches but uhub1 never appears...

   Update the dwc2 intial reset sequence to more closely match the upstream
   driver - it's changed a bit in the last 10 years.

   This reset sequence gets the device out of the state it's left in by the
   RaspberryPI firmware when booting from USB.
VersionDeltaFile
1.84+17-2sys/external/bsd/dwc2/dwc2.c
+17-21 files

NetBSD/src UOqlNzUsys/arch/hb68k/wrap030 wrap030.dts

   Control portion of ATA is only 4 bytes.
VersionDeltaFile
1.4+1-1sys/arch/hb68k/wrap030/wrap030.dts
+1-11 files

NetBSD/src Walnx4rsys/kern kern_proc.c

   proc_vmspace_getref: Take p->p_lock around p->p_sflag access.

   Prompted by reviewing the locking rules in;

   PR kern/60568: panic locking against myself (p->p_lock) in NFS from
   sysctl_vmproc
VersionDeltaFile
1.286+29-8sys/kern/kern_proc.c
+29-81 files

NetBSD/src OSheefdsys/kern kern_proc.c

   sysctl kern.proc_args.*.cwd/pathname: Use p_reflock, not p_lock.

   - Avoid holding p_lock across copyout; this risks deadlock or panic
     if memory is exhausted and the uvm fault handler during copyout
     tries to deliver SIGKILL, which requires p_lock.

   - Avoid holding p_lock across vnode_to_path: this risks deadlock or
     panic if the file system, such as nfs, tries to check for pending
     signals, which requires p_lock.

   PR kern/60568: panic locking against myself (p->p_lock) in NFS from
   sysctl_vmproc
VersionDeltaFile
1.285+11-10sys/kern/kern_proc.c
+11-101 files

NetBSD/src 0piloFOsys/uvm uvm_map.c

   sysctl vm.proc.*: Use p_reflock, not p_lock.

   - Avoid holding p_lock across copyout; this risks deadlock or panic
     if memory is exhausted and the uvm fault handler during copyout
     tries to deliver SIGKILL, which requires p_lock.

   - Avoid holding p_lock across vnode_to_path: this risks deadlock or
     panic if the file system, such as nfs, tries to check for pending
     signals, which requires p_lock.

   PR kern/60568: panic locking against myself (p->p_lock) in NFS from
   sysctl_vmproc
VersionDeltaFile
1.432+18-4sys/uvm/uvm_map.c
+18-41 files

NetBSD/src X0GGwXQsys/kern kern_proc.c, sys/sys proc.h

   kern: New function proc_find_reflocked.

   This is like proc_find_locked but returns with p_reflock held rather
   than p_lock.  Will be used to replace proc_find_locked in order to
   fix:

   PR kern/60568: panic locking against myself (p->p_lock) in NFS from
   sysctl_vmproc

   No modules currently use proc_find_locked or proc_find_reflocked, so
   there should be no module ABI compatibility issues here.
VersionDeltaFile
1.284+76-6sys/kern/kern_proc.c
1.374+3-1sys/sys/proc.h
+79-72 files

NetBSD/src dPtyW9tsys/dev/pci pciconf.c

   pciconf: Sort resource windows in order of decreasing alignment

   instead of size.

   Consider pci0 has two ppb's. ppb0 has a memory window larger in
   size, but smaller in alignment. ppb1 has one smaller in size, but
   larger in alignment.

   In this case, the memory window of ppb1 must be allocated earlier.
   Otherwise, total size of required memory exceeds pci0's mem_total,
   in general, due to padding region.
VersionDeltaFile
1.59+13-13sys/dev/pci/pciconf.c
+13-131 files

NetBSD/pkgsrc qy3Wzrjdevel/guile30-slib Makefile Makefile.common

   devel/guile30-slib: Split most into Makefile.common

   As CSE across guile*-slib, not yet accomplished.
   Builds as well as it did before.
VersionDeltaFile
1.1+54-0devel/guile30-slib/Makefile.common
1.4+4-36devel/guile30-slib/Makefile
+58-362 files

NetBSD/pkgsrc agZsPA6devel/scons4 Makefile

   devel/scons4: Add request not to update to 4.11

   pending scons/gpsd figuring out between them why 4.11 breaks the gpsd
   build -- with an inscrutable stack trace, the gold standard for python
   errors!
VersionDeltaFile
1.18+3-1devel/scons4/Makefile
+3-11 files

NetBSD/pkgsrc-wip 8dfcd0dserendipity TODO

serendipity: Add references to recent CVEs
DeltaFile
+1-1serendipity/TODO
+1-11 files

NetBSD/pkgsrc-wip 470839cfrp TODO

frp: Add reference to CVE-2026-73564
DeltaFile
+1-1frp/TODO
+1-11 files

NetBSD/pkgsrc Sfen4ouwww/privoxy INSTALL DEINSTALL

   privoxy: remove now unneeded INSTALL/DEINSTALL files
VersionDeltaFile
1.4+1-1www/privoxy/INSTALL
1.2+1-1www/privoxy/DEINSTALL
+2-22 files

NetBSD/src 03gDEp7sys/arch/sparc64/sparc64 autoconf.c

   sun4v: try to use the hypervisor interrupt api versions in descending order
VersionDeltaFile
1.253+15-6sys/arch/sparc64/sparc64/autoconf.c
+15-61 files