NetBSD/pkgsrc-wip 8ad3a64libopeninput Makefile distinfo, libopeninput/patches patch-meson.build patch-src_util-prop-parsers.c

libopeninput: use external libevdev headers, fix ctype usage
DeltaFile
+15-0libopeninput/patches/patch-meson.build
+15-0libopeninput/patches/patch-src_util-prop-parsers.c
+4-0libopeninput/Makefile
+2-0libopeninput/distinfo
+36-04 files

NetBSD/pkgsrc hZFONaddoc CHANGES-2026

   Updated devel/py-scikit-build-core, net/coturn
VersionDeltaFile
1.1435+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc Gr4joMVnet/coturn distinfo Makefile

   coturn: updated to 4.9.0

   4.9.0

   Changelist:
   - Fix thread sanitizer warning
   - OpenSSL: migrate to modern API for DH param
   - Migrate AES-128 encryption from deprecated OpenSSL API to EVP
   - Fix unbounded strcpy in stun_method_str (ns_turn_msg.c)
   - Fix missing null termination in addr_to_string (ns_turn_ioaddr.c)
   - Fix missing null termination after strncpy in DB drivers
   - Fix unbounded strcpy in HTTP response (http_server.c)
   - Remove ubuntu20, DEBUG builds from build matrix
   - Fix buffer overflow in decryptPassword  in mysql
   - Fix missing null termination after strncpy in MongoDB driver (dbd_mongo.c)
   - Fix buffer overflow in decrypt_aes_128
   - Fix Web Admin Password Check
VersionDeltaFile
1.3+4-4net/coturn/distinfo
1.10+3-3net/coturn/Makefile
+7-72 files

NetBSD/pkgsrc 8Y8LnaRdevel/py-scikit-build-core Makefile distinfo

   py-scikit-build-core: updated to 0.12.1

   0.12.1

   This fixes a regression on Windows when targeting 32-bit wheels on a 64-bit
   host.

   Fixes:

   - Use `CMAKE_GENERATOR`(`_PLATFORM`) on Windows again

   Documentation:

   - Use newly fixed `click-extra` for admonitions
   - show CI state of the main branch in the badge
VersionDeltaFile
1.23+5-4devel/py-scikit-build-core/Makefile
1.21+4-4devel/py-scikit-build-core/distinfo
1.10+4-1devel/py-scikit-build-core/PLIST
+13-93 files

NetBSD/pkgsrc-wip 83664d5wayvnc PLIST Makefile

wayvnc: depend on swdoc for man pages
DeltaFile
+2-0wayvnc/PLIST
+1-0wayvnc/Makefile
+3-02 files

NetBSD/pkgsrc-wip 9ba6fa8. TODO

TODO: sway (done), wlroots (only rc3 so far)
DeltaFile
+0-2TODO
+0-21 files

NetBSD/pkgsrc-wip ac0263dwayvnc PLIST

wayvnc: fill in PLIST
DeltaFile
+2-3wayvnc/PLIST
+2-31 files

NetBSD/pkgsrc-wip f88d236foot Makefile

foot: disable terminfo detection
DeltaFile
+1-3foot/Makefile
+1-31 files

NetBSD/pkgsrc DqAIEwJdoc CHANGES-2026

   Updated textproc/libfyaml, audio/py-beets
VersionDeltaFile
1.1434+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc iv3uPfMaudio/py-beets Makefile distinfo

   py-beets: updated to 2.6.2

   2.6.2 (February 22, 2026)

   Bug fixes

   - :doc:`plugins/musicbrainz`: Fix crash when release mediums lack the ``tracks``
     key. :bug:`6302`
   - :doc:`plugins/musicbrainz`: Fix search terms escaping. :bug:`6347`
   - :doc:`plugins/musicbrainz`: Fix support for ``alias`` and ``tracks``
     :conf:`plugins.musicbrainz:extra_tags`.
   - :doc:`plugins/musicbrainz`: Fix fetching very large releases that have more
     than 500 tracks. :bug:`6355`
   - :doc:`plugins/badfiles`: Fix number of found errors in log message
   - :doc:`plugins/replaygain`: Avoid magic Windows prefix in calls to command
     backends, such as ``mp3gain``. :bug:`2946`
   - :doc:`plugins/mbpseudo`: Fix crash due to missing ``artist_credit`` field in
     the MusicBrainz API response. :bug:`6339`


    [4 lines not shown]
