LLVM/project c489637mlir/include/mlir/Bindings/Python IRCore.h

Narrow down crash on Windows CI...
DeltaFile
+1-1mlir/include/mlir/Bindings/Python/IRCore.h
+1-11 files

FreeNAS/freenas 861b671src/middlewared/middlewared/plugins/cloud_backup restic.py

WIP
DeltaFile
+19-1src/middlewared/middlewared/plugins/cloud_backup/restic.py
+19-11 files

LLVM/project 532d96fclang-tools-extra/clangd/index/remote Client.cpp, clang-tools-extra/clangd/index/remote/monitor Monitor.cpp

[clangd] fix compilation errors with newer versions of gRPC (#67258)

in recent versions of gRPC, header files with prefix `grpc++` are
deprecated.

gRPC headers in include/grpc++ are deprecated since gRPC 1.10.0
https://github.com/grpc/grpc/releases/tag/v1.10.0 , this PR should close
https://github.com/clangd/clangd/issues/1603

Co-authored-by: Thibault Monnier <97551402+Thibault-Monnier at users.noreply.github.com>
DeltaFile
+3-3clang-tools-extra/clangd/index/remote/server/Server.cpp
+1-1clang-tools-extra/clangd/index/remote/Client.cpp
+1-1clang-tools-extra/clangd/index/remote/monitor/Monitor.cpp
+5-53 files

FreeBSD/ports 0c20c4dtextproc/rubygem-nokogiri Makefile

textproc/rubygem-nokogiri: bump portrevision due to libxml update
DeltaFile
+1-1textproc/rubygem-nokogiri/Makefile
+1-11 files

LLVM/project e1e9b0cllvm/include/llvm/IR IRBuilder.h

[NFC] To fix comment in the code as getIntN no longer does truncation. (#178834)

The comment of `getIntN` says it may truncate the result. However, PR
#171456 changed the default of truncation of `ConstantInt::get` to
false, so it no longer truncates. Fix the comments to reflect the
change.
DeltaFile
+1-2llvm/include/llvm/IR/IRBuilder.h
+1-21 files

HardenedBSD/ports f30a675devel/cargo-about distinfo Makefile, devel/uv distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+397-459net/shadowsocks-rust/distinfo
+253-291devel/cargo-about/distinfo
+198-229net/shadowsocks-rust/Makefile.crates
+189-211devel/uv/distinfo
+2-294devel/cargo-about/Makefile
+273-0devel/cargo-about/Makefile.crates
+1,312-1,484103 files not shown
+2,085-2,110109 files

FreeNAS/freenas 8d6abf4src/middlewared/middlewared/plugins cloud_sync.py, src/middlewared/middlewared/plugins/cloud_backup sync.py

WIP
DeltaFile
+7-6src/middlewared/middlewared/plugins/cloud_sync.py
+2-2src/middlewared/middlewared/plugins/cloud_backup/sync.py
+9-82 files

FreeNAS/freenas 3132ad3src/middlewared/middlewared/plugins cloud_sync.py, src/middlewared/middlewared/plugins/cloud crud.py

WIP
DeltaFile
+192-113src/middlewared/middlewared/plugins/cloud_sync.py
+96-32src/middlewared/middlewared/plugins/cloud_backup/crud.py
+33-33src/middlewared/middlewared/plugins/cloud_backup/sync.py
+24-17src/middlewared/middlewared/plugins/cloud_backup/restic.py
+12-12src/middlewared/middlewared/plugins/cloud/crud.py
+7-5src/middlewared/middlewared/plugins/cloud_backup/restore.py
+364-2126 files not shown
+383-22412 files

HardenedBSD/ports b5e0060devel Makefile, sysutils Makefile

*/Makefile: Sort SUBDIRs
DeltaFile
+3-3devel/Makefile
+1-1www/Makefile
+1-1sysutils/Makefile
+5-53 files

FreeBSD/ports b5e0060devel Makefile, sysutils Makefile

*/Makefile: Sort SUBDIRs
DeltaFile
+3-3devel/Makefile
+1-1sysutils/Makefile
+1-1www/Makefile
+5-53 files

FreeBSD/ports f39915bsecurity/pam_worker Makefile

security/pam_worker: add missing setgid by default
DeltaFile
+2-1security/pam_worker/Makefile
+2-11 files

HardenedBSD/ports 11e0a69multimedia/jellyfin Makefile pkg-plist, multimedia/jellyfin/files jellyfin.in

multimedia/jellyfin: udpate to 10.11.6

While here split amd64 and arm64 node archives (like done in navidrome)
to fix build on arm64

Fix thunbnail and trickplay creation on fresh install by making sure
/tmp/jellyfin is created at start [1]

PR:     290908 [1]
Submitted by:   ek at purplehat.org [1]
DeltaFile
+51-26multimedia/jellyfin/Makefile
+30-24multimedia/jellyfin/files/packagejsons/package-lock.json
+21-20multimedia/jellyfin/pkg-plist
+11-7multimedia/jellyfin/distinfo
+5-0multimedia/jellyfin/files/jellyfin.in
+2-2multimedia/jellyfin/files/packagejsons/package.json
+120-796 files

FreeBSD/ports 11e0a69multimedia/jellyfin Makefile pkg-plist, multimedia/jellyfin/files jellyfin.in

multimedia/jellyfin: udpate to 10.11.6

While here split amd64 and arm64 node archives (like done in navidrome)
to fix build on arm64

Fix thunbnail and trickplay creation on fresh install by making sure
/tmp/jellyfin is created at start [1]

PR:     290908 [1]
Submitted by:   ek at purplehat.org [1]
DeltaFile
+51-26multimedia/jellyfin/Makefile
+30-24multimedia/jellyfin/files/packagejsons/package-lock.json
+21-20multimedia/jellyfin/pkg-plist
+11-7multimedia/jellyfin/distinfo
+5-0multimedia/jellyfin/files/jellyfin.in
+2-2multimedia/jellyfin/files/packagejsons/package.json
+120-796 files

HardenedBSD/ports f39915bsecurity/pam_worker Makefile

security/pam_worker: add missing setgid by default
DeltaFile
+2-1security/pam_worker/Makefile
+2-11 files

LLVM/project b6d6af9clang/test/SemaCXX warn-thread-safety-analysis.cpp

Thread Safety Analysis: Add test for alias reassignment through pointer-to-pointer (#179028)

Alias reassignment through pointer-to-pointer (nor ptr-to-ptr-to-ptr...)
does not invalidate an alias for now. While this may result in either
false positives or negatives, there's rarely a good reason not to just
do direct assignment within the same scope.

For the time being, we retain this as a deliberate "escape hatch":
specifically, this may be used to help the alias analysis to "see
through" complex helper macros that e.g. read a value (such as a
pointer) via inline assembly or other opaque helpers [1].

Add a test to document the current behaviour.

NFC.

[1] https://lore.kernel.org/all/20260130132951.2714396-1-elver@google.com/
DeltaFile
+21-0clang/test/SemaCXX/warn-thread-safety-analysis.cpp
+21-01 files

NetBSD/src fKsoUbDdoc/roadmaps licensing

   Update licensing roadmap.
VersionDeltaFile
1.3+5-6doc/roadmaps/licensing
+5-61 files

HardenedBSD/ports 9f3a70btextproc/harper distinfo Makefile.crates

textproc/harper: Update to 1.5.1
DeltaFile
+31-19textproc/harper/distinfo
+15-9textproc/harper/Makefile.crates
+1-2textproc/harper/Makefile
+47-303 files

FreeBSD/ports 9f3a70btextproc/harper distinfo Makefile.crates

textproc/harper: Update to 1.5.1
DeltaFile
+31-19textproc/harper/distinfo
+15-9textproc/harper/Makefile.crates
+1-2textproc/harper/Makefile
+47-303 files

NetBSD/pkgsrc TeRxoH3print/qpdf distinfo Makefile

   print/qpdf: Update to 12.3.2

   Changelog:
   12.3.2: January 24, 2026

        Bug fixes

          * Fix bug introduced in 12.3.0. If the --password was
            specified for the same file multiple times a usage
            error was thrown. Specifying the password multiple
            times is common within the --pages option when using
            the QPDFJob interface.
VersionDeltaFile
1.52+4-4print/qpdf/distinfo
1.68+2-2print/qpdf/Makefile
1.26+2-2print/qpdf/PLIST
+8-83 files

FreeBSD/ports d2958a9net/realtek-rge-kmod distinfo Makefile

net/realtek-rge-kmod: Update to 20260112 snapshot
DeltaFile
+3-3net/realtek-rge-kmod/distinfo
+2-2net/realtek-rge-kmod/Makefile
+5-52 files

HardenedBSD/ports d2958a9net/realtek-rge-kmod distinfo Makefile

net/realtek-rge-kmod: Update to 20260112 snapshot
DeltaFile
+3-3net/realtek-rge-kmod/distinfo
+2-2net/realtek-rge-kmod/Makefile
+5-52 files

FreeBSD/ports 0163792x11-drivers/xorgxrdp distinfo Makefile

x11-drivers/xorgxrdp: Update to 0.15.0

Changes:        https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.10.5
(cherry picked from commit 0c62b94689fa8c31a277a56bf8c1ebee7842d349)
DeltaFile
+5-5x11-drivers/xorgxrdp/distinfo
+3-3x11-drivers/xorgxrdp/Makefile
+8-82 files

FreeBSD/ports 09a03efnet/xrdp distinfo Makefile

net/xrdp: Update to 0.10.5

Security:       CVE-2025-68670
Security:       https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-rwvg-gp87-gh6f
Changes:        https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.5
(cherry picked from commit 52b79b57b1bc3536c498b57cf0b5c1ddc633c6af)
DeltaFile
+3-3net/xrdp/distinfo
+1-2net/xrdp/Makefile
+1-0net/xrdp/pkg-plist
+5-53 files

HardenedBSD/ports 73f4259devel/dfuzzer distinfo Makefile

devel/dfuzzer: Update to 2.6

Reported by:    portscout!
DeltaFile
+3-3devel/dfuzzer/distinfo
+1-1devel/dfuzzer/Makefile
+4-42 files

FreeBSD/ports 73f4259devel/dfuzzer distinfo Makefile

devel/dfuzzer: Update to 2.6

Reported by:    portscout!
DeltaFile
+3-3devel/dfuzzer/distinfo
+1-1devel/dfuzzer/Makefile
+4-42 files

NetBSD/src GffOTarlib/libc/arch/ia64/gen _setjmp.S

   Remove a stray Intel advertising clause.
VersionDeltaFile
1.2+2-8lib/libc/arch/ia64/gen/_setjmp.S
+2-81 files

NetBSD/src ihsNE1Adistrib/sets/lists/man mi, distrib/sets/lists/manhtml mi

   Import Jiaxun Yang's bochsfb(4) driver.

   This is useful for getting graphics on qemu-system-aarch64 without
   firmware runtime video support (e.g. using the -kernel option). At the
   moment it is only wired up for -device VGA and -device secondary-vga
   so that it doesn't conflict with viogpu.

   PR kern/59410
VersionDeltaFile
1.1827+3-1distrib/sets/lists/man/mi
1.46+2-1distrib/sets/lists/manhtml/mi
+5-22 files

FreeBSD/ports b6be123devel/libnjs distinfo pkg-plist, lang/njs distinfo

*/*: update NGINX JavaScript to 0.9.5

Changes with njs 0.9.5

Release Date: 13 January 2026

nginx modules:

    Feature: added native module support for qjs engine for http and
stream.

    Bugfix: fixed js_body_filter with multiple chunks for qjs engine.

    Bugfix: fixed buffer_type inheritance in if blocks for
js_body_filter. Previously, when js_body_filter was used inside an if
block, the data parameter received Buffer type instead of the expected
String type.

    Bugfix: fixed js_body_filter when data is not in memory. Previously,

    [25 lines not shown]
DeltaFile
+3-3www/freenginx/distinfo
+3-3www/nginx/distinfo
+3-3lang/njs/distinfo
+3-3www/nginx-devel/distinfo
+3-3devel/libnjs/distinfo
+1-3devel/libnjs/pkg-plist
+16-188 files not shown
+24-2614 files

HardenedBSD/ports b6be123devel/libnjs distinfo pkg-plist, lang/njs distinfo

*/*: update NGINX JavaScript to 0.9.5

Changes with njs 0.9.5

Release Date: 13 January 2026

nginx modules:

    Feature: added native module support for qjs engine for http and
stream.

    Bugfix: fixed js_body_filter with multiple chunks for qjs engine.

    Bugfix: fixed buffer_type inheritance in if blocks for
js_body_filter. Previously, when js_body_filter was used inside an if
block, the data parameter received Buffer type instead of the expected
String type.

    Bugfix: fixed js_body_filter when data is not in memory. Previously,

    [25 lines not shown]
DeltaFile
+3-3www/nginx-devel/distinfo
+3-3devel/libnjs/distinfo
+3-3lang/njs/distinfo
+3-3www/freenginx/distinfo
+3-3www/nginx/distinfo
+1-3devel/libnjs/pkg-plist
+16-188 files not shown
+24-2614 files

FreeNAS/freenas abb2f10src/middlewared/middlewared/api/v26_04_0 pool.py, src/middlewared/middlewared/plugins/failover_ event.py

Prefetch DDT/BRT on zpool import
DeltaFile
+63-0src/middlewared/middlewared/plugins/zfs/prefetch.py
+14-19src/middlewared/middlewared/plugins/pool_/dedup.py
+0-21src/middlewared/middlewared/plugins/zfs_/pool_actions.py
+5-5src/middlewared/middlewared/api/v26_04_0/pool.py
+2-2src/middlewared/middlewared/plugins/failover_/event.py
+84-475 files