FreeBSD/src 9ccdf3fsys/dev/asmc asmc.c

asmc: unbreak build: add missing curly brace

Fixes:  d76bb14e022 ("chore: asmc: additional style(9) cleanup")
DeltaFile
+1-1sys/dev/asmc/asmc.c
+1-11 files

FreeBSD/ports 010cc95security/py-serpico distinfo Makefile

security/py-serpico: Update to 0.1.2

ChangeLog: https://github.com/DtxdF/serpico/releases/tag/v0.1.2
DeltaFile
+3-3security/py-serpico/distinfo
+1-1security/py-serpico/Makefile
+4-42 files

FreeBSD/src fa3519dcontrib/netbsd-tests/kernel t_ptrace_wait.c

t_ptrace_wait.c: clean up trailing whitespace

This is being done to aid with future potential updates of this file.

MFC after:      1 week
DeltaFile
+12-12contrib/netbsd-tests/kernel/t_ptrace_wait.c
+12-121 files

NetBSD/pkgsrc EeQzzOUdoc CHANGES-2026

   doc: Updated devel/boost-libs to 1.90.0nb2
VersionDeltaFile
1.989+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc s1rjvbOdevel/boost-libs Makefile, meta-pkgs/boost distinfo

   boost-libs: fix cmake files

   Avoid path to workdir references, and reported fix path to include files.

   From Anthony Mallet on tech-pkg

   Bump PKGREVISION.
VersionDeltaFile
1.1+20-0meta-pkgs/boost/patches/patch-tools_boost__install_boost-install-dirs.jam
1.1+16-0meta-pkgs/boost/patches/patch-tools_boost__install_boost-install.jam
1.161+3-1meta-pkgs/boost/distinfo
1.124+2-2devel/boost-libs/Makefile
+41-34 files

OpenBSD/src pHtIUAIusr.bin/openssl x509.c

   openssl x509: Remove legacy call to OBJ_create()

   The OID 2.99999.3 is not required for x509 output handling and
   is not referenced elsewhere. Remove the OBJ_create() call.

   ok tb jsing
VersionDeltaFile
1.44+0-3usr.bin/openssl/x509.c
+0-31 files

LLVM/project 3da80f8clang/lib/Analysis/LifetimeSafety FactsGenerator.cpp, clang/test/Sema warn-lifetime-safety-invalidations.cpp

Improve liveness to detect more invaldiations
DeltaFile
+5-3clang/test/Sema/warn-lifetime-safety-invalidations.cpp
+6-0clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+11-32 files

NetBSD/pkgsrc oK3ratGdoc CHANGES-2026 TODO

   doc: Updated textproc/rumdl to 0.1.15
VersionDeltaFile
1.988+2-1doc/CHANGES-2026
1.26781+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc xscDfrstextproc/rumdl distinfo Makefile

   rumdl: update to 0.1.15.

   ## [0.1.15] - 2026-02-07

   ### Added

   - **MD057: `relative-to-docs` option** - New config option for validating absolute
     link paths relative to a documentation root directory

   ### Performance

   - **2.5x faster on real-world repositories** - Comprehensive performance audit and
     optimization across the core pipeline, rule implementations, and infrastructure.
     Validated against ripgrep, ruff, and rust repositories (1,832 files, 276K lines)
     with zero regressions.

     Key optimizations:
     - Switch release profile from size optimization (`opt-level = "z"`) to speed (`opt-level = 3`)
     - Zero-allocation line ending normalization for LF-only files (common case)

    [196 lines not shown]
VersionDeltaFile
1.9+4-7textproc/rumdl/distinfo
1.9+2-2textproc/rumdl/Makefile
1.4+0-1textproc/rumdl/cargo-depends.mk
+6-103 files

OpenBSD/src S8zvQKSusr.bin/openssl x509.c

   openssl x509: send -text output to the file specified by -out

   In the x509 command, `-text` output is not written to the file specified
   by `-out`, whereas in other OpenSSL/LibreSSL subcommands it is.

   With this change, STDout is removed, and `-text` output is written
   entirely to the file specified by `-out`, making the behavior consistent
   with other subcommands.

   Fix https://github.com/libressl/portable/issues/1228

   ok tb jsing
VersionDeltaFile
1.43+44-50usr.bin/openssl/x509.c
+44-501 files

NetBSD/pkgsrc scxtJj0doc CHANGES-2026 TODO

   doc: Updated textproc/tree-sitter to 0.26.5
