FreeBSD/ports 0fa4d13mail/py-resend Makefile distinfo

mail/py-resend: Update to 2.43.0

Changelog: https://github.com/resend/resend-python/compare/v2.42.0...v2.43.0

Reported by:    Repology
DeltaFile
+3-3mail/py-resend/distinfo
+1-1mail/py-resend/Makefile
+4-42 files

LLVM/project 9faf317clang-tools-extra/clang-tidy ClangTidyDiagnosticConsumer.cpp ClangTidyOptions.cpp, clang-tools-extra/test/clang-tidy/infrastructure clang-tidy-diff.cpp

[clang-tidy] Normalize windows line filter paths (#217038)

`git | clang-tidy-diff.py` emits line-filter paths with forward slashes,
while Windows compilation databases use a mix of forwards and backwards
slashes. These paths are then silently rejected (and no report is
emitted).

Reproduce on windows via:
```
git.exe diff -U0 main -- . | python clang-tidy-diff.py -p1 -path .\build"
```

Git will produce a path like:
```
my/source/file.cpp
```

The compilation database has files with entries like this:
```

    [18 lines not shown]
DeltaFile
+70-0clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp
+10-10clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
+9-9clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-diff.cpp
+10-0clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp
+6-1clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
+4-1clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
+109-211 files not shown
+114-217 files

HardenedBSD/src 7de5f03sbin/bectl bectl.8, stand/forth beastie.4th.8

Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
DeltaFile
+18-1sys/kern/vfs_subr.c
+8-7sys/compat/linuxkpi/common/src/linux_pci.c
+7-7sys/netinet/libalias/libalias.3
+4-6sys/compat/linuxkpi/common/include/linux/dma-mapping.h
+3-3stand/forth/beastie.4th.8
+3-3sbin/bectl/bectl.8
+43-2772 files not shown
+134-11478 files

HardenedBSD/src 6af9d36contrib/netbsd-tests/lib/libc/c063 t_fchmodat.c t_mkfifoat.c, lib/libc/tests/stdlib/libatexit libatexit.cc

Merge remote-tracking branch 'rad/hardened/15-stable/main' into hardened/15-stable/pledge
DeltaFile
+89-59contrib/netbsd-tests/lib/libc/c063/t_utimensat.c
+69-4contrib/netbsd-tests/lib/libc/c063/t_faccessat.c
+29-2contrib/netbsd-tests/lib/libc/c063/t_mkfifoat.c
+11-6contrib/netbsd-tests/lib/libc/c063/t_fchmodat.c
+7-4lib/libc/tests/stdlib/libatexit/libatexit.cc
+5-4libexec/rc/rc.d/dumpon
+210-798 files not shown
+224-8914 files

HardenedBSD/src 84eb60bsbin/bectl bectl.8, stand/forth beastie.4th.8

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+18-1sys/kern/vfs_subr.c
+8-7sys/compat/linuxkpi/common/src/linux_pci.c
+7-7sys/netinet/libalias/libalias.3
+4-6sys/compat/linuxkpi/common/include/linux/dma-mapping.h
+3-3stand/forth/beastie.4th.8
+3-3sbin/bectl/bectl.8
+43-2772 files not shown
+134-11478 files

HardenedBSD/ports adbd120audio/go-librespot/files config.yml, biology/bolt-lmm/files patch-src_Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+186-0devel/go-git/files/modules.txt
+85-9devel/electron43/files/patch-electron_shell_browser_electron__browser__main__parts.cc
+34-32biology/bolt-lmm/files/patch-src_Makefile
+47-5devel/go-git/distinfo
+33-7devel/go-git/Makefile
+20-0audio/go-librespot/files/config.yml
+405-5385 files not shown
+670-25291 files

FreeNAS/freenas 41ee0b0src/middlewared/middlewared/plugins/truenas license.py, src/middlewared/middlewared/plugins/truenas_connect heartbeat.py register.py

Distinguish system-generated license records from issued ones

This commit adds changes to record where a license record came from, since we now write one ourselves during upgrade on unlicensed appliance hardware and several consumers were treating it as though iX had issued it.

Entitlement resolution deliberately ignores the origin, so what a record grants is still decided by its contents alone. It only changes alerting, the unlicensed to licensed transition hook, and what we report outward to TrueNAS Connect and support.
DeltaFile
+14-1src/middlewared/middlewared/utils/license/types.py
+6-3src/middlewared/middlewared/plugins/truenas_connect/register.py
+5-3src/middlewared/middlewared/utils/license/legacy.py
+5-3src/middlewared/middlewared/pytest/unit/plugins/test_truenas_connect.py
+3-1src/middlewared/middlewared/plugins/truenas_connect/heartbeat.py
+3-1src/middlewared/middlewared/plugins/truenas/license.py
+36-123 files not shown
+42-159 files

FreeBSD/ports 7870a30databases/py-redisvl Makefile distinfo

databases/py-redisvl: Update to 0.27.1

Changelog: https://github.com/redis/redis-vl-python/releases/tag/v0.27.1

Reported by:    Repology
DeltaFile
+3-3databases/py-redisvl/distinfo
+1-1databases/py-redisvl/Makefile
+4-42 files

HardenedBSD/ports 7870a30databases/py-redisvl Makefile distinfo

databases/py-redisvl: Update to 0.27.1

Changelog: https://github.com/redis/redis-vl-python/releases/tag/v0.27.1

Reported by:    Repology
DeltaFile
+3-3databases/py-redisvl/distinfo
+1-1databases/py-redisvl/Makefile
+4-42 files

LLVM/project 7fdc9a3libc/utils cmake_format.py, libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap pstl.is_heap_until.pass.cpp pstl.is_heap_until_comp.pass.cpp

rebase

Created using spr 1.3.7
DeltaFile
+1,534-0libc/utils/cmake_format.py
+965-342llvm/test/Transforms/LoopVectorize/iv_outside_user.ll
+1,068-0libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/pstl.is_heap_until_comp.pass.cpp
+1,064-0libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/pstl.is_heap_until.pass.cpp
+914-0llvm/test/Transforms/SLPVectorizer/X86/horizontal-fadd-with-sub.ll
+790-0llvm/test/Transforms/LoopVectorize/VPlan/cse-loads.ll
+6,335-342973 files not shown
+35,445-9,574979 files

FreeBSD/ports f61606fmisc/py-litellm-proxy-extras Makefile distinfo

misc/py-litellm-proxy-extras: Update to 0.4.93

Reported by:    portscout
DeltaFile
+3-3misc/py-litellm-proxy-extras/distinfo
+1-1misc/py-litellm-proxy-extras/Makefile
+4-42 files

HardenedBSD/ports f61606fmisc/py-litellm-proxy-extras Makefile distinfo

misc/py-litellm-proxy-extras: Update to 0.4.93

Reported by:    portscout
DeltaFile
+3-3misc/py-litellm-proxy-extras/distinfo
+1-1misc/py-litellm-proxy-extras/Makefile
+4-42 files

FreeNAS/freenas d1144d6src/middlewared/middlewared/pytest/unit/utils test_license_legacy_utils.py test_entitlements.py, src/middlewared/middlewared/utils/entitlements engine.py

Rename the DIRECTORY_SERVICES entitlement to DIRECTORY_SERVICES_AUTH

This commit adds changes to follow the LicenseFeature rename in truenas_pylicensed, covering the entitlement matrix, the policy register, display names, the per-feature message overrides, the legacy injection set and the ds_auth gate. The unrelated directoryservices namespace and the ds_auth field itself are deliberately untouched.

Worth flagging for whoever lands this: python3-truenas-pylicensed is unversioned in debian/control, and because this is a rename rather than an addition, both skew directions break at import time. New middleware against the old package and old middleware against the new one each raise AttributeError while importing middlewared.utils.entitlements, which leaves middlewared unable to start.
DeltaFile
+2-2tests/directory_services/test_ldap_basic.py
+2-2tests/directory_services/test_activedirectory_basic.py
+2-2tests/api2/test_twofactor_auth.py
+2-2src/middlewared/middlewared/utils/entitlements/engine.py
+2-2src/middlewared/middlewared/pytest/unit/utils/test_license_legacy_utils.py
+2-2src/middlewared/middlewared/pytest/unit/utils/test_entitlements.py
+12-126 files not shown
+18-1812 files

NetBSD/pkgsrc 5KWjxRTdoc CHANGES-2026

   doc: Updated chat/element-web to 1.12.27
VersionDeltaFile
1.5830+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc vx5FRaGchat/element-web Makefile distinfo

   chat/element-web: Update to 1.12.27

   Tested with firefox on NetBSD 10 amd64.

   (Note that upstream does not publish NEWS in a file in the sources,
   making it unreasonably awkward to extract.  Thus, commit messages tend
   to include items that appear particularly notable during a quick
   scan.)

   Upstream NEWS content

   * 1.12.27

       Timeline MVVM 2 - RoomTimelineViewModel (#34683). Contributed by @langleyd.
       Promote Custom Themes labs feature to devtools (#34703). Contributed by @Half-Shot.
       Update bundled URL preview implementation to reflect MSC updates (#34764). Contributed by @Half-Shot. Fixes GHSA-9r5h-8m2x-w7q6
       Render knock membership events in notifications (#34268). Contributed by @ara4n.
       Room list: add room selection on section creation/edition (#34387). Contributed by @florianduros.
       Room list: add settings to consider activity as unread (#34748). Contributed by @florianduros.

    [33 lines not shown]
VersionDeltaFile
1.44+226-238chat/element-web/PLIST
1.47+7-7chat/element-web/distinfo
1.46+2-2chat/element-web/Makefile
+235-2473 files

FreeBSD/ports af245e5games/divide-and-succeed/files patch-CMakeLists.txt

games/divide-and-succeed: fix compatibility with CMake 4

PR:             297962
Reported by:    arrowd
DeltaFile
+6-0games/divide-and-succeed/files/patch-CMakeLists.txt
+6-01 files

HardenedBSD/ports af245e5games/divide-and-succeed/files patch-CMakeLists.txt

games/divide-and-succeed: fix compatibility with CMake 4

PR:             297962
Reported by:    arrowd
DeltaFile
+6-0games/divide-and-succeed/files/patch-CMakeLists.txt
+6-01 files

FreeBSD/ports 252d5a8graphics/bonzomatic/files patch-CMakeLists.txt

graphics/bonzomatic: fix compatibility with CMake 4

PR:             297906
Reported by:    arrowd
DeltaFile
+8-0graphics/bonzomatic/files/patch-CMakeLists.txt
+8-01 files

HardenedBSD/ports 252d5a8graphics/bonzomatic/files patch-CMakeLists.txt

graphics/bonzomatic: fix compatibility with CMake 4

PR:             297906
Reported by:    arrowd
DeltaFile
+8-0graphics/bonzomatic/files/patch-CMakeLists.txt
+8-01 files

FreeBSD/ports 3747a94games/powder-toy Makefile distinfo

games/powder-toy: update 100.0.399 → 100.1.400
DeltaFile
+3-3games/powder-toy/distinfo
+1-1games/powder-toy/Makefile
+4-42 files

HardenedBSD/ports 3747a94games/powder-toy Makefile distinfo

games/powder-toy: update 100.0.399 → 100.1.400
DeltaFile
+3-3games/powder-toy/distinfo
+1-1games/powder-toy/Makefile
+4-42 files

HardenedBSD/ports ff7069bgames/astromenace/files patch-CMakeLists.txt

games/astromenace: fix compatibility with CMake 4

PR:             297863
Reported by:    arrowd
DeltaFile
+9-3games/astromenace/files/patch-CMakeLists.txt
+9-31 files

FreeBSD/ports ff7069bgames/astromenace/files patch-CMakeLists.txt

games/astromenace: fix compatibility with CMake 4

PR:             297863
Reported by:    arrowd
DeltaFile
+9-3games/astromenace/files/patch-CMakeLists.txt
+9-31 files

FreeBSD/ports 23cd583devel/ois Makefile

devel/ois: drop maintainership
DeltaFile
+1-1devel/ois/Makefile
+1-11 files

HardenedBSD/ports 5289423devel/cppcheck Makefile distinfo, devel/cppcheck/files patch-CMakeLists.txt patch-test_testcppcheck.cpp

devel/cppcheck: update 2.21.0 → 2.21.1
DeltaFile
+20-0devel/cppcheck/files/patch-test_testcppcheck.cpp
+3-3devel/cppcheck/distinfo
+2-2devel/cppcheck/files/patch-CMakeLists.txt
+1-1devel/cppcheck/Makefile
+26-64 files

HardenedBSD/ports b3e95f4devel/osc Makefile distinfo, devel/osc/files patch-tests_test__git_editor.py

devel/osc: update 1.27.0 → 1.27.3
DeltaFile
+3-3devel/osc/distinfo
+3-0devel/osc/files/patch-tests_test__git_editor.py
+1-1devel/osc/Makefile
+7-43 files

HardenedBSD/ports 23cd583devel/ois Makefile

devel/ois: drop maintainership
DeltaFile
+1-1devel/ois/Makefile
+1-11 files

FreeBSD/ports 82486a8games/astromenace Makefile distinfo

games/astromenace: update 1.4.2 → 1.4.3
DeltaFile
+3-3games/astromenace/distinfo
+1-1games/astromenace/Makefile
+4-42 files

FreeBSD/ports b3e95f4devel/osc Makefile distinfo, devel/osc/files patch-tests_test__git_editor.py

devel/osc: update 1.27.0 → 1.27.3
DeltaFile
+3-3devel/osc/distinfo
+3-0devel/osc/files/patch-tests_test__git_editor.py
+1-1devel/osc/Makefile
+7-43 files

FreeBSD/ports 5289423devel/cppcheck Makefile distinfo, devel/cppcheck/files patch-CMakeLists.txt patch-test_testcppcheck.cpp

devel/cppcheck: update 2.21.0 → 2.21.1
DeltaFile
+20-0devel/cppcheck/files/patch-test_testcppcheck.cpp
+3-3devel/cppcheck/distinfo
+2-2devel/cppcheck/files/patch-CMakeLists.txt
+1-1devel/cppcheck/Makefile
+26-64 files