NetBSD/pkgsrc-wip 0e28cb3. Makefile, bandwidthmon distinfo cargo-depends.mk

Add bandwidthmon

It doesn't recognize NetBSD wifi interfaces.
Could be related to sysinfo crate.
DeltaFile
+260-0bandwidthmon/distinfo
+87-0bandwidthmon/cargo-depends.mk
+18-0bandwidthmon/Makefile
+14-0bandwidthmon/DESCR
+4-0bandwidthmon/PLIST
+1-0Makefile
+384-06 files

NetBSD/src EJQzMtVdoc 3RDPARTY CHANGES

   Note update to openresolv-3.17.1
VersionDeltaFile
1.2144+4-4doc/3RDPARTY
1.3205+2-1doc/CHANGES
+6-52 files

NetBSD/pkgsrc cBahga5doc CHANGES-2025

   doc: Updated www/firefox140-l10n to 140.6.0
VersionDeltaFile
1.7134+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc suja1Cpdoc CHANGES-2025

   doc: Updated www/firefox140 to 140.6.0
VersionDeltaFile
1.7133+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc rka6Np6doc CHANGES-2025

   doc: Updated audio/termusic to 0.12.1
VersionDeltaFile
1.7132+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc BKdZc9zaudio/termusic distinfo cargo-depends.mk

   audio/termusic: update to 0.12.1

   [V0.12.1]
   Released on: December 11, 2025.
   Change: change default log level to info (from warn).
   Change: log the termusic version used.
   Change(tui): on windows, properly spawn the server as a detached process.
   Feat(tui): allow disabling individual cover-art protocols, even if compiled-in.
   Fix: populate media title changes (like radio stream titles) to the TUI again.
   Fix(tui): update status bar (status, volume, speed, gapless) on [volume, speed, gapless] changes, not just status changes.
   Fix(tui): properly set lyric content on reload (like exiting the config editor).
   Fix(tui): populate "Stopped" state to everything instead of showing stale data.
   Fix(tui): change how progress time is displayed to now be --:-- if unavailable / stopped, and dont show total duration if unavailable.
   Fix(tui): dont show error popup if cover-ueberzug is compiled-in but ueberzug command is not available.
   Fix(tui): change the progressbar to use less-than-full blocks for smoother display.
   Fix(tui): change Database Playlist search to work on all music roots, instead of current library root.
   Fix(tui): change tokio runtime shutdown to have a timeout. This fixes infinitely stuck process on windows.
   Fix(tui): correctly kill the server on windows systems if config option behavior.quit_server_on_exit is enabled.
   Fix(tui): in Music Library, when pressing RIGHT on a non-loaded directory, will now load the directory (without having to step-into it).

    [8 lines not shown]
VersionDeltaFile
1.54+61-64audio/termusic/distinfo
1.49+19-20audio/termusic/cargo-depends.mk
1.70+2-3audio/termusic/Makefile
+82-873 files

NetBSD/pkgsrc 15g5bVZdoc CHANGES-2025

   doc: Updated devel/ast-grep to 0.40.1
VersionDeltaFile
1.7131+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc 99hQwkhdevel/ast-grep distinfo cargo-depends.mk

   devel/ast-grep: update to 0.40.1

       chore: add a link to the badges #2370
       fix: fix AST strictness check #2361
       chore(deps): update dependency @ast-grep/napi to v0.40.0 c98f0dc
       fix: use individual flag for parser 2bdcecb
       chore(deps): update dependency oxlint to v1.32.0 b058028
VersionDeltaFile
1.72+40-40devel/ast-grep/distinfo
1.67+12-12devel/ast-grep/cargo-depends.mk
1.72+2-2devel/ast-grep/Makefile
+54-543 files

NetBSD/src Sd21MtUexternal/bsd/openresolv/dist resolvconf.conf.5.in resolvconf.in

   Sync with openresov-3.17.1
VersionDeltaFile
1.25+83-29external/bsd/openresolv/dist/resolvconf.conf.5.in
1.15+27-17external/bsd/openresolv/dist/resolvconf.in
1.15+17-27external/bsd/openresolv/dist/resolvconf.8.in
1.9+22-8external/bsd/openresolv/dist/libc.in
+149-814 files