VersionDeltaFile
1.50+7-6audio/py-beets/Makefile
1.29+4-4audio/py-beets/distinfo
+11-102 files

NetBSD/pkgsrc IXK6TRStextproc/libfyaml Makefile distinfo

   libfyaml: updated to 0.9.5

   0.9.5

   A robustness and correctness release with major emitter comment improvements,
   new APIs, new emitter options, and extensive fuzz-driven bug fixes across all
   subsystems.
VersionDeltaFile
1.9+2-7textproc/libfyaml/Makefile
1.6+4-4textproc/libfyaml/distinfo
+6-112 files

NetBSD/pkgsrc h2pQK6odoc CHANGES-2026

   Added devel/py-uv-dynamic-versioning, net/py-pyrate-limiter, net/py-requests-ratelimiter
VersionDeltaFile
1.1433+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc LAGcQ2enet Makefile, net/py-requests-ratelimiter Makefile PLIST

   py-requests-ratelimiter: added version 0.9.1

   This package is a simple wrapper around pyrate-limiter that adds convenient
   integration with the requests library.
VersionDeltaFile
1.1+24-0net/py-requests-ratelimiter/Makefile
1.1+15-0net/py-requests-ratelimiter/PLIST
1.1+5-0net/py-requests-ratelimiter/distinfo
1.1627+2-1net/Makefile
1.1+2-0net/py-requests-ratelimiter/DESCR
+48-15 files

NetBSD/pkgsrc tHUfe9ynet Makefile, net/py-pyrate-limiter PLIST Makefile

   py-pyrate-limiter: added version 4.0.2

   The request rate limiter using Leaky-bucket Algorithm.

   * Supports unlimited rate limits and custom intervals.
   * Separately tracks limits for different services or resources.
   * Manages limit breaches with configurable blocking or non-blocking behavior.
   * Offers multiple usage modes: direct calls or decorators.
   * Fully compatible with both synchronous and asynchronous workflows.
   * Provides SQLite and Redis backends for persistent limit tracking across
     threads or restarts.
   * Includes MultiprocessBucket and SQLite File Lock backends for multiprocessing
     environments.
VersionDeltaFile
1.1+66-0net/py-pyrate-limiter/PLIST
1.1+23-0net/py-pyrate-limiter/Makefile
1.1+11-0net/py-pyrate-limiter/DESCR
1.1+5-0net/py-pyrate-limiter/distinfo
1.1626+2-1net/Makefile
+107-15 files

NetBSD/pkgsrc-wip f9fb19dinput-headers distinfo, input-headers/patches patch-include_linux_input-event-codes.h patch-include_linux_input.h

input-headers: remove upstreamed patches
DeltaFile
+0-15input-headers/patches/patch-include_linux_input-event-codes.h
+0-15input-headers/patches/patch-include_linux_input.h
+3-5input-headers/distinfo
+3-353 files

NetBSD/pkgsrc F4w4dgodevel Makefile, devel/py-uv-dynamic-versioning PLIST Makefile

   py-uv-dynamic-versioning: added version 0.13.0

   This project offers two plugins:
   * Version source plugin: is for setting a version based on VCS.
   * Metadata hook plugin: is for setting dependencies and optional-dependencies
     dynamically based on VCS version. This plugin is useful for monorepo.
VersionDeltaFile
1.1+34-0devel/py-uv-dynamic-versioning/PLIST
1.1+23-0devel/py-uv-dynamic-versioning/Makefile
1.1+5-0devel/py-uv-dynamic-versioning/distinfo
1.1+4-0devel/py-uv-dynamic-versioning/DESCR
1.4599+2-1devel/Makefile
1.1+1-0devel/py-uv-dynamic-versioning/ALTERNATIVES
+69-16 files

