FreeBSD/ports 41845d0Tools/scripts port_conflicts_check.lua

Tools/scripts: update port_conflicts_check.lua

Use fnmatch() from flua instead of regular expression, if available.

The maximum age of the provides file has been increased to 30 days,
to match the apparent current update schedule of that file.
DeltaFile
+176-99Tools/scripts/port_conflicts_check.lua
+176-991 files

FreeBSD/ports 0a7542cx11-toolkits/gtk30 pkg-plist

x11-toolkits/gtk30: Fix +DOC -X11 build

PR:             298410
Approved by:    desktop (arrowd)
DeltaFile
+4-2x11-toolkits/gtk30/pkg-plist
+4-21 files

FreeBSD/src e46a7d8share/man/man4 Makefile

man: Link mlx5en.4 also to if_mce.4

For consistency, create a symbolic link from mlx5en.4 to also if_mce.4

Reviewed by:            ziaee, #manpages
Event:                  EuroBSDCon 2026
Differential Revision:  https://reviews.freebsd.org/D59610
MFC after:              3 days
DeltaFile
+2-1share/man/man4/Makefile
+2-11 files

FreeBSD/ports 86ae554filesystems/fusefs-libs3 Makefile distinfo

filesystems/fusefs-libs3: update to version 3.18.3

This update contains a lot of functional and security fixes.

For details see:

    https://github.com/libfuse/libfuse/releases/tag/fuse-3.18.3
DeltaFile
+3-3filesystems/fusefs-libs3/distinfo
+1-1filesystems/fusefs-libs3/Makefile
+4-42 files

FreeBSD/ports 79d89e4net-im/teams Makefile distinfo, net-im/teams/files/packagejsons package.json package-lock.json

net-im/teams: Update to 2.20.1

Changelog: https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.20.1

Reported by:    GitHub (watch releases)
DeltaFile
+177-49net-im/teams/files/packagejsons/package-lock.json
+5-5net-im/teams/distinfo
+3-3net-im/teams/files/packagejsons/package.json
+1-2net-im/teams/Makefile
+186-594 files

LLVM/project 5eff11forc-rt/include/orc-rt/bedrock/sps SimpleRemoteCA.h, orc-rt/lib/bedrock/sps SimpleRemoteCA.cpp

