LLVM/project 87b9805.github/workflows release-binaries.yml

workflows/release-binaries: Use free arm Windows runners for PRs (#181477)

We are running low on budget, so we need to disable this temporarily.
DeltaFile
+5-1.github/workflows/release-binaries.yml
+5-11 files

FreeBSD/ports b2c4aa3graphics/openxr distinfo Makefile

graphics/openxr: Update 1.1.54 => 1.1.57

Changelog:
https://github.com/KhronosGroup/OpenXR-SDK/releases/tag/release-1.1.57

Reported by:    portscout
DeltaFile
+3-3graphics/openxr/distinfo
+1-1graphics/openxr/Makefile
+4-42 files

FreeNAS/freenas 8bb4f09src/middlewared/middlewared/plugins network.py, src/middlewared/middlewared/plugins/interface dhcp.py addresses.py

NAS-139757 / 26.0.0-BETA.1 / remove all fork+exec from dhcp funcs and remove dhclient references (#18199)

This cleans up the dhcp related functions to remove all fork+exec's
since these functions are called in hot-paths (and in for loops). This
uses asynchronous native dbus functions for starting/stopping/checking
the dhcpcd service for interfaces. This also uses dhcpcd's manager
control socket interface for retrieving dhcp lease information. This
means all fork+exec is removed from these functions. I also removed the
service class since these are exclusively private and not called across
heartbeat interface on HA boxes. Custom build and CI run
[here](http://jenkins.eng.ixsystems.net:8080/job/tests/job/api_tests/7634)
DeltaFile
+153-138src/middlewared/middlewared/plugins/interface/dhcp.py
+19-27src/middlewared/middlewared/plugins/interface/addresses.py
+12-13src/middlewared/middlewared/plugins/network.py
+6-11src/middlewared/middlewared/plugins/network_/route_sync.py
+5-7src/middlewared/middlewared/plugins/network_/dns.py
+3-3src/middlewared/middlewared/plugins/interface/unconfigure.py
+198-1992 files not shown
+202-2028 files

FreeBSD/ports 1539b41editors/libreoffice-kab distinfo

editors/libreoffice-kab: regen distinfo

Reported by:    pkg-fallout
DeltaFile
+3-3editors/libreoffice-kab/distinfo
+3-31 files

NetBSD/pkgsrc-wip 5767bb9emacs-git PLIST

emacs-git: update
DeltaFile
+17-0emacs-git/PLIST
+17-01 files

FreeBSD/ports fcc39a7sysutils/amazon-ssm-plugin distinfo Makefile

sysutils/amazon-ssm-plugin: Update to 1.2.779.0

ChangeLog:      https://github.com/aws/session-manager-plugin/releases/tag/1.2.779.0
Approved by:    hrs (mentor, blanket)
DeltaFile
+3-3sysutils/amazon-ssm-plugin/distinfo
+2-2sysutils/amazon-ssm-plugin/Makefile
+5-52 files

FreeNAS/freenas cd46efbsrc/middlewared/middlewared/plugins network.py, src/middlewared/middlewared/plugins/interface sync.py sync_data.py

fix KeyError crashes in network plugin
DeltaFile
+1-1src/middlewared/middlewared/plugins/interface/sync.py
+1-1src/middlewared/middlewared/plugins/interface/sync_data.py
+1-1src/middlewared/middlewared/plugins/network.py
+3-33 files

Dreckly/dreckly be30706emulators Makefile, emulators/oricutron Makefile PLIST

oricutron: Initial import.
DeltaFile
+70-0emulators/oricutron/Makefile
+52-0emulators/oricutron/PLIST
+17-0emulators/oricutron/patches/patch-system.h
+9-0emulators/oricutron/distinfo
+1-0emulators/oricutron/DESCR
+1-0emulators/Makefile
+150-06 files

FreeBSD/ports 73c2d4bemulators/stonx Makefile distinfo

emulators/stonx: update EmuTOS to 1.4
DeltaFile
+6-5emulators/stonx/Makefile
+0-2emulators/stonx/distinfo
+6-72 files

OPNSense/core 81ecc79src/opnsense/scripts/kea kea_prefix_watcher.py

kea: Add scope ID to prefix watcher link local address to fix route add (#9778)

(cherry picked from commit c145e5c30e0121153fcbaf125b29dbfbb68af101)
DeltaFile
+2-1src/opnsense/scripts/kea/kea_prefix_watcher.py
+2-11 files

OPNSense/core 82a3115src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes FilterRuleField.php

Firewall: Rules [new] - missing implementation for disablereplyto, closes https://github.com/opnsense/core/issues/9785

(cherry picked from commit 4a6094b0019bbf99e74525338edb3829140bb86e)
DeltaFile
+6-1src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes/FilterRuleField.php
+6-11 files

FreeBSD/ports 1f911e9net-im/ejabberd pkg-plist distinfo

net-im/ejabberd: Update to 26.02
DeltaFile
+31-1net-im/ejabberd/pkg-plist
+7-7net-im/ejabberd/distinfo
+6-4net-im/ejabberd/Makefile
+44-123 files

OpenBSD/ports pAwfA2Igames/warzone2100 Makefile

   more hackery needed for cmake 4
   looks like it's fixed upstream so this should go away after updating
VersionDeltaFile
1.59+5-1games/warzone2100/Makefile
+5-11 files

OPNSense/core 59cf594src/www firewall_nat_out_edit.php interfaces_ppps_edit.php

www: change all the others for previous
DeltaFile
+12-14src/www/firewall_nat_out_edit.php
+5-11src/www/interfaces_ppps_edit.php
+5-10src/www/firewall_rules.php
+4-6src/www/interfaces.php
+2-2src/www/system_authservers.php
+2-2src/www/firewall_nat_out.php
+30-452 files not shown
+32-478 files

LLVM/project 6e23353llvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp, llvm/test/CodeGen/X86 dag-stlf-mismatch.ll

[DAGCombiner] Fix crash caused by illegal InterVT in ForwardStoreValueToDirectLoad (#181175)

This patch fixes an assertion failure in ForwardStoreValueToDirectLoad
during DAGCombine.

The crash occurs when `STLF (Store-to-Load Forwarding)` creates an
illegal intermediate bitcast type (e.g., `v128i1` when bridging a
128-bit store to a `<32 x i1>` load on X86). Since `v128i1` is not a
legal mask type for the backend, it violates the expectations of the
LegalizeDAG pass.

The fix adds a `TLI.isTypeLegal(InterVT)` check to ensure that the
intermediate type used for the transformation is supported by the
target.

Fixes #181130
DeltaFile
+92-33llvm/test/CodeGen/X86/dag-stlf-mismatch.ll
+2-1llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+94-342 files

GhostBSD/ports c7dbec6graphics/blender pkg-plist, graphics/blender/files patch-extern_audaspace_plugins_ffmpeg_FFMPEGWriter.cpp patch-extern_audaspace_plugins_ffmpeg_FFMPEGReader.cpp

graphics/blender: update to 4.5.6
DeltaFile
+247-250graphics/blender/pkg-plist
+0-87graphics/blender/files/patch-extern_audaspace_plugins_ffmpeg_FFMPEGWriter.cpp
+10-66graphics/blender/files/patch-extern_audaspace_plugins_ffmpeg_FFMPEGReader.cpp
+0-26graphics/blender/files/patch-source_blender_imbuf_intern_anim__movie.cc
+0-18graphics/blender/files/patch-intern_ffmpeg_ffmpeg__compat.h
+16-0graphics/blender/files/patch-source_blender_imbuf_movie_intern_movie__write__audio.cc
+273-4474 files not shown
+279-47510 files

LLVM/project 45e666allvm/include/llvm/CodeGen InlineAsmPrepare.h, llvm/lib/CodeGen InlineAsmPrepare.cpp CallBrPrepare.cpp

[Clang][inlineasm] Add special support for "rm" output constraints (#92040)

Clang isn't able to support multiple constraints on inputs and outputs,
like "rm". Instead, it picks the "safest" one to use, i.e. the memory
constraint for "rm". This leads to obviously horrible code:

  asm __volatile__ ("pushf\n\t"
                    "popq %0"
                    : "=rm" (x));

is compiled to:

        pushf
        popq -8(%rsp)
        movq    -8(%rsp), %rax

It gets worse when inlined into other functions, because it may
introduce
a stack where none is needed.

    [16 lines not shown]
DeltaFile
+1,307-0llvm/test/CodeGen/X86/asm-constraints-rm.ll
+621-0llvm/lib/CodeGen/InlineAsmPrepare.cpp
+0-252llvm/lib/CodeGen/CallBrPrepare.cpp
+51-0llvm/test/CodeGen/X86/inline-asm-prepare-memory.ll
+30-1llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+31-0llvm/include/llvm/CodeGen/InlineAsmPrepare.h
+2,040-25334 files not shown
+2,128-33740 files

HardenedBSD/ports d7eb8a5databases/redis84 Makefile, databases/redis84/files redis.in

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+0-209java/openjdk19/files/patch-src_java.desktop_share_native_libfontmanager_freetypeScaler.c
+0-184java/openjdk19/Makefile
+0-89java/openjdk19/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c
+85-0databases/redis84/Makefile
+67-0databases/redis84/files/redis.in
+0-46java/openjdk19/files/patch-src_hotspot_os__cpu_bsd__x86_safefetch__bsd__x86__32.S
+152-528101 files not shown
+714-882107 files

OpenBSD/ports 4ewLk2bgames/recoil-rts/patches patch-CMakeLists_txt

   Fix broken Cmake4 patch

   Spotted by aja
VersionDeltaFile
1.2+2-2games/recoil-rts/patches/patch-CMakeLists_txt
+2-21 files

NetBSD/pkgsrc MU53Zfwdoc TODO

   doc/TODO: + box2d-3.1.1 [wip. breaks libreoffice].
VersionDeltaFile
1.26794+2-2doc/TODO
+2-21 files

OpenBSD/ports BA9s9augraphics/intel-media-driver Makefile

   Add missing MODCMAKE_POLICY_VERSION_OVERRIDE

   Spotted by aja
VersionDeltaFile
1.14+2-0graphics/intel-media-driver/Makefile
+2-01 files

OPNSense/core 4a6094bsrc/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes FilterRuleField.php

Firewall: Rules [new] - missing implementation for disablereplyto, closes https://github.com/opnsense/core/issues/9785
DeltaFile
+6-1src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes/FilterRuleField.php
+6-11 files

OpenBSD/ports rbJBGYpgames/freesynd Makefile

   reinstate REVISION, lost in last commit
VersionDeltaFile
1.9+2-1games/freesynd/Makefile
+2-11 files

OpenBSD/ports iK6lWfJsysutils/py-platformdirs distinfo Makefile, sysutils/py-platformdirs/patches patch-src_platformdirs_unix_py patch-tests_test_unix_py

   update to py3-platformdirs-4.8.0
VersionDeltaFile
1.4+11-24sysutils/py-platformdirs/patches/patch-src_platformdirs_unix_py
1.5+3-3sysutils/py-platformdirs/patches/patch-tests_test_unix_py
1.23+2-2sysutils/py-platformdirs/distinfo
1.5+3-0sysutils/py-platformdirs/pkg/PLIST
1.31+1-1sysutils/py-platformdirs/Makefile
+20-305 files

GhostBSD/ports 3206cd4x11/ghostbsd-xfce-settings Makefile

x11/ghostbsd-xfce-settings: fix indentation in Makefile
DeltaFile
+1-1x11/ghostbsd-xfce-settings/Makefile
+1-11 files

OpenBSD/ports d92PiZXwww/chromium distinfo Makefile

   update to 145.0.7632.75
VersionDeltaFile
1.459+6-6www/chromium/distinfo
1.886+1-1www/chromium/Makefile
+7-72 files

FreeBSD/ports e661d7fjava/openjdk19 Makefile, java/openjdk19/files patch-src_java.desktop_share_native_libfontmanager_freetypeScaler.c patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c

java/openjdk19: Remove expired port

2026-02-12 java/openjdk19: No longer supported by upstream
DeltaFile
+0-209java/openjdk19/files/patch-src_java.desktop_share_native_libfontmanager_freetypeScaler.c
+0-184java/openjdk19/Makefile
+0-89java/openjdk19/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c
+0-46java/openjdk19/files/patch-src_hotspot_os__cpu_bsd__x86_safefetch__bsd__x86__32.S
+0-42java/openjdk19/files/patch-src_jdk.hotspot.agent_bsd_native_libsaproc_BsdDebuggerLocal.cpp
+0-21java/openjdk19/files/extra-patch-src_hotspot_share_runtime_arguments.cpp
+0-59113 files not shown
+1-73619 files

HardenedBSD/ports e661d7fjava/openjdk19 Makefile, java/openjdk19/files patch-src_java.desktop_share_native_libfontmanager_freetypeScaler.c patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c

java/openjdk19: Remove expired port

2026-02-12 java/openjdk19: No longer supported by upstream
DeltaFile
+0-209java/openjdk19/files/patch-src_java.desktop_share_native_libfontmanager_freetypeScaler.c
+0-184java/openjdk19/Makefile
+0-89java/openjdk19/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c
+0-46java/openjdk19/files/patch-src_hotspot_os__cpu_bsd__x86_safefetch__bsd__x86__32.S
+0-42java/openjdk19/files/patch-src_jdk.hotspot.agent_bsd_native_libsaproc_BsdDebuggerLocal.cpp
+0-21java/openjdk19/files/extra-patch-src_hotspot_share_runtime_arguments.cpp
+0-59113 files not shown
+1-73619 files

HardenedBSD/ports a8fe008Mk bsd.default-versions.mk, Mk/Uses java.mk

Mk: unregister expired java/openjdk19
DeltaFile
+3-6Mk/Uses/java.mk
+1-1Mk/bsd.default-versions.mk
+4-72 files

FreeBSD/ports a8fe008Mk bsd.default-versions.mk, Mk/Uses java.mk

Mk: unregister expired java/openjdk19
DeltaFile
+3-6Mk/Uses/java.mk
+1-1Mk/bsd.default-versions.mk
+4-72 files