VersionDeltaFile
1.987+2-1doc/CHANGES-2026
1.26780+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc lXGZjt1textproc/tree-sitter distinfo Makefile, textproc/tree-sitter/patches patch-Makefile

   tree-sitter: update to 0.26.5.

   Changes not documented.
VersionDeltaFile
1.26+5-5textproc/tree-sitter/distinfo
1.10+4-4textproc/tree-sitter/patches/patch-Makefile
1.28+2-2textproc/tree-sitter/Makefile
+11-113 files

NetBSD/pkgsrc QDwiRh9doc CHANGES-2026 TODO

   doc: Updated devel/py-wcwidth to 0.6.0
VersionDeltaFile
1.986+2-1doc/CHANGES-2026
1.26779+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc dqrLvJEdevel/py-wcwidth Makefile distinfo

   py-wcwidth: update to 0.6.0.

   Complete textwrap.wrap() with 6 missing params! by @jquast in #207
VersionDeltaFile
1.24+4-4devel/py-wcwidth/Makefile
1.21+4-4devel/py-wcwidth/distinfo
+8-82 files

NetBSD/pkgsrc AJcIkQgdoc TODO CHANGES-2026

   doc: Updated www/py-sigal to 2.6.1
VersionDeltaFile
1.26778+1-2doc/TODO
1.985+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc 1B4t4jSwww/py-sigal distinfo Makefile

   py-sigal: update to 2.6.1.

   Version 2.6.1

       Fix a bug in photoswipe when some EXIF data does not contain the date information [:issue:`544`].

   Version 2.6

   Sigal now requires Python 3.11+.

       With the photoswipe theme, albums can contain both images and sub-albums [:issue:`535`].
       Fix issue with latest version of feedgenerator.
       Fix compat with click 8.2.0.
       Fix theme URL for photoswipe.
       Thumbnail can now be set in index.md either with the original filename or with the thumbnail name after format conversion [:issue:`476`].
       Allow portrait orientation for thumbnails [:issue:`531`].
       nonmedia_files plugin: adding support for PDF thumbnails [:issue:`536`].
VersionDeltaFile
1.5+4-4www/py-sigal/distinfo
1.12+5-3www/py-sigal/Makefile
1.7+2-1www/py-sigal/PLIST
+11-83 files

FreeBSD/ports 4873a49devel/py-sqlfluff distinfo Makefile

devel/py-sqlfluff: Update to 4.0.3
DeltaFile
+3-3devel/py-sqlfluff/distinfo
+1-1devel/py-sqlfluff/Makefile
+4-42 files

NetBSD/src F5udGjWsys/arch/arm/imx imx23_apbdma.c imx23_mmc.c

   arm/imx23_olinuxino: implement multisegment DMA

   This solves occasional issues in the sdmmc driver when it can't allocate large enough continguous segments due to memory fragmentation.
VersionDeltaFile
1.10+138-74sys/arch/arm/imx/imx23_apbdma.c
1.6+3-2sys/arch/arm/imx/imx23_mmc.c
+141-762 files

NetBSD/pkgsrc rlX3xhBdoc CHANGES-2026 TODO

   doc: Updated devel/py-setuptools to 81.0.0