NetBSD/src o9J9veLexternal/bsd/openresolv/dist resolvectl.in resolvconf.conf.5.in

   Import openresolv-3.17.1 with the following changes:

   * libc: add toggle resolv_conf_restore, defaulting to YES
   * resolvconf: Fix -D
   * resolvconf: Don't warn when we have no entries to list for *
   * resolvconf: -I now inits subscribers after clearing state
   * resolvconf: remember if any subscriber errored
   * libc: Don't update resolv.conf on signature mismatch
   * resolvconf: Single quote parsed values from resolv.conf
VersionDeltaFile
1.1+159-0external/bsd/openresolv/dist/resolvectl.in
1.1.1.21+83-29external/bsd/openresolv/dist/resolvconf.conf.5.in
1.1.1.2+48-29external/bsd/openresolv/dist/systemd-resolved.in
1.1.1.23+33-23external/bsd/openresolv/dist/resolvconf.in
1.1.1.16+17-27external/bsd/openresolv/dist/resolvconf.8.in
1.1.1.17+22-8external/bsd/openresolv/dist/libc.in
+362-1161 files not shown
+362-1167 files

NetBSD/src LWXUjq1distrib/notes/common legal.common

   No Ben Gray BSD 4-clause licenses remain in the tree.
VersionDeltaFile
1.135+1-3distrib/notes/common/legal.common
+1-31 files

NetBSD/src FEZYFwzexternal/bsd/openresolv/dist resolvconf.in

   resolvconf: Single quote parsed values from resolv.conf

   When parsing resolv.conf entries we build up shell variables.
   Because this is done via a pipe, we need to echo the variables
   to stdout and eval the result to get them into the main resolvconf.
   We have no idea what the values are, so we build up the output
   ensuring the parsed value is single quoted so eval will always
   interpret it as a string and nothing more.

   This avoids an attack like so:
           `echo 'search $(touch /tmp/foo)' | resolvconf -a bar`
VersionDeltaFile
1.14+5-5external/bsd/openresolv/dist/resolvconf.in
+5-51 files

NetBSD/pkgsrc-wip 3acfbe8usbmuxd TODO

usbmuxd: Add reference to CVE-2025-66004
DeltaFile
+3-0usbmuxd/TODO
+3-01 files

NetBSD/pkgsrc-wip 686c191serendipity TODO

serendipity: Add reference to CVE-2024-58282
DeltaFile
+2-1serendipity/TODO
+2-11 files

NetBSD/pkgsrc-wip 035aa33. Makefile

wip: -firefox140*

Removed, used to update www/firefox140*
DeltaFile
+0-2Makefile
+0-21 files

NetBSD/pkgsrc-wip 694aaa3firefox140 mozilla-common.mk Makefile, firefox140-l10n distinfo

firefox140*: remove

Used to update www/firefox140.
DeltaFile
+0-308firefox140-l10n/distinfo
+0-296firefox140/mozilla-common.mk
+0-200firefox140/Makefile
+0-191firefox140/files/desktop.in
+0-112firefox140/patches/patch-nsprpub_pr_src_pthreads_ptsynch.c
+0-107firefox140/patches/patch-third__party_libwebrtc_modules_video__capture_linux_device__info__v4l2.cc
+0-1,21460 files not shown
+0-2,77166 files

NetBSD/pkgsrc Jl8MdNywww/firefox140 distinfo Makefile, www/firefox140-l10n distinfo Makefile

   firefox140{,-l10n}: Update to 140.6.0

   Changes:
   140.6.0
   - Security fixes (MFSA2025-94)

   Discussed with PMC and ok by <maya> during carefulperiod 2, thanks!
VersionDeltaFile
1.3+307-307www/firefox140-l10n/distinfo
1.3+4-4www/firefox140/distinfo
1.4+2-2www/firefox140/Makefile
1.3+2-2www/firefox140-l10n/Makefile
+315-3154 files

NetBSD/src fZN7Id1sys/arch/next68k/next68k machdep.c locore.s

   next68k_init() -> machine_init(), to facilitate future code de-duplication.
VersionDeltaFile
1.126+4-4sys/arch/next68k/next68k/machdep.c
1.96+2-2sys/arch/next68k/next68k/locore.s
+6-62 files

NetBSD/src l5hAXfqsys/arch/hp300/hp300 machdep.c, sys/arch/luna68k/luna68k machdep.c

   {hp300,luna68k,mvme68k,news68k,virt68k}_init() -> machine_init(), to
   facilitate future code de-duplication.