[orc-rt] Reduce SimpleRemoteCA to transport-independent utils (#223141)

Reduce SimpleRemoteCA to the transport-independent parts: opcodes, setup
and hang-up payload encoding, message validation and dispatch, and the
table of calls awaiting a result. Subclasses are now responsible for the
connection state and synchronization, since they'll usually want to
implement these things for their transports anyway (or the transport
will already manage connection-state/synchronization).

takePendingCall becomes pure virtual, since subclasses must synchronize
access to the pending-call table.

The header moves from orc-rt-internal/ to orc-rt/: with the transport a
subclass concern, there's no reason to preclude library clients from
writing one.
DeltaFile
+110-364orc-rt/test/unit/bedrock/sps/SimpleRemoteCATest.cpp
+54-127orc-rt/lib/bedrock/sps/SimpleRemoteCA.cpp
+76-102orc-rt/include/orc-rt/bedrock/sps/SimpleRemoteCA.h
+240-5933 files

NetBSD/pkgsrc t352du0doc pkg-vulnerabilities

   doc: add fixed autogen CVE
VersionDeltaFile
1.791+2-1doc/pkg-vulnerabilities
+2-11 files

GhostBSD/networkmgr 4f5611bNetworkMgr trayicon.py

Merge pull request #126 from lherschi/master

Fix for using translation files in case-sensitive file systems
DeltaFile
+2-2NetworkMgr/trayicon.py
+2-21 files

NetBSD/pkgsrc w4EeybSdoc CHANGES-2026

   doc: Updated devel/autogen to 5.18.16nb18
VersionDeltaFile
1.6023+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 47yFsrpdevel/autogen/patches patch-autoopts_usage.c patch-autoopts_test_defs.in

   autogen: add a couple upstream patches, merged and proposed.

   Fix CVE-2025-8746.

   Bump PKGREVISION.

   From Showta Ishizaki in PR 60680.
VersionDeltaFile
1.1+370-0devel/autogen/patches/patch-compat_pathfind.c
1.1+67-0devel/autogen/patches/patch-getdefs_getdefs.c
1.1+30-0devel/autogen/patches/patch-autoopts_tpl_cmd-doc.tlib
1.1+19-0devel/autogen/patches/patch-autoopts_save.c
1.1+18-0devel/autogen/patches/patch-autoopts_usage.c
1.1+18-0devel/autogen/patches/patch-autoopts_test_defs.in
+522-02 files not shown
+531-38 files

FreeBSD/ports 92fcbf9net/cloudquery Makefile distinfo

net/cloudquery: update to version 6.42.2

Added feature: Accept a platform token from the CLI browser login.
DeltaFile
+5-5net/cloudquery/distinfo
+1-2net/cloudquery/Makefile
+6-72 files

FreeBSD/src 465942esys/netinet raw_ip.c

raw ip: clear sin_port on bind(2)

Application may set sin_port to some value.  Although this value is not
used by SOCK_RAW, it breaks a check that the address is available.  A
perfect fix would be not use sockaddrs for ifaddrs, but that would be a
bigger change.

PR:                     298366
Reviewed by:            pouria, bnovkov, adrian
Differential Revision:  https://reviews.freebsd.org/D59570
Fixes:                  948ad32ae1e0811f45e1d38f26636fefed5051f0
DeltaFile
+1-1sys/netinet/raw_ip.c
+1-11 files

HardenedBSD/ports bcb9400devel/py-prek Makefile.crates distinfo, editors/zed distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+518-408x11/libwacom/pkg-plist
+289-379devel/py-prek/distinfo
+540-0security/openssl41/files/extra-patch-ktls
+143-188devel/py-prek/Makefile.crates
+145-153editors/zed/distinfo
+147-147x11-fonts/noto-sans-devanagari/distinfo
+1,782-1,2751,438 files not shown
+6,336-5,1041,444 files

LLVM/project 3569a1fllvm/lib/Target/AMDGPU AMDGPU.td

[AMDGPU] Fix placement of FeatureSupportsXNACK (#223111)

This can't be put into 12_50_Common because of conflict in downstream
code.
DeltaFile
+4-1llvm/lib/Target/AMDGPU/AMDGPU.td
+4-11 files

NetBSD/pkgsrc 1cD7Vamdevel/libuuid/patches patch-libuuid_src_uuid__time.c

   libuuid: remove now unused upstream patch
VersionDeltaFile
1.2+1-1devel/libuuid/patches/patch-libuuid_src_uuid__time.c
+1-11 files

NetBSD/pkgsrc lod1BILdoc CHANGES-2026

   doc: Updated x11/mcookie to 2.42.3
VersionDeltaFile
1.6022+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc dnMwzkldoc CHANGES-2026

   doc: Updated devel/libblkid to 2.42.3
VersionDeltaFile
1.6021+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc iaERVfLdoc CHANGES-2026

   doc: Updated devel/libuuid to 2.42.3
VersionDeltaFile
1.6020+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc xGo41uDdevel/libuuid Makefile.common distinfo, devel/libuuid/patches patch-lib_ismounted.c patch-Makefile.in

   libuuid, libblkid, mcookie: update to 2.42.3.

   util-linux 2.41 Release Notes
   =============================

   libuuid:
       - Now supports RFC9562 UUIDs.

   libblkid:
       - Made many changes to improve detection, including exfat, GPT, LUKS2, bitlocker, etc.

   util-linux 2.42 Release Notes
   =============================

   libblkid:
       - dos validate EBR data and links within extended partition (by Karel Zak)
       - fix stale comment in version.c (by Karel Zak)
       - add LIBBLKID_VERSION to blkid.h, remove redundant config.h versions (by Karel Zak)
       - add debug message for private DM device skip (by Karel Zak)

    [86 lines not shown]
VersionDeltaFile
1.6+11-11devel/libuuid/patches/patch-Makefile.in
1.30+6-7devel/libuuid/distinfo
1.3+5-5devel/libuuid/patches/patch-lib_ismounted.c
1.15+2-2devel/libuuid/Makefile.common
+24-254 files

NetBSD/pkgsrc s5BbwxTdoc CHANGES-2026

   doc: Updated www/p5-HTML-FormFu to 2.07nb9
VersionDeltaFile
1.6019+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc BLtDigywww/p5-HTML-FormFu distinfo Makefile

   p5-HTML-FormFu: apply patch for CVE-2026-19873

   Bump PKGREVISION.
VersionDeltaFile
1.37+6-3www/p5-HTML-FormFu/Makefile
1.15+4-1www/p5-HTML-FormFu/distinfo
+10-42 files

HardenedBSD/src a1e236esys/dev/acpica acpi_spmc.c

acpi_spmc: Check AMD constraint packages

Also match behaviour with Intel constraint parsing by skipping malformed
constraints instead of failing hard.

Reviewed by:    olce
Sponsored by:   The FreeBSD Foundation
Event:          EuroBSDCon Devsummit 2026
Differential Revision:  https://reviews.freebsd.org/D59568
DeltaFile
+38-6sys/dev/acpica/acpi_spmc.c
+38-61 files

FreeBSD/src a1e236esys/dev/acpica acpi_spmc.c

acpi_spmc: Check AMD constraint packages

Also match behaviour with Intel constraint parsing by skipping malformed
constraints instead of failing hard.

Reviewed by:    olce
Sponsored by:   The FreeBSD Foundation
Event:          EuroBSDCon Devsummit 2026
Differential Revision:  https://reviews.freebsd.org/D59568
DeltaFile
+38-6sys/dev/acpica/acpi_spmc.c
+38-61 files

FreeBSD/src 508efe3sys/dev/acpica acpi_spmc.c

acpi_spmc: Check Intel constraint packages

Some firmware inexplicably decides to do non-standard and annoying stuff
here, e.g. the Fujitsu Futro S940 with an Intel Pentium J5005 sometimes
returns the following when calling the DEVICE_CONSTRAINTS function on
the Intel DSM:

    Return (Package (0x01)
    {
        Zero
    })

(Package elements here are supposed to be constraint packages, not just a
single value.)

First reported in the following forum post:

https://forum.netgate.com/topic/201090/2.9.0-beta-leads-to-kernel-panic-on-boot


    [5 lines not shown]
DeltaFile
+46-6sys/dev/acpica/acpi_spmc.c
+46-61 files

HardenedBSD/src 508efe3sys/dev/acpica acpi_spmc.c

acpi_spmc: Check Intel constraint packages

Some firmware inexplicably decides to do non-standard and annoying stuff
here, e.g. the Fujitsu Futro S940 with an Intel Pentium J5005 sometimes
returns the following when calling the DEVICE_CONSTRAINTS function on
the Intel DSM:

    Return (Package (0x01)
    {
        Zero
    })

(Package elements here are supposed to be constraint packages, not just a
single value.)

First reported in the following forum post:

https://forum.netgate.com/topic/201090/2.9.0-beta-leads-to-kernel-panic-on-boot


    [5 lines not shown]
DeltaFile
+46-6sys/dev/acpica/acpi_spmc.c
+46-61 files

NetBSD/pkgsrc VjtAGLNdevel Makefile, devel/scons distinfo buildlink3.mk

   scons: remove after discussion on pkgsrc-users
VersionDeltaFile
1.4689+1-2devel/Makefile
1.6018+2-1doc/CHANGES-2026
1.4+1-1devel/scons/patches/patch-engine_SCons_Platform___init__.py
1.33+1-1devel/scons/distinfo
1.9+1-1devel/scons/buildlink3.mk
1.24+1-1devel/scons/PLIST
+7-73 files not shown
+9-99 files

NetBSD/pkgsrc rGqHnfCdoc TODO

   doc/TODO: + gcc13-13.5, gitte-0.10.0, parallel-20260822, reposurgeon-5.11.
VersionDeltaFile
1.27879+5-2doc/TODO
+5-21 files

FreeBSD/ports cb6da14math/py-numdifftools Makefile

math/py-numdifftools: Fix USE_PYTHON=pytest usage

- Use TEST_ARGS instead of PYTEST_ARGS
- While I'm here, add missing TEST_DEPENDS

=================================== ERRORS ====================================
___________ ERROR collecting src/numdifftools/tests/test_scripts.py ___________
ImportError while importing test module '/wrkdirs/usr/ports/math/py-numdifftools/work-py312/numdifftools-0.11.1/src/numdifftools/tests/test_scripts.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/numdifftools/tests/test_scripts.py:1: in <module>
    from numdifftools import run_benchmark
src/numdifftools/run_benchmark.py:7: in <module>
    import matplotlib.pyplot as plt
E   ModuleNotFoundError: No module named 'matplotlib'
=========================== short test summary info ===========================

    [7 lines not shown]
DeltaFile
+2-1math/py-numdifftools/Makefile
+2-11 files

FreeBSD/ports c4ee958devel/py-rapidfuzz Makefile

math/py-numdifftools: Fix USE_PYTHON=pytest usage

- Use TEST_ARGS instead of PYTEST_ARGS

Approved by:    portmgr (blanket)
With hat:       python
DeltaFile
+3-3devel/py-rapidfuzz/Makefile
+3-31 files

FreeBSD/ports 7b7946dtextproc/rubygem-whatlanguage Makefile distinfo

textproc/rubygem-whatlanguage: Update to 2.1.0

Changes:        https://github.com/peterc/whatlanguage/releases
DeltaFile
+3-3textproc/rubygem-whatlanguage/distinfo
+1-1textproc/rubygem-whatlanguage/Makefile
+4-42 files