LLVM/project a01b91fflang/include/flang/Parser options.h, flang/lib/Parser parsing.cpp Fortran-parsers.cpp

[flang] Add support for additional compiler directive sentinel (#178941)

This patch allows to set up additional compiler directive sentinel in
addition to the default `!dir$`. Some user code could use other vendor
specific compiler directive sentinel and this solution allows to add
them to the parser options.
DeltaFile
+14-0flang/test/Parser/compiler-directive-sentinel.f90
+8-0flang/tools/bbc/bbc.cpp
+3-0flang/lib/Parser/parsing.cpp
+1-1flang/lib/Parser/Fortran-parsers.cpp
+1-0flang/include/flang/Parser/options.h
+27-15 files

LLVM/project 78ab5efmlir/test/Dialect/MemRef high-rank-overflow.mlir

actually xfail

Created using spr 1.3.6
DeltaFile
+1-1mlir/test/Dialect/MemRef/high-rank-overflow.mlir
+1-11 files

FreeBSD/ports 473643edatabases/mdbx distinfo Makefile

databases/mdbx: Update 0.13.9 => 0.13.11

Changelogs:
https://github.com/erthink/libmdbx/blob/v0.13.11/ChangeLog.md
https://github.com/erthink/libmdbx/releases/tag/v0.13.10_github_workaround
https://github.com/erthink/libmdbx/releases/tag/v0.13.11

PR:     292832
DeltaFile
+3-3databases/mdbx/distinfo
+1-1databases/mdbx/Makefile
+4-42 files

LLVM/project 5632c25mlir/test/Dialect/MemRef high-rank-overflow.mlir

[𝘀𝗽𝗿] initial version

Created using spr 1.3.6
DeltaFile
+2-0mlir/test/Dialect/MemRef/high-rank-overflow.mlir
+2-01 files

FreeBSD/ports 2de9005sysutils/py-ansible-core220 distinfo Makefile, sysutils/py-ansible-core220/files patch-pyproject.toml

sysutils/py-ansible-core220: Update to 2.20.2
DeltaFile
+4-4sysutils/py-ansible-core220/files/patch-pyproject.toml
+3-3sysutils/py-ansible-core220/distinfo
+1-1sysutils/py-ansible-core220/Makefile
+8-83 files

FreeBSD/ports e8a6754security/openvpn-devel distinfo Makefile

security/openvpn-devel: Update 2.7_rc5 => 2.7_rc6

FreeBSD - notable changes for rc5 => rc6 update:
  - bugfix on restarting a p2mp server instance with SIGUSR1
  (inadvertedly closing fd 0, causing a crash on the next restart),
  - prevent NULL pointer crash on suitable combination of --dns-updown
  statements in openvpn config file (not pushable),
  - prevent inappropriate management interface activity if a password is
  set and --management-forget-disconnect or --management-signal are active,
  - more conversion warnings fixed,
  - remove #ifdefs around socket sendbuf/receive buf handling,
  assuming that all platforms that have POSIX sockets have this,
  - add mbedTLS 4 support,
  - fix check for failed fork() in port-share code.

PR:             292829
Requested by:   maintainer
DeltaFile
+3-3security/openvpn-devel/distinfo
+2-2security/openvpn-devel/Makefile
+5-52 files

FreeBSD/ports eea7a22emulators/winetricks distinfo Makefile

emulators/winetricks: Update 20250212 => 20260125

Commit log:
https://github.com/Winetricks/winetricks/compare/e73c4d8...20260125

PR:     292831
DeltaFile
+3-3emulators/winetricks/distinfo
+1-2emulators/winetricks/Makefile
+4-52 files

NetBSD/pkgsrc x3OOnfrdoc CHANGES-2026

   doc: Updated www/ruby-sass-embedded to 1.97.3nb1
VersionDeltaFile
1.764+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc TAaqTXQwww/ruby-sass-embedded Makefile PLIST

   ruby-sass-embedded: update

   this downloads files during the build, and they have changed
   update the PLIST
   Bump PKGREVISION.
VersionDeltaFile
1.10+7-7www/ruby-sass-embedded/Makefile
1.4+6-3www/ruby-sass-embedded/PLIST
+13-102 files

LLVM/project 629236allvm/test/CodeGen/AMDGPU fneg-combines.f16.ll fneg-combines.ll, llvm/test/CodeGen/RISCV fpclamptosat.ll

Merge branch 'main' into users/chapuni/mcdc/nest/covmapdesc
DeltaFile
+56,025-0llvm/test/CodeGen/RISCV/rvv/clmulh-sdnode.ll
+14,154-5,110llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
+850-5,393llvm/test/CodeGen/RISCV/fpclamptosat.ll
+2,230-3,501llvm/test/CodeGen/AMDGPU/fneg-combines.f16.ll
+2,626-2,303llvm/test/CodeGen/AMDGPU/fneg-combines.ll
+4,716-0llvm/test/MC/AMDGPU/gfx13_asm_sop2.s
+80,601-16,307959 files not shown
+134,810-36,629965 files

LLVM/project 7e48b14llvm/lib/CodeGen/SelectionDAG SelectionDAGISel.cpp

[SelectionDAGISel] Avoid unnecessary MatchScope copy. NFC (#178957)

Add the MatchScope to the vector first, then write its fields.
DeltaFile
+1-2llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+1-21 files

FreeNAS/freenas 5cfa5edsrc/middlewared/middlewared/plugins/iscsi_ iscsi_global.py

When turning off ALUA ensure SCST has stopped before target logout
DeltaFile
+13-0src/middlewared/middlewared/plugins/iscsi_/iscsi_global.py
+13-01 files

LLVM/project 9926b04llvm/test/Transforms/VectorCombine/X86 binop-shuffle-mask1-cm.ll

VectorCombine: Mark the test `+asserts` (fixup for #178072)
DeltaFile
+1-0llvm/test/Transforms/VectorCombine/X86/binop-shuffle-mask1-cm.ll
+1-01 files

LLVM/project b847795clang/test/ClangScanDeps prune-scanning-modules.m

[ClangScanDeps] Add test that proves pruning happens on scanning pcms (#178733)

The test was adapted from clang/test/Modules/prune.m
DeltaFile
+62-0clang/test/ClangScanDeps/prune-scanning-modules.m
+62-01 files

LLVM/project 49c3c4eclang/lib/CIR/CodeGen CIRGenModule.cpp

fmt yo
DeltaFile
+1-1clang/lib/CIR/CodeGen/CIRGenModule.cpp
+1-11 files

FreeBSD/ports 0bb9100sysutils/lxqt-config distinfo Makefile

sysutils/lxqt-config: Update to 2.3.1

ChangeLog at:   https://lxqt-project.org/release/2026/01/29/point-release-lxqt-config-2-3-1/
With hat:       lxqt
DeltaFile
+3-3sysutils/lxqt-config/distinfo
+1-2sysutils/lxqt-config/Makefile
+1-0sysutils/lxqt-config/pkg-plist
+5-53 files

NetBSD/src 5bmz4Yssys/dev/usb if_ure.c

   if_ure.c: note examples of boards needing generated MAC address
VersionDeltaFile
1.62+6-2sys/dev/usb/if_ure.c
+6-21 files

LLVM/project 4351184clang/lib/CIR/CodeGen CIRGenModule.cpp, clang/test/CIR/CodeGen/CUDA filter-decl.cu

address comments
DeltaFile
+32-14clang/test/CIR/CodeGen/CUDA/filter-decl.cu
+2-9clang/lib/CIR/CodeGen/CIRGenModule.cpp
+34-232 files

FreeBSD/ports 6058abfnet/asterisk20 distinfo pkg-plist

net/asterisk20: Update 20.17.0 => 20.18.1

Changelog:
https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ChangeLog-20.18.0.html
https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ChangeLog-20.18.1.html

This update incorporates an important fix for FreeBSD users:
- rtp/rtcp: Configure dual-stack behavior via IPV6_V6ONLY

PR:             262386 292768
Approved by:    Oleksandr Kryvulia <o.kryvulia at flex-it.com.ua> (maintainer)
Sponsored by:   PANS Jarosław
MFH:            2026Q1

(cherry picked from commit 46e972ab197fca60ff07f192fd9959bbe7045b15)
DeltaFile
+3-3net/asterisk20/distinfo
+2-0net/asterisk20/pkg-plist
+1-1net/asterisk20/Makefile
+6-43 files

FreeBSD/ports df10740net/asterisk22 distinfo Makefile

net/asterisk22: Update 22.8.0 => 22.8.1

Changelog:
https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ChangeLog-22.8.1.html

PR:             292814
Approved by:    Oleksandr Kryvulia <o.kryvulia at flex-it.com.ua> (maintainer)
Sponsored by:   PANS Jarosław
MFH:            2026Q1

(cherry picked from commit 7a605cde7077cab73ef58e84966cbbe2b710a668)
DeltaFile
+3-3net/asterisk22/distinfo
+1-1net/asterisk22/Makefile
+4-42 files

FreeBSD/ports 46e972anet/asterisk20 distinfo Makefile

net/asterisk20: Update 20.17.0 => 20.18.1

Changelog:
https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ChangeLog-20.18.0.html
https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ChangeLog-20.18.1.html

This update incorporates an important fix for FreeBSD users:
- rtp/rtcp: Configure dual-stack behavior via IPV6_V6ONLY

PR:             262386 292768
Approved by:    Oleksandr Kryvulia <o.kryvulia at flex-it.com.ua> (maintainer)
Sponsored by:   PANS Jarosław
MFH:            2026Q1
DeltaFile
+3-3net/asterisk20/distinfo
+1-1net/asterisk20/Makefile
+2-0net/asterisk20/pkg-plist
+6-43 files

FreeBSD/ports 7a605cdnet/asterisk22 distinfo Makefile

net/asterisk22: Update 22.8.0 => 22.8.1

Changelog:
https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ChangeLog-22.8.1.html

PR:             292814
Approved by:    Oleksandr Kryvulia <o.kryvulia at flex-it.com.ua> (maintainer)
Sponsored by:   PANS Jarosław
MFH:            2026Q1
DeltaFile
+3-3net/asterisk22/distinfo
+1-1net/asterisk22/Makefile
+4-42 files

LLVM/project 96b46falld/MachO SectionPriorities.cpp, lld/test/MachO order-file-cstring.s

[lld][MachO] Accept hex format for cstring hashes in order file (#178933)

Support both decimal and hexadecimal formats for cstring hashes in
the order file. Hex values must use the 0x prefix (case insensitive).
    
    Examples:
      CSTR;1234567890    (decimal)
      CSTR;0x499602D2    (hex)

Co-authored-by: Sharon Xu <sharonxu at fb.com>
DeltaFile
+4-4lld/test/MachO/order-file-cstring.s
+3-1lld/MachO/SectionPriorities.cpp
+7-52 files

LLVM/project 202f45cclang/lib/Driver/ToolChains Darwin.cpp

[clang][Driver] Fix use after scope in darwin driver (#178967)

`Version.getAsString()` returns an `std::string`, and thus the
`StringRef` points to an invalid location when pushed into the
Components vector. This just keeps the temporary alive for the
new string to be generated, to fix the ASAN failure after #176541
DeltaFile
+2-1clang/lib/Driver/ToolChains/Darwin.cpp
+2-11 files

OPNSense/core 311184dsrc/opnsense/mvc/app/library/OPNsense/Firewall Plugin.php

firewall: fix 2f60fcb062cff removing anchor rendering

PR: https://forum.opnsense.org/index.php?topic=50520.0
DeltaFile
+2-0src/opnsense/mvc/app/library/OPNsense/Firewall/Plugin.php
+2-01 files

FreeBSD/ports 0e365e5devel/gilt distinfo Makefile

devel/gilt: update to 2.2.5

Changes:        https://github.com/retr0h/gilt/releases/tag/v2.2.5
Reported by:    portscout
DeltaFile
+5-5devel/gilt/distinfo
+2-2devel/gilt/Makefile
+7-72 files

Illumos/gate e47ccb4usr/src/boot/common ls.c

17850 loader: ls should avoid adding double '/' at front of the path
Reviewed by: Andy Fiddaman <illumos at fiddaman.net>
Approved by: Dan McDonald <danmcd at edgecast.io>
DeltaFile
+141-131usr/src/boot/common/ls.c
+141-1311 files

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

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

LLVM/project f3d81d4llvm/lib/Target/RISCV/AsmParser RISCVAsmParser.cpp, llvm/lib/Target/RISCV/MCTargetDesc RISCVBaseInfo.h

[RISCV] Rename ConstraintMask->RVVConstraintMask. NFC (#178963)

This matches how we refer to it in tablegen.
DeltaFile
+6-6llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
+1-1llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
+7-72 files

FreeNAS/freenas 991c7aasrc/middlewared/debian control, src/middlewared/middlewared auth.py

Fix flake8 issues
DeltaFile
+0-2src/middlewared/middlewared/plugins/api_key.py
+1-1src/middlewared/middlewared/apps/file_app.py
+1-1src/middlewared/middlewared/utils/account/authenticator.py
+0-2src/middlewared/debian/control
+0-1src/middlewared/middlewared/auth.py
+2-75 files