NetBSD/pkgsrc-wip c22cbeeprettier npm.mk

npm.mk: update comment
DeltaFile
+2-2prettier/npm.mk
+2-21 files

NetBSD/pkgsrc-wip 085852aprettier npm.mk

npm.mk: update comment
DeltaFile
+1-1prettier/npm.mk
+1-11 files

NetBSD/pkgsrc-wip 5fa74bcprettier npm.mk

npm.mk: remove unused variable
DeltaFile
+0-2prettier/npm.mk
+0-21 files

FreeBSD/ports d5574ccmultimedia/recordmydesktop Makefile

multimedia/recordmydesktop: Add missing deps

Fixes build with multimedia/libtheora 1.2.0.

audio/libvorbis wasn't needed by libtheora, but this port was
piggybacking off of it.

With hat:       multimedia@
DeltaFile
+3-2multimedia/recordmydesktop/Makefile
+3-21 files

FreeBSD/ports e14a177astro/celestia Makefile, audio/icecast Makefile

*/*: Chase multimedia/libtheora shlib bump
DeltaFile
+1-1audio/ices/Makefile
+1-1cad/opencascade/Makefile
+1-1audio/libshout/Makefile
+1-1astro/celestia/Makefile
+1-1audio/icecast/Makefile
+1-1games/blinkensisters/Makefile
+6-632 files not shown
+38-2638 files

FreeBSD/ports 2ed6825games/nexuiz Makefile

games/nexuiz: Add missing deps

Fixes build with multimedia/libtheora 1.2.0.

audio/libvorbis wasn't needed by libtheora, but this port was
piggybacking off of it.

With hat:       multimedia@
DeltaFile
+4-2games/nexuiz/Makefile
+4-21 files

FreeBSD/ports f680a14multimedia/libtheora pkg-plist Makefile, multimedia/libtheora/files patch-Makefile.in patch-configure

multimedia/libtheora: Update to 1.2.0

https://gitlab.xiph.org/xiph/theora/-/releases/v1.2.0
DeltaFile
+9-9multimedia/libtheora/files/patch-Makefile.in
+0-15multimedia/libtheora/files/patch-configure
+6-6multimedia/libtheora/pkg-plist
+3-5multimedia/libtheora/Makefile
+3-2multimedia/libtheora/distinfo
+21-375 files

NetBSD/pkgsrc OwXVL2Zwww/py-django-stubs-ext distinfo Makefile

   py-django-stubs-ext: updated to 5.2.8

   5.2.8

   Run tests against the lowest supported django version
   fix: allow django.shortcuts.resolve_url to receive a str-promise
   fix: add type declarations for some missing settings
   fix: import all forms widgets
   Update assertContains and assertNotContains signatures
   Update middleware types
   Remove str from enum label types when we know for sure the labels are lazy
   Switch Dependabot to Renovate
   CI: Only run branch tests on Renovate branches where it's needed
   fix: in db.models make required_db_vendor str
   Run pyrefly over test cases
   Mypy 1.19
VersionDeltaFile
1.6+4-4www/py-django-stubs-ext/distinfo
1.7+2-2www/py-django-stubs-ext/Makefile
+6-62 files

NetBSD/pkgsrc MHMZv6pdevel/py-uv distinfo cargo-depends.mk, devel/py-uv-build distinfo

   py-uv py-uv-build: updated to 0.9.18

   0.9.18

   Enhancements

   Add value hints to command line arguments to improve shell completion accuracy
   Improve error handling in uv publish
   Improve rendering of multiline error messages
   Support redirects in uv publish
   Include Docker images with the alpine version, e.g., python3.x-alpine3.23

   Configuration

   Accept --torch-backend in [tool.uv]

   Performance

   Speed up uv cache size

    [17 lines not shown]
VersionDeltaFile
1.9+25-19devel/py-uv-build/distinfo
1.8+25-19devel/py-uv/distinfo
1.8+7-5devel/py-uv/cargo-depends.mk
1.11+2-2devel/py-uv/Makefile.common
+59-454 files

NetBSD/pkgsrc-wip 1c85d0eprettier PLIST Makefile, prettier/files npm-shrinkwrap.json

prettier: add npm.mk for packaging npm packages, and proof-of-concept package
DeltaFile
+35,967-0prettier/PLIST
+14,605-0prettier/files/npm-shrinkwrap.json
+104-0prettier/Makefile
+63-0prettier/npm.mk
+8-0prettier/distinfo
+4-0prettier/DESCR
+50,751-01 files not shown
+50,753-17 files

NetBSD/pkgsrc KkHi5Efwww/py-django-reversion distinfo Makefile

   py-django-reversion: updated to 6.1.0

   6.1.0 - 2025-12-12

   - Added ``history_order_by_date`` and ``get_version_ordering`` to ``VersionAdmin`` (@micmarc).
VersionDeltaFile
1.33+4-4www/py-django-reversion/distinfo
1.38+2-2www/py-django-reversion/Makefile
+6-62 files

FreeBSD/ports ae44a7edns/openresolv distinfo Makefile

dns/openresolv: update to 3.17.4

Changes:        https://github.com/NetworkConfiguration/openresolv/releases/tag/v3.17.4
DeltaFile
+3-3dns/openresolv/distinfo
+1-1dns/openresolv/Makefile
+4-42 files

NetBSD/pkgsrc 0zfwz91doc CHANGES-2025

   Updated databases/postgresql-timescaledb, databases/timescaledb-tune, textproc/py-rdflib
VersionDeltaFile
1.7409+4-1doc/CHANGES-2025
+4-11 files

NetBSD/pkgsrc RzZTP3ztextproc/py-rdflib PLIST distinfo

   py-rdflib: updated to 7.5.0

   7.5.0

   This release introduces a new major feature to RDFLib: RDF4J Store integration and RDF4J Client. Users can use this to connect to RDF4J database servers through RDFLib's Graph and Dataset classes, as well as manage repositories and transactions using the RDF4J Client. A comprehensive user guide for the new RDF4J features is available under the extras section of the RDFLib documentation.

   We've also added a new CLI tool, sq (the script is rdflib/tools/sparqlquery.py), for executing SPARQL queries against local files or remote SPARQL endpoints with custom serialization. This provides a convenient way to query RDF data straight from the command line.

   Other enhancements include documentation improvements that fix crosslinking issues between modules, and new documentation content for RDFLib plugins, parsers, and serializers.

   For RDFLib developers, this release introduces httpx as an optional dependency to support the new RDF4J functionality. The RDF4J test suite now also uses testcontainers on Linux environments running Python 3.9.2 or later.
VersionDeltaFile
1.9+29-1textproc/py-rdflib/PLIST
1.13+4-4textproc/py-rdflib/distinfo
1.21+3-3textproc/py-rdflib/Makefile
1.3+1-0textproc/py-rdflib/ALTERNATIVES
+37-84 files

NetBSD/pkgsrc w4huqskdatabases/timescaledb-tune distinfo go-modules.mk

   timescaledb-tune: updated to 0.18.2

   0.18.2

   Restart message
   chore: Bump go version
   Bump go version mentioned in README
   test: add pg 10-18 integration tests and build infra (WIP)
VersionDeltaFile
1.10+43-40databases/timescaledb-tune/distinfo
1.4+13-12databases/timescaledb-tune/go-modules.mk
1.57+5-4databases/timescaledb-tune/Makefile
+61-563 files

NetBSD/pkgsrc uts6GpFdatabases/postgresql-timescaledb Makefile PLIST

   postgresql-timescaledb: updated to 2.24.0

   Highlighted features in TimescaleDB v2.24.0

   Direct Compress just got smarter and faster: it now works seamlessly with hypertables generating continuous aggregates. Invalidation ranges are computed directly in-memory based on the ingested batches and written efficiently at transaction commit. This change reduces the IO footprint drastically by removing the write amplification of the invalidation logs.
   Continuous aggregates now speak UUIDv7: hypertables partitioned by UUIDv7 are fully supported through an enhanced time_bucket that accepts UUIDv7 values and returns precise, timezone-aware timestamps — unlocking powerful time-series analytics on modern UUID-driven table schemas.
   Lightning-fast recompression: the new recompress := true option on the convert_to_columnstore API enables pure in-memory recompression, delivering a 4–5× speed boost over the previous disk-based process.
VersionDeltaFile
1.47+5-5databases/postgresql-timescaledb/Makefile
1.43+8-1databases/postgresql-timescaledb/PLIST
1.44+4-4databases/postgresql-timescaledb/distinfo
+17-103 files

FreeBSD/ports 5c30d21science/paraview/files patch-ffmpeg8-fix

science/paraview: Fix build with FFMpeg 8

Backport upstream commits from VTK to fix build with FFMpeg 8.

Approved by:    portmgr (blanket)
DeltaFile
+36-0science/paraview/files/patch-ffmpeg8-fix
+36-01 files

NetBSD/pkgsrc uvxgKaSdoc CHANGES-2025

   Updated www/py-autobahn, devel/py-types-setuptools, security/py-asyncssh, devel/py-restructuredtext_lint
VersionDeltaFile
1.7408+5-1doc/CHANGES-2025
+5-11 files

NetBSD/pkgsrc kciKqeDdevel/py-restructuredtext_lint PLIST Makefile

   py-restructuredtext_lint: updated to 2.0.2

   2.0.2 - Fixed timing of `wheel` compilation and publish

   2.0.1 - Added `wheel` as part of release flow.

   2.0.0 - Removed --encoding option.
VersionDeltaFile
1.3+6-8devel/py-restructuredtext_lint/PLIST
1.9+4-7devel/py-restructuredtext_lint/Makefile
1.8+4-4devel/py-restructuredtext_lint/distinfo
+14-193 files

NetBSD/pkgsrc H2vJgOaaudio/mserv-devel Makefile

   Work around gcc14
VersionDeltaFile
1.27+6-1audio/mserv-devel/Makefile
+6-11 files

NetBSD/pkgsrc VZ25WcXsecurity/py-asyncssh distinfo Makefile

   py-asyncssh: updated to 2.22.0

   Release 2.22.0 (21 Dec 2025)

   * Added a new config option `utf8_decode_errors` for handling UTF-8
     decode errors when parsing certain fields in SSH packets (disconnect
     error, debug message, userauth banner, channel open failure reason,
     channel exit signal reason, and SFTP error reason). The default
     continues to behave as before, raising a ProtocolError exception,
     but this option allows invalid bytes to be removed or replaced.
     Thanks go to GitHub user Le-Syl21 for suggesting this.

   * Changed config parser to Ignore subdirectories and parse only plain
     files matching a glob pattern in include directives, better matching
     the behavior of other SSH implementations. Thanks go to Jacopo Nespolo
     for contributing this change.

   * Improved a previous fix for a race condition which sometimes triggered
     assertion errors in SSHForwarder. Thanks go to Mike Barry for reporting

    [16 lines not shown]
VersionDeltaFile
1.48+4-4security/py-asyncssh/distinfo
1.56+2-2security/py-asyncssh/Makefile
+6-62 files

NetBSD/pkgsrc pARvCTMsysutils/lsof Makefile

   Work around gcc14 slighly more pleasingly to the eye
VersionDeltaFile
1.144+2-2sysutils/lsof/Makefile
+2-21 files

NetBSD/pkgsrc 3S2CqkTaudio/ices-mp3 Makefile

   Work around gcc14 slighly more pleasingly to the eye
VersionDeltaFile
1.66+2-2audio/ices-mp3/Makefile
+2-21 files

NetBSD/pkgsrc UuSeOvmdevel/py-types-setuptools distinfo Makefile

   py-types-setuptools: updated to 80.9.0.20251223

   80.9.0.20251223

   [setuptools] `setuptools.setup` Complete partially `Unknown` method and fix `Command` type variance issue
VersionDeltaFile
1.58+4-4devel/py-types-setuptools/distinfo
1.62+2-2devel/py-types-setuptools/Makefile
+6-62 files

NetBSD/pkgsrc St9WkQqwww/py-autobahn PLIST Makefile

   py-autobahn: updated to 25.12.2

   25.12.2

   **Build & CI/CD**

   * Synchronize CI/CD, FlatBuffers vendoring, and wamp-ai/wamp-cicd submodules between autobahn-python and zlmdb
   * Switch manylinux container from 2_34 to 2_28 for x86_64 ISA compatibility (fixes auditwheel flatc bundling)
   * Increase ARM64 build timeout to 60 minutes for QEMU emulation
   * Add .github/workflows/README.md documenting CI/CD architecture
   * Consolidate download-github-release and download-release-artifacts recipes
   * Add checksum verification to artifact download workflow

   **FlatBuffers**

   * Simplify vendored FlatBuffers - use upstream as-is
   * Track vendored FlatBuffers in git (like zlmdb approach)
   * Add version() function to vendored FlatBuffers runtime
   * Add check_zlmdb_flatbuffers_version_in_sync() for cross-project compatibility

    [7 lines not shown]
VersionDeltaFile
1.24+78-1www/py-autobahn/PLIST
1.48+5-4www/py-autobahn/Makefile
1.35+4-4www/py-autobahn/distinfo
1.4+1-0www/py-autobahn/ALTERNATIVES
+88-94 files

FreeBSD/ports bf11245net/haproxy28 distinfo Makefile

net/haproxy28: update to version 2.8.18.
DeltaFile
+3-3net/haproxy28/distinfo
+1-1net/haproxy28/Makefile
+4-42 files

FreeBSD/ports 836d99dnet/haproxy30 distinfo Makefile

net/haproxy30: update to version 3.0.14.
DeltaFile
+3-3net/haproxy30/distinfo
+1-1net/haproxy30/Makefile
+4-42 files

LLVM/project a910b2ellvm/lib/Target/Mips MipsISelLowering.cpp MipsISelLowering.h, llvm/test/CodeGen/Mips strict-fp-func.ll

[Mips] Mark function calls as possibly changing FCSR (FCR31) (#170314)

This patch does the same changes as D143001 for AArch64 and #160699 for
ARM.
DeltaFile
+11-0llvm/test/CodeGen/Mips/strict-fp-func.ll
+5-0llvm/lib/Target/Mips/MipsISelLowering.cpp
+2-0llvm/lib/Target/Mips/MipsISelLowering.h
+18-03 files

FreeBSD/src 16d50efsys/dev/qlnx/qlnxe qlnx_os.c

qlnx: Convert recent changes to IfAPI

Sponsored by:   Juniper Networks, Inc.
Reviewed by:    zlei
Differential Revision: https://reviews.freebsd.org/D47533

(cherry picked from commit 1eaecc214ea2bfde84f4194c1d0e20b18117343f)
DeltaFile
+14-10sys/dev/qlnx/qlnxe/qlnx_os.c
+14-101 files

FreeBSD/src 2fef1a6sys/netlink/route iface.c

netlink: Don't directly access ifnet members

Summary:
Remove the final direct access of struct ifnet members from netlink.
Since only the first address is used, create the iterator and then free,
without fully iterating.

Reviewed By:    kp
Sponsored by:   Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D42972

(cherry picked from commit b224af946a17b8e7a7b4942157556b5bc86dd6fb)
DeltaFile
+3-1sys/netlink/route/iface.c
+3-11 files