FreeBSD/ports a91a663security/stunnel distinfo Makefile

security/stunnel: Update to 5.79
DeltaFile
+3-3security/stunnel/distinfo
+1-1security/stunnel/Makefile
+4-42 files

FreeNAS/freenas 6e073c7src/middlewared/middlewared/utils dns.py

Fix ruff
DeltaFile
+5-4src/middlewared/middlewared/utils/dns.py
+5-41 files

LLVM/project c093e98mlir/cmake/modules AddMLIRPython.cmake

[mlir][build] Pass extra compiler/linker flags to `add_mlir_python_modules` (#204230)

`add_mlir_python_modules()` is used to build the nanobind runtime
library and dialect extension DSOs with a default set of compile and
link options. Projects using these modules may need to augment these
options to handle the warnings of this specific part of the build
differently or to add specific libraries to the shared objects. This
patch introduces four optional CMake variables that allow callers to
provide additional compiler and linker flags:

```
  MLIR_BINDINGS_PYTHON_EXTRA_NANOBIND_COMPILE_OPTIONS
  MLIR_BINDINGS_PYTHON_EXTRA_NANOBIND_LINK_LIBS
  MLIR_BINDINGS_PYTHON_EXTRA_EXTENSION_COMPILE_OPTIONS
  MLIR_BINDINGS_PYTHON_EXTRA_EXTENSION_LINK_LIBS
```

NFC if the new cmake variables are unset.
DeltaFile
+38-6mlir/cmake/modules/AddMLIRPython.cmake
+38-61 files

LLVM/project 21725d2flang/docs Extensions.md, flang/lib/Parser prescan.cpp

[flang] Treat a bare carriage return as whitespace outside literals (#206171)

Free-form (and fixed-form) source files authored or transferred on
Windows can contain a stray carriage return (0x0d or \r) in the interior
of a line, for example between a token and a trailing '&' continuation
marker:

    COMMON/CM1/<CR>       &

flang rejected such files with "bad character (0x0d) in Fortran token",
whereas the other compilers accept them. Carriage returns that form a
clean CRLF line ending were already tolerated; only a CR in the
significant part of a line tripped the error.

The fix is to skip over the stray <CR> outside of character literals.

Assisted-by: AI
DeltaFile
+25-0flang/test/Preprocessing/carriage-return.f90
+4-0flang/docs/Extensions.md
+2-0flang/lib/Parser/prescan.cpp
+31-03 files

FreeBSD/ports 3c81b14Mk/Uses xorg.mk, x11/xbitmaps distinfo Makefile

x11/xbitmaps: Update to 1.1.4

Since xbitmaps is arch independent, install .pc file to share/pkgconfig.

https://lists.x.org/archives/xorg-announce/2026-April/003693.html

PR:             296365
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+3-3x11/xbitmaps/distinfo
+2-2x11/xbitmaps/Makefile
+1-1x11/xlibre/Makefile
+1-1x11/xorg/Makefile
+1-1Mk/Uses/xorg.mk
+1-1x11/xbitmaps/pkg-plist
+9-96 files

FreeBSD/ports 4a7d051mail/mpop Makefile distinfo, mail/mpop/files patch-src_base64.h

mail/mpop: Update to 1.4.22

Make TLS mandatory.

https://marlam.de/mpop/news/mpop-1-4-22/

PR:             296335
Approved by:    osa (mentor)
DeltaFile
+10-0mail/mpop/files/patch-src_base64.h
+5-4mail/mpop/Makefile
+3-3mail/mpop/distinfo
+18-73 files

LLVM/project 683ddb8libcxx/docs/Status Cxx26Issues.csv Cxx26Papers.csv

[libc++] LWG4557: Remove `constexpr` from `owner_less` and `owner_before` (#191534)

Closes #189885.

The implementation was already conformant. Adding status tracking
updates.
DeltaFile
+1-1libcxx/docs/Status/Cxx26Issues.csv
+1-1libcxx/docs/Status/Cxx26Papers.csv
+2-22 files

LLVM/project e87ae43clang/docs ReleaseNotes.rst, clang/include/clang/Basic DiagnosticSemaKinds.td

Revert "Diagnose noreturn calls from a const or pure function (#206134)"

This reverts commit c06d04719cd6d127db25cf38c328cda2aa27f8a2.
DeltaFile
+1-106clang/test/Sema/attr-const-pure.c
+0-15clang/lib/Sema/SemaChecking.cpp
+0-7clang/include/clang/Basic/DiagnosticSemaKinds.td
+1-3clang/docs/ReleaseNotes.rst
+2-1314 files

LLVM/project 45829d7lldb/include/lldb lldb-enumerations.h, lldb/source/Plugins/Process/scripted ScriptedFrame.cpp

[lldb] Treat synthetic variables as locals (#204431)

From the discussion in #204177: Synthetic variables were, if they
weren't variables already, created with their original type plus a flag
that they're synthetic (`ValueTypeSyntheticMask`). This could lead to
unexpected results. For example, when a synthetic frame would return a
value derived from a global variable in `GetVariables`, the created
variable would be treated as a synthetic global variable.

With this PR, synthetic frames can overwrite the value type of the
variables they return.
DeltaFile
+18-21lldb/source/Plugins/Process/scripted/ScriptedFrame.cpp
+21-4lldb/test/API/functionalities/scripted_frame_provider/TestScriptedFrameProvider.py
+23-0lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.cpp
+16-0lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedFramePythonInterface.cpp
+10-6lldb/include/lldb/lldb-enumerations.h
+8-0lldb/test/API/functionalities/scripted_frame_provider/test_frame_providers.py
+96-315 files not shown
+114-3411 files

FreeBSD/ports 927b762dns/nsd distinfo Makefile

dns/nsd: Security update 4.14.2 => 4.14.3

Changelog:
https://community.nlnetlabs.nl/t/nsd-4-14-3-security-release/3419

PR:             296375
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q2
Security:       CVE-2026-12244
Security:       CVE-2026-12245
Security:       CVE-2026-12246
Security:       CVE-2026-12490

(cherry picked from commit 23f1898dd1d8c89b09a6f53108873b8dbedeca3e)
DeltaFile
+3-3dns/nsd/distinfo
+1-1dns/nsd/Makefile
+4-42 files

NetBSD/pkgsrc-wip ad9f997go-transifex-cli distinfo go-modules.mk

go-transifex-cli: Import go-transifex-cli-1.6.17 as wip/go-transifex-cli

The Transifex Command-line Client (APIv3) which should replace old
devel/transifex-client.
DeltaFile
+635-0go-transifex-cli/distinfo
+212-0go-transifex-cli/go-modules.mk
+24-0go-transifex-cli/Makefile
+13-0go-transifex-cli/COMMIT_MSG
+9-0go-transifex-cli/DESCR
+2-0go-transifex-cli/PLIST
+895-06 files

FreeBSD/ports 23f1898dns/nsd distinfo Makefile

dns/nsd: Security update 4.14.2 => 4.14.3

Changelog:
https://community.nlnetlabs.nl/t/nsd-4-14-3-security-release/3419

PR:             296375
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q2
Security:       CVE-2026-12244
Security:       CVE-2026-12245
Security:       CVE-2026-12246
Security:       CVE-2026-12490
DeltaFile
+3-3dns/nsd/distinfo
+1-1dns/nsd/Makefile
+4-42 files

OpenBSD/ports rtzyKqyaudio/vorbisgain Makefile

   vorbisgain: switch HOMEPAGE and SITES to HTTPS.
VersionDeltaFile
1.22+3-3audio/vorbisgain/Makefile
+3-31 files

FreeBSD/ports ac0d355security/vuxml/vuln 2026.xml

security/vuxml: Document dns/nsd vulnerabilities

PR:             296375
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+57-0security/vuxml/vuln/2026.xml
+57-01 files

OpenBSD/ports Cf4NZJUgames/xmj Makefile distinfo

   Update xmj to 1.17.2.
VersionDeltaFile
1.29+2-2games/xmj/Makefile
1.6+2-2games/xmj/distinfo
+4-42 files

LLVM/project c61f7c3llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/PhaseOrdering/X86 vector-reductions.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+209-4llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+84-24llvm/test/Transforms/SLPVectorizer/X86/poor-throughput-seeds.ll
+35-16llvm/test/Transforms/SLPVectorizer/X86/c-ray.ll
+20-10llvm/test/Transforms/SLPVectorizer/X86/reduction2.ll
+10-13llvm/test/Transforms/PhaseOrdering/X86/vector-reductions.ll
+8-7llvm/test/Transforms/SLPVectorizer/X86/non-schedulable-node-with-non-schedulable-parent.ll
+366-742 files not shown
+375-778 files

FreeBSD/ports bcd6f78misc/py-sagemaker-serve Makefile distinfo

misc/py-sagemaker-serve: update 1.14.0 → 1.15.0
DeltaFile
+16-4misc/py-sagemaker-serve/Makefile
+3-3misc/py-sagemaker-serve/distinfo
+19-72 files

FreeBSD/ports d864cf7devel/cargo-tarpaulin distinfo Makefile.crates

devel/cargo-tarpaulin: update 0.35.5 → 0.36.0
DeltaFile
+27-31devel/cargo-tarpaulin/distinfo
+12-14devel/cargo-tarpaulin/Makefile.crates
+1-1devel/cargo-tarpaulin/Makefile
+40-463 files

FreeBSD/ports b522ccbmath Makefile, math/py-pandas-stubs Makefile pkg-descr

math/py-pandas-stubs: New port: Type annotations for pandas
DeltaFile
+24-0math/py-pandas-stubs/Makefile
+4-0math/py-pandas-stubs/pkg-descr
+3-0math/py-pandas-stubs/distinfo
+1-0math/Makefile
+32-04 files

FreeBSD/ports b2677e0misc/py-sagemaker distinfo Makefile

misc/py-sagemaker: update 3.14.0 → 3.15.0
DeltaFile
+3-3misc/py-sagemaker/distinfo
+1-1misc/py-sagemaker/Makefile
+4-42 files

FreeBSD/ports c115a3bmisc/py-sagemaker-train distinfo Makefile

misc/py-sagemaker-train: update 1.14.0 → 1.15.0
DeltaFile
+3-3misc/py-sagemaker-train/distinfo
+3-1misc/py-sagemaker-train/Makefile
+6-42 files

FreeBSD/ports 559261esysutils/opa distinfo Makefile

sysutils/opa: update 1.18.0 → 1.18.1
DeltaFile
+5-5sysutils/opa/distinfo
+1-1sysutils/opa/Makefile
+6-62 files

FreeBSD/ports 8087281shells/starship distinfo Makefile

shells/starship: update 1.25.1 → 1.26.0
DeltaFile
+255-293shells/starship/distinfo
+127-147shells/starship/Makefile
+382-4402 files

FreeBSD/ports ac735f3misc/py-sagemaker-mlops distinfo Makefile

misc/py-sagemaker-mlops: update 1.14.0 → 1.15.0
DeltaFile
+3-3misc/py-sagemaker-mlops/distinfo
+1-1misc/py-sagemaker-mlops/Makefile
+4-42 files

FreeBSD/ports 65990fbnet/wstunnel distinfo Makefile

net/wstunnel: update 10.6.0 → 10.6.1
DeltaFile
+3-3net/wstunnel/distinfo
+1-1net/wstunnel/Makefile
+4-42 files

FreeBSD/ports 3a7227adevel Makefile, devel/py-types-pytz Makefile pkg-descr

devel/py-types-pytz: New port: Typing stubs for pytz
DeltaFile
+20-0devel/py-types-pytz/Makefile
+20-0devel/py-types-pytz/files/patch-pyproject.toml
+4-0devel/py-types-pytz/pkg-descr
+3-0devel/py-types-pytz/distinfo
+1-0devel/Makefile
+48-05 files

FreeBSD/ports 34fb981misc/py-sagemaker-core distinfo Makefile

misc/py-sagemaker-core: update 2.14.0 → 2.15.0
DeltaFile
+3-3misc/py-sagemaker-core/distinfo
+3-1misc/py-sagemaker-core/Makefile
+6-42 files

FreeBSD/ports 8cb021fshells/meka distinfo Makefile

shells/meka: update 0.29.1 → 0.29.2
DeltaFile
+3-3shells/meka/distinfo
+1-1shells/meka/Makefile
+4-42 files

FreeBSD/ports 30202bcmisc Makefile, misc/py-tritonclient Makefile distinfo

misc/py-tritonclient: New port: Python client library and utilities for Triton Inference Server
DeltaFile
+49-0misc/py-tritonclient/Makefile
+3-0misc/py-tritonclient/distinfo
+2-0misc/py-tritonclient/pkg-descr
+1-0misc/Makefile
+55-04 files

FreeBSD/ports 246b8f5misc Makefile, misc/py-sagemaker-mlflow Makefile distinfo

misc/py-sagemaker-mlflow: New port: SageMaker: AWS Plugin for MLflow with SageMaker
DeltaFile
+25-0misc/py-sagemaker-mlflow/Makefile
+3-0misc/py-sagemaker-mlflow/distinfo
+2-0misc/py-sagemaker-mlflow/pkg-descr
+1-0misc/Makefile
+31-04 files