LLVM/project 9466e28clang/lib/Interpreter Interpreter.cpp

[clang-repl] Teach the default orc runtime finder to search in more locations (#175416)

This should resolve a recent solaris failure reported in #175322.
DeltaFile
+88-29clang/lib/Interpreter/Interpreter.cpp
+88-291 files

FreeBSD/ports 508a8c8security/wazuh-agent distinfo Makefile, security/wazuh-agent/files patch-etc_ossec-agent.conf

security/wazuh-agent: Improve port

- Now wazuh-agent use TCP connection by default
- FreeBSD sca,decoders and rules files were updated to fix some conflict
  issues.
- Bump PORTREVISION

PR:             291040
DeltaFile
+3-3security/wazuh-agent/distinfo
+3-3security/wazuh-agent/files/patch-etc_ossec-agent.conf
+2-2security/wazuh-agent/Makefile
+8-83 files

LLVM/project ba6eab0llvm/include/llvm/Support KnownFPClass.h, llvm/lib/Analysis ValueTracking.cpp

InstCombine: Handle fptrunc in SimplifyDemandedFPClass

Also handle llvm.fptrunc.round since it's the same.
DeltaFile
+140-0llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+15-30llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc.ll
+15-28llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc-round.ll
+14-0llvm/lib/Support/KnownFPClass.cpp
+1-9llvm/lib/Analysis/ValueTracking.cpp
+3-0llvm/include/llvm/Support/KnownFPClass.h
+188-676 files

LLVM/project 9cb79e5llvm/test/Transforms/InstCombine simplify-demanded-fpclass-fptrunc.ll simplify-demanded-fpclass-fptrunc-round.ll

InstCombine: Add fptrunc SimplifyDemandedFPClass baseline tests

Also llvm.fptrunc.round, which should be the same.
DeltaFile
+533-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc.ll
+533-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc-round.ll
+1,066-02 files

LLVM/project 30f4a8dllvm/include/llvm/Support KnownFPClass.h, llvm/lib/Analysis ValueTracking.cpp

InstCombine: Handle fpext in SimplifyDemandedFPClass
DeltaFile
+13-26llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fpext.ll
+22-0llvm/lib/Support/KnownFPClass.cpp
+22-0llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+3-14llvm/lib/Analysis/ValueTracking.cpp
+6-0llvm/include/llvm/Support/KnownFPClass.h
+66-405 files

LLVM/project 62d4aa1llvm/test/Transforms/InstCombine simplify-demanded-fpclass-fpext.ll

InstCombine: Add fpext SimplifyDemandedFPClass baseline tests (#174848)

DeltaFile
+486-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fpext.ll
+486-01 files

FreeBSD/ports 6ae4411textproc/gitlab-zoekt-indexer Makefile

textproc/gitlab-zoekt-indexer: remove go version pinning
DeltaFile
+1-1textproc/gitlab-zoekt-indexer/Makefile
+1-11 files

FreeBSD/ports 7070441security/vuxml/vuln 2026.xml

security/vuxml: document gitlab vulerabilities
DeltaFile
+41-0security/vuxml/vuln/2026.xml
+41-01 files

FreeBSD/ports 055d5c9security/wazuh-manager Makefile, security/wazuh-manager/files patch-src_Makefile patch-src-headers_notify_op.h

security/wazuh-manager: Improve port

- Fix issue when agent/manager connection use TCP instead of UDP.
  (Thanks to dtxdf) [1]
- wazuh-manager settings use TCP by default
- FreeBSD sca,decoders and rules files were updated to fix some conflict
  issues.
- Bump PORTREVISION

PR:             291040
Reported by:    Paweł Krawczyk <p+freebsd at krvtz.net> [1]
DeltaFile
+17-17security/wazuh-manager/files/patch-src_Makefile
+29-0security/wazuh-manager/files/patch-src-headers_notify_op.h
+29-0security/wazuh-manager/files/patch-src-shared_notify_op.c
+11-3security/wazuh-manager/files/patch-src_syscheckd_src_db_CMakeLists.txt
+4-6security/wazuh-manager/files/patch-etc_ossec-server.conf
+4-4security/wazuh-manager/Makefile
+94-301 files not shown
+96-327 files

NetBSD/pkgsrc IQIvWiddoc CHANGES-2026

   Updated devel/py-pathspec, print/py-pikepdf, devel/py-tox, math/py-uncertainties
VersionDeltaFile
1.236+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc PftBNopmath/py-uncertainties distinfo Makefile

   py-uncertainties: updated to 3.2.4

   3.2.4   2026-January-9

   Adds:

   - Adds a section in the documentation advertising the forthcoming `4.0.0` release.
   - Add github action CI to automatically publish a new package version to ``pypi`` when
      a github release of a new version is published.
   - Increases the stacklevel of the warning about `std_dev==0` so that it blames
     the caller rather than blaming the `ufloat()` function.
   - Adjusts the Sphinx configuration to allow for reproducible builds using
     ``SOURCE_DATE_EPOCH``.
   - Mark Python 3.13 and 3.14 as officially supported.

   Deprecates:

   - The `AffineScalarFunc.derivatives` property has been marked as deprecated. This
      property will be removed in a future release.

    [6 lines not shown]
VersionDeltaFile
1.13+4-4math/py-uncertainties/distinfo
1.25+2-2math/py-uncertainties/Makefile
+6-62 files

NetBSD/pkgsrc 9UwBox5devel/py-tox distinfo Makefile

   py-tox: updated to 4.34.1

   Bugfixes - 4.34.1
   Fix wheel corruption errors when the build backend updates the file in place
VersionDeltaFile
1.52+4-4devel/py-tox/distinfo
1.63+2-2devel/py-tox/Makefile
+6-62 files

NetBSD/pkgsrc Vk0aLQYprint/py-pikepdf distinfo PLIST

   py-pikepdf: updated to 10.2.0

   10.2.0

   - Fixed `unparse_content_stream()` not preserving literal strings when given raw
     Python tuples. :issue:`689`
   - The {func}`pikepdf.explicit_conversion` context manager is now thread-local and
     takes precedence over the global setting from {func}`pikepdf.set_object_conversion_mode`.
     Nested context managers are supported via a depth counter.
   - Moved explicit conversion functions to their own module for better code organization.
   - Improved C++ test coverage to 97.5% (from 96.4% line coverage, 94.9% to 95.1% function coverage).
VersionDeltaFile
1.21+4-4print/py-pikepdf/distinfo
1.7+4-1print/py-pikepdf/PLIST
1.26+2-2print/py-pikepdf/Makefile
+10-73 files

NetBSD/pkgsrc 7lpCv0gdevel/py-pathspec distinfo Makefile

   py-pathspec: updated to 1.0.3

   1.0.3 (2026-01-09)

   Bug fixes:

   - pyright strict errors with pathspec >= 1.0.0.
   - No module named 'tomllib'.
VersionDeltaFile
1.22+4-4devel/py-pathspec/distinfo
1.23+2-2devel/py-pathspec/Makefile
+6-62 files

OpenBSD/ports GdiBLUddevel/kdevelop Makefile, devel/kdevelop/pkg PLIST

   Update KDE Gear 25.12.1

   https://kde.org/announcements/gear/25.12.1/
VersionDeltaFile
1.2+30-0x11/kde-applications/kwave/pkg/PLIST
1.38+10-9net/neochat/Makefile
1.7+13-0x11/kde-applications/falkon/pkg/PLIST
1.30+12-0x11/kde-applications/marble/pkg/PLIST
1.55+9-0devel/kdevelop/pkg/PLIST
1.92+4-4devel/kdevelop/Makefile
+78-13268 files not shown
+569-445274 files

FreeBSD/ports d825364security/netbird distinfo

security/netbird: Fix distinfo

Reported by:    Herbert J. Skuhra <herbert at gojira.at>
DeltaFile
+4-4security/netbird/distinfo
+4-41 files

NetBSD/pkgsrc ZMdoIw1doc CHANGES-2026

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

NetBSD/pkgsrc tB05zoBdevel/py-ruff distinfo cargo-depends.mk, devel/py-ruff/patches patch-Cargo.toml

   py-ruff: updated to 0.14.11

   0.14.11

   Preview features

   Consolidate diagnostics for matched disable/enable suppression comments
   Report diagnostics for invalid/unmatched range suppression comments
   [airflow] Passing positional argument into airflow.lineage.hook.HookLineageCollector.create_asset is not allowed (AIR303)
   [refurb] Mark FURB192 fix as always unsafe
   [ruff] Add non-empty-init-module (RUF067)

   Bug fixes

   Fix GitHub format for multi-line diagnostics
   [flake8-unused-arguments] Mark **kwargs in TypeVar as used (ARG001)

   Rule changes


    [20 lines not shown]
VersionDeltaFile
1.87+119-101devel/py-ruff/distinfo
1.83+40-34devel/py-ruff/cargo-depends.mk
1.90+4-4devel/py-ruff/Makefile
1.35+3-3devel/py-ruff/patches/patch-Cargo.toml
+166-1424 files

NetBSD/pkgsrc ZPXntRWdevel/py-maturin distinfo Makefile

   py-maturin: updated to 1.11.5

   1.11.5

   Allow combining --compatibility pypi with other --compatibility values
VersionDeltaFile
1.47+4-4devel/py-maturin/distinfo
1.51+2-2devel/py-maturin/Makefile
+6-62 files

NetBSD/src zRrObOLusr.bin/elf2ecoff elf2ecoff.c

   elf2ecoff: fix one more incorrect but harmless byteswap botch

   Don't pass swapped ecoff32_exechdr to ECOFF32_SEGMENT_ALIGNMENT().

   ECOFF32_SEGMENT_ALIGNMENT(ep) is defined as "((ep)->a.vstamp < 23 ? 8 : 16)"
   so fortunately it always returns 16 even if a wrong byteorder value is
   passed because we use fixed '.vstamp = 2 * 256 + 10' (2.10) here.
VersionDeltaFile
1.41+7-6usr.bin/elf2ecoff/elf2ecoff.c
+7-61 files

NetBSD/pkgsrc J6PKEW5doc CHANGES-2026

   Updated math/py-scipy, devel/py-hypothesis, devel/py-types-gdb
VersionDeltaFile
1.234+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc Cepbn3mdevel/py-types-gdb distinfo Makefile

   py-types-gdb: updated to 16.3.0.20260109

   16.3.0.20260109

   Update mypy to 1.19.1

   Skip gdb stubtest for now
VersionDeltaFile
1.5+4-4devel/py-types-gdb/distinfo
1.5+2-2devel/py-types-gdb/Makefile
+6-62 files

NetBSD/pkgsrc HGYMFiWdevel/py-hypothesis distinfo PLIST

   py-hypothesis: updated to 6.150.0

   6.150.0 - 2026-01-06
   This release adds a min_leaves argument to recursive(), which ensures that generated recursive structures have at least the specified number of leaf nodes.

   6.149.1 - 2026-01-05
   Add type hints to an internal class.
VersionDeltaFile
1.160+4-4devel/py-hypothesis/distinfo
1.50+4-1devel/py-hypothesis/PLIST
1.166+2-2devel/py-hypothesis/Makefile
+10-73 files

NetBSD/pkgsrc zua9Z9tmath/py-scipy PLIST distinfo, math/py-scipy/patches patch-scipy_special_boost__special__functions.h patch-scipy_ndimage_src___rank__filter__1d.cpp

   py-scipy: updated to 1.17.0

   SciPy 1.17.0 is the culmination of 6 months of hard work. It contains
   many new features, numerous bug-fixes, improved test coverage and better
   documentation. There have been a number of deprecations and API changes
   in this release, which are documented below. All users are encouraged to
   upgrade to this release, as there are a large number of bug-fixes and
   optimizations. Before upgrading, we recommend that users check that
   their own code does not use deprecated SciPy functionality (to do so,
   run your code with ``python -Wd`` and check for ``DeprecationWarning`` s).
   Our development attention will now shift to bug-fix releases on the
   1.17.x branch, and on adding new features on the main branch.
VersionDeltaFile
1.35+55-24math/py-scipy/PLIST
1.3+7-7math/py-scipy/patches/patch-scipy_special_boost__special__functions.h
1.64+6-6math/py-scipy/distinfo
1.104+5-5math/py-scipy/Makefile
1.2+4-4math/py-scipy/patches/patch-scipy_ndimage_src___rank__filter__1d.cpp
+77-465 files

FreeBSD/ports 6887632misc/py-polars distinfo Makefile, misc/py-polars/files patch-Cargo.lock patch-crates_polars-python_Cargo.toml

misc/py-polars: update 1.33.1 → 1.36.1
DeltaFile
+0-3,178misc/py-polars/files/patch-Cargo.lock
+3-1,063misc/py-polars/distinfo
+11-554misc/py-polars/Makefile
+0-18misc/py-polars/files/patch-crates_polars-python_Cargo.toml
+0-14misc/py-polars/files/patch-Cargo.toml
+0-10misc/py-polars/files/patch-crates_polars-python_src_c__api_allocator.rs
+14-4,8376 files

FreeBSD/ports cd21baemisc/py-polars-runtime distinfo Makefile, misc/py-polars-runtime/files patch-Cargo.lock patch-crates_polars-python_Cargo.toml

misc/py-polars-runtime: New port: Runtime binaries for Polars, the DataFrame library
DeltaFile
+1,093-0misc/py-polars-runtime/distinfo
+613-0misc/py-polars-runtime/Makefile
+49-0misc/py-polars-runtime/files/patch-Cargo.lock
+18-0misc/py-polars-runtime/files/patch-crates_polars-python_Cargo.toml
+16-0misc/py-polars-runtime/files/patch-Cargo.toml
+12-0misc/py-polars-runtime/files/patch-crates_polars-sql_src_lib.rs
+1,801-06 files not shown
+1,854-012 files

FreeBSD/ports d5e4181dns/tldx distinfo Makefile

dns/tldx: Update 1.3.0 => 1.3.4

Changelog:
https://github.com/brandonyoungdev/tldx/blob/v1.3.4/CHANGELOG.md

PR:     292321
DeltaFile
+5-5dns/tldx/distinfo
+1-2dns/tldx/Makefile
+6-72 files

FreeBSD/ports f85d5fenet/scamper distinfo pkg-plist

net/{,py-}scamper: Update 20251113 => 20260105

Changelog:
https://mailman.caida.org/pipermail/scamper-announce/2026-January/000059.html

PR:     292354
DeltaFile
+3-3net/scamper/distinfo
+3-2net/scamper/pkg-plist
+1-1net/scamper/Makefile
+7-63 files

NetBSD/src liI1ykxusr.bin/elf2ecoff elf2ecoff.c

   elf2ecoff: remove an incorrect but unused assigment to ecoff32_exechdr

   Probably harmless but confusing on endiannes sanity check.
   Maybe we should rather do byteswap during writing to an output file..
VersionDeltaFile
1.40+1-3usr.bin/elf2ecoff/elf2ecoff.c
+1-31 files

FreeBSD/ports d66158bmath/octave-forge-signal Makefile distinfo

math/octave-forge-signal: Update to 1.4.7.
DeltaFile
+5-5math/octave-forge-signal/Makefile
+3-3math/octave-forge-signal/distinfo
+8-82 files