VersionDeltaFile
1.172+4-4sys/arch/mvme68k/mvme68k/machdep.c
1.117+4-4sys/arch/luna68k/luna68k/machdep.c
1.20+4-4sys/arch/virt68k/virt68k/machdep.c
1.124+4-4sys/arch/news68k/news68k/machdep.c
1.250+4-4sys/arch/hp300/hp300/machdep.c
1.149+2-2sys/arch/mvme68k/mvme68k/locore.s
+22-224 files not shown
+30-3010 files

NetBSD/src ag3r3ymsys/arch/mvme68k/mvme68k genassym.cf

   Define constants needed by mmu_enable.s.

   (Forgot to commit this file with rev. 1.148 of locore.s)
VersionDeltaFile
1.49+5-1sys/arch/mvme68k/mvme68k/genassym.cf
+5-11 files

NetBSD/pkgsrc 1TWsPvodoc CHANGES-2025

   Updated www/py-django-polymorphic, www/py-django-modelcluster
VersionDeltaFile
1.7130+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc VY7xAyQwww/py-django-modelcluster distinfo Makefile

   py-django-modelcluster: updated to 6.4.1

   6.4.1 (04.12.2025)
   * Handle `get_prefetch_queryset` deprecation, for Django 6.0 support (Sage Abdullah)
VersionDeltaFile
1.9+4-4www/py-django-modelcluster/distinfo
1.11+3-4www/py-django-modelcluster/Makefile
+7-82 files

NetBSD/pkgsrc vlNNmgVwww/py-django-polymorphic Makefile distinfo

   py-django-polymorphic: updated to 4.3.0

   4.3.0

   Support Q expressions that contain subquery expressions
   Make related polymorphic object manager selection more robust to multiple inheritance scenarios.
   Caching in inheritance accessor functions
   update changelog
   Multi-database support in inheritance accessors.
   Include get_child_inlines() hook in stacked inline admin forms.
   upgrade uv lockfile
   fix docs errors
   Resolve primary key name correctly.
   Misc test fixes
   remove dead code
   bump version
VersionDeltaFile
1.12+5-5www/py-django-polymorphic/Makefile
1.10+4-4www/py-django-polymorphic/distinfo
1.8+1-6www/py-django-polymorphic/PLIST
+10-153 files

NetBSD/src aMBbHn0sys/arch/m68k/m68k pmap_68k.c

   Add some event counters around pmap_enter() allocation failures.
VersionDeltaFile
1.48+27-3sys/arch/m68k/m68k/pmap_68k.c
+27-31 files

NetBSD/pkgsrc lK3NecNdoc CHANGES-2025

   doc: Updated devel/jj-docs to 0.36.0
VersionDeltaFile
1.7129+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc 4AKnlkadevel/jj-docs PLIST distinfo

   jj-docs: update to 0.36.0.

   Sync with jj.
VersionDeltaFile
1.3+20-6devel/jj-docs/PLIST
1.3+4-4devel/jj-docs/distinfo
1.3+2-2devel/jj-docs/Makefile
+26-123 files

NetBSD/pkgsrc mODNliAdoc CHANGES-2025

   Updated www/py-httpx-socks, graphics/py-exifread
VersionDeltaFile
1.7128+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc KBYYHCbgraphics/py-exifread distinfo PLIST

   py-exifread: updated to 3.5.1

   3.5.1 — 2025-08-23
   * Don't raise exception from decode_maker_note() if strict==False

   3.5.0 — 2025-08-23
   * Add support for JPEG XL
   * Add Image SubIFDs decoding and Nikon Z 9 sample
   * Make it easier to add new file types to testing
VersionDeltaFile
1.10+4-4graphics/py-exifread/distinfo
1.9+4-1graphics/py-exifread/PLIST
1.10+2-2graphics/py-exifread/Makefile
+10-73 files

NetBSD/pkgsrc 4dODVvGwww/py-httpx-socks Makefile distinfo

   py-httpx-socks: updated to 0.11.0

   0.11.0
   Unknown changes
VersionDeltaFile
1.26+7-4www/py-httpx-socks/Makefile
1.22+4-4www/py-httpx-socks/distinfo
+11-82 files

NetBSD/pkgsrc IidNlH1doc CHANGES-2025, shells/bash Makefile distinfo

   Update shells/bash to 5.3.9

   One new (upstream) patch added.   Fixes a SIGSEGV if a SIGINT is received
   during a reverse i-search (readline issue - to the embedded readline).
VersionDeltaFile
1.124+3-3shells/bash/Makefile
1.94+4-1shells/bash/distinfo
1.7127+2-1doc/CHANGES-2025
+9-53 files