VersionDeltaFile
1.984+2-1doc/CHANGES-2026
1.26777+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 22JxbcUdevel/py-setuptools Makefile distinfo

   py-setuptools: update to 81.0.0.

   v81.0.0
   =======

   Deprecations and Removals
   -------------------------

   - Removed support for the --dry-run parameter to setup.py. This
   one feature by its nature threads through lots of core and ancillary
   functionality, adding complexity and friction. Removal of this
   parameter will help decouple the compiler functionality from
   distutils and thus the eventual full integration of distutils.
   These changes do affect some class and function signatures, so any
   derivative functionality may require some compatibility shims to
   support their expected interface. Please report any issues to the
   Setuptools project for investigation. (#4872)
VersionDeltaFile
1.274+4-6devel/py-setuptools/Makefile
1.248+4-4devel/py-setuptools/distinfo
+8-102 files

FreeBSD/ports 8abc45edevel/py-sqlfluff distinfo Makefile

devel/py-sqlfluff: Update to 4.0.1.post1
DeltaFile
+3-3devel/py-sqlfluff/distinfo
+1-1devel/py-sqlfluff/Makefile
+4-42 files

NetBSD/pkgsrc UtJBq3ldoc CHANGES-2026 TODO

   doc: Updated devel/py-ruff to 0.15.0
VersionDeltaFile
1.983+2-1doc/CHANGES-2026
1.26776+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc qxpY9Lwdevel/py-ruff distinfo cargo-depends.mk, devel/py-ruff/patches patch-Cargo.toml patch-.._vendor_mio-1.0.4_src_sys_unix_selector_kqueue.rs

   py-ruff: update to 0.15.0.

   Breaking changes

       Ruff now formats your code according to the 2026 style guide. See the formatter section below or in the blog post for a detailed list of changes.

       The linter now supports block suppression comments. For example, to suppress N803 for all parameters in this function:

       # ruff: disable[N803]
       def foo(
           legacyArg1,
           legacyArg2,
           legacyArg3,
           legacyArg4,
       ): ...
       # ruff: enable[N803]

       See the documentation for more details.


    [91 lines not shown]
VersionDeltaFile
1.91+44-50devel/py-ruff/distinfo
1.86+12-14devel/py-ruff/cargo-depends.mk
1.37+6-6devel/py-ruff/patches/patch-Cargo.toml
1.93+4-4devel/py-ruff/Makefile
1.3+1-1devel/py-ruff/patches/patch-.._vendor_mio-1.0.4_src_sys_unix_selector_kqueue.rs
+67-755 files

OPNSense/plugins 9431d5anet/haproxy pkg-descr, net/haproxy/src/opnsense/mvc/app/controllers/OPNsense/HAProxy/forms dialogAcl.xml dialogAction.xml

Merge pull request #5201 from fraenki/haproxy_500

net/haproxy: additions for release 5.0
DeltaFile
+72-77net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf
+43-0net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/HAProxy.xml
+27-0net/haproxy/src/opnsense/mvc/app/controllers/OPNsense/HAProxy/forms/dialogAcl.xml
+18-0net/haproxy/src/opnsense/mvc/app/controllers/OPNsense/HAProxy/forms/dialogAction.xml
+2-1net/haproxy/pkg-descr
+162-785 files

FreeNAS/freenas 6a67e16src/middlewared/middlewared/api/v26_04_0 catalog.py, src/middlewared/middlewared/plugins/catalog app_version.py __init__.py

Move get_app_details to new impl
DeltaFile
+29-38src/middlewared/middlewared/plugins/catalog/app_version.py
+13-0src/middlewared/middlewared/plugins/catalog/__init__.py
+1-1src/middlewared/middlewared/api/v26_04_0/catalog.py
+43-393 files

OPNSense/plugins 3c2dd31net/haproxy pkg-descr, net/haproxy/src/opnsense/mvc/app/controllers/OPNsense/HAProxy/forms dialogAcl.xml dialogAction.xml

net/haproxy: support more advanced sample fetches and converters
DeltaFile
+43-0net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/HAProxy.xml
+28-0net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf
+27-0net/haproxy/src/opnsense/mvc/app/controllers/OPNsense/HAProxy/forms/dialogAcl.xml
+18-0net/haproxy/src/opnsense/mvc/app/controllers/OPNsense/HAProxy/forms/dialogAction.xml
+2-1net/haproxy/pkg-descr
+118-15 files

NetBSD/pkgsrc j1qL6XRdoc CHANGES-2026 TODO

   doc: Updated www/py-google-api-python-client to 2.189.0
VersionDeltaFile
1.982+2-1doc/CHANGES-2026
1.26775+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc XmVqpaSwww/py-google-api-python-client distinfo PLIST

   py-google-api-python-client: update to 2.189.0.

   API updates.
VersionDeltaFile
1.117+4-4www/py-google-api-python-client/distinfo
1.54+4-0www/py-google-api-python-client/PLIST
1.125+2-2www/py-google-api-python-client/Makefile
+10-63 files

NetBSD/pkgsrc uw9kQtsdoc CHANGES-2026 TODO

   doc: Updated devel/py-pip to 26.0.1
VersionDeltaFile
1.981+2-1doc/CHANGES-2026
1.26774+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc K142mOEdevel/py-pip distinfo Makefile

   py-pip: update to 26.0.1.

   26.0.1 (2026-02-04)
   ===================

   Bug Fixes
   ---------

   - Fix ``--pre`` not being respected from the command line when a requirement file
     includes an option e.g. ``-extra-index-url``. (`#13788 <https://github.com/pypa/pip/issues/13788>`_)
VersionDeltaFile
1.74+4-4devel/py-pip/distinfo
1.89+2-2devel/py-pip/Makefile
+6-62 files