NetBSD/pkgsrc WWIuS2Rtextproc/scdoc tool.mk

   scdoc: add scdoc to TOOL_DEPENDS in tool.mk
VersionDeltaFile
1.2+3-1textproc/scdoc/tool.mk
+3-11 files

NetBSD/pkgsrc-wip 8c41746fcft Makefile, seatd Makefile

seatd, fcft: scdoc/tool.mk set scdoc as TOOL_DEPENDS for now
DeltaFile
+0-2fcft/Makefile
+0-2seatd/Makefile
+0-42 files

NetBSD/pkgsrc YoGipvwsecurity/adguardhome Makefile

   adguardhome: fetch frontend properly
VersionDeltaFile
1.10+5-9security/adguardhome/Makefile
+5-91 files

NetBSD/pkgsrc mFCkrRLmail/neomutt Makefile

   neomutt: update comment
VersionDeltaFile
1.114+2-2mail/neomutt/Makefile
+2-21 files

NetBSD/pkgsrc AIuoOkQdoc CHANGES-2026 TODO

   doc: Updated mail/neomutt to 20260105nb2
VersionDeltaFile
1.1432+2-1doc/CHANGES-2026
1.26870+2-1doc/TODO
+4-22 files

NetBSD/pkgsrc vCSsnRtmail/neomutt distinfo Makefile

   neomutt: pull in another upstream segfault bugfix

   Bump PKGREVISION.
VersionDeltaFile
1.85+4-4mail/neomutt/distinfo
1.113+3-3mail/neomutt/Makefile
+7-72 files

NetBSD/pkgsrc-wip cc02670jabref3 Makefile

jabref3: Update MASTER_SITES
DeltaFile
+3-2jabref3/Makefile
+3-21 files

NetBSD/pkgsrc-wip 1f8f133py-netsnmp-cffi distinfo Makefile

py-netsnmp-cffi: upgrade to version 0.1.5.

Pkgsrc changes:
 * Version + checksum updates.

Upstream changes:

Version 0.1.5:

Fixed
 * Add caching of hot-path MIB lookup function results.
DeltaFile
+3-3py-netsnmp-cffi/distinfo
+1-1py-netsnmp-cffi/Makefile
+4-42 files

NetBSD/pkgsrc-wip 320ee73jabref Makefile

jabref: Set accepted jvms to openjdk8
DeltaFile
+1-0jabref/Makefile
+1-01 files

NetBSD/pkgsrc-wip 6225065jabref distinfo Makefile

jabref: Update to 2.11.1
DeltaFile
+3-2jabref/distinfo
+2-2jabref/Makefile
+5-42 files

NetBSD/pkgsrc-wip c530a03jabref Makefile

jabref: Fix MASTER_SITES
DeltaFile
+1-1jabref/Makefile
+1-11 files

NetBSD/pkgsrc ctr2LpSdevel/premake5 distinfo, devel/premake5/patches patch-binmodules_luasocket_gem_myps2pdf

   premake5: fix unportable test(1) operator
VersionDeltaFile
1.1+47-0devel/premake5/patches/patch-binmodules_luasocket_gem_myps2pdf
1.5+2-1devel/premake5/distinfo
+49-12 files

NetBSD/pkgsrc GHk8XYvmath/py-scikit-learn Makefile

   py-scikit-learn: replace python binary name in another file

   hopefully fixes builds on confused systems with multiple pythons installed
VersionDeltaFile
1.35+2-1math/py-scikit-learn/Makefile
+2-11 files

NetBSD/pkgsrc xkOsWgcdoc CHANGES-2026

   Updated sysutils/py-ansible-compat, sysutils/ansible-lint
VersionDeltaFile
1.1431+3-1doc/CHANGES-2026
+3-11 files