LLVM/project 9e9e4e1llvm/lib/Analysis ValueTracking.cpp

fix crash
DeltaFile
+3-0llvm/lib/Analysis/ValueTracking.cpp
+3-01 files

OPNSense/core 9f60cc0src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogSubnet4.xml, src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv4.php KeaDhcpv4.xml

kea: add subnet vltime

PR: https://github.com/opnsense/core/issues/7592

Co-authored-by: @bgilesmca
DeltaFile
+9-0src/opnsense/mvc/app/controllers/OPNsense/Kea/forms/dialogSubnet4.xml
+4-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv4.php
+1-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv4.xml
+14-03 files

LLVM/project ab6166ellvm/include/llvm/CodeGenTypes LowLevelType.h, llvm/lib/CodeGen MachineVerifier.cpp

[GlobalISel][AArch64] Allow bitcasts between fp types. (#196195)

This was failing the verifier as it was not considering different fp
types as a valid conversion for a bitcast.
DeltaFile
+161-6llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-bitcast.ll
+3-0llvm/include/llvm/CodeGenTypes/LowLevelType.h
+2-0llvm/lib/CodeGen/MachineVerifier.cpp
+166-63 files

LLVM/project 7993f2cllvm/lib/Target/RISCV/GISel RISCVLegalizerInfo.cpp, llvm/test/CodeGen/RISCV/GlobalISel double-intrinsics.ll legalizer-info-validation.mir

[RISCV][GISel] Legalize G_IS_FPCLASS for fp128 (#195738)

When compiling `libc/src/stdlib/strtold.cpp` with GlobalISel there is a
failure. Calls to `@llvm.is.fpclass.f128` are translated to
G_IS_FPCLASS, which couldn't be laglized.

This PR tries to address that.
DeltaFile
+409-0llvm/test/CodeGen/RISCV/GlobalISel/double-intrinsics.ll
+2-2llvm/test/CodeGen/RISCV/GlobalISel/legalizer-info-validation.mir
+1-1llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
+412-33 files

FreeBSD/ports f4dbc3fwww/pomerium distinfo Makefile, www/pomerium-envoy-custom Makefile distinfo

www/pomerium-envoy-custom: add a port for pomerium's envoy fork.

This port is different from www/envoy and is used exclusively by pomerium.

www/pomerium: upgrade to 0.32.6.

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
DeltaFile
+2,141-0www/pomerium/files/modules.txt
+1,177-0www/pomerium-envoy-custom/Makefile
+563-165www/pomerium/distinfo
+382-91www/pomerium/Makefile
+289-0www/pomerium-envoy-custom/distinfo
+198-0www/pomerium-envoy-custom/files/patches_envoy_freebsd-luajit.patch
+4,750-25667 files not shown
+6,852-27273 files

OPNSense/core 21ee56asrc/etc config.xml.sample

system: remove spurious <sysctl/> node from defaults

It's no longer required since the static PHP pages are gone and
config_read_array() doesn't need it either.
DeltaFile
+0-1src/etc/config.xml.sample
+0-11 files

LLVM/project 4da0eb5clang-tools-extra/clangd CodeComplete.h ClangdLSPServer.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clangd] Change completion-style default to detailed (#195963)

Relevant discussion in https://github.com/clangd/clangd/discussions/2616
DeltaFile
+8-0clang-tools-extra/docs/ReleaseNotes.rst
+1-4clang-tools-extra/clangd/CodeComplete.h
+0-2clang-tools-extra/clangd/ClangdLSPServer.cpp
+1-1clang-tools-extra/clangd/CodeComplete.cpp
+10-74 files

LLVM/project cc9a15bclang/include/clang/CIR MissingFeatures.h, clang/lib/CIR/CodeGen CIRGenModule.cpp

ROllback to TODO for AArch64 Function Multi Versioning
DeltaFile
+0-35clang/test/CIR/Lowering/fmv-features.cir
+2-26clang/lib/CIR/CodeGen/CIRGenModule.cpp
+1-0clang/include/clang/CIR/MissingFeatures.h
+3-613 files

FreeBSD/ports 23b55c7devel/py-python-semantic-release Makefile, devel/py-python-semantic-release/files patch-click patch-pyproject.toml

devel/py-python-semantic-release: Allow build with py-click 8.3.0+

- Bump PORTREVISION for package change

PR:             289598
Reported by:    Thibault Payet <monwarez at mailoo.org>
Reference:      https://github.com/python-semantic-release/python-semantic-release/pull/1411
DeltaFile
+15-0devel/py-python-semantic-release/files/patch-click
+7-1devel/py-python-semantic-release/files/patch-pyproject.toml
+2-2devel/py-python-semantic-release/Makefile
+24-33 files

FreeBSD/ports 8c5848fcomms/py-spsdk Makefile, comms/py-spsdk/files patch-requirements.txt

comms/py-spsdk: Allow build with py-click 8.3.0+

- While I'm here, remove incorrect , from *_DEPENDS
- Bump PORTREVISION for package change

PR:             289597
Reported by:    Thibault Payet <monwarez at mailoo.org>
DeltaFile
+11-11comms/py-spsdk/Makefile
+11-0comms/py-spsdk/files/patch-requirements.txt
+22-112 files

FreeBSD/ports feaad98devel/py-click Makefile distinfo

devel/py-click: Update to 8.3.1

- Update LICENSE_FILE
- Convert to USE_PYTHON=pep517

Changes:        https://github.com/pallets/click/releases
PR:             289445
Reported by:    Thibault Payet <monwarez at mailoo.org>
Approved by:    maintainer (timeout, 8.5 months)
DeltaFile
+5-4devel/py-click/Makefile
+3-3devel/py-click/distinfo
+8-72 files

LLVM/project deaf3cfllvm/test/Transforms/LoopVectorize iv_outside_user.ll

[LV] Pre-commit test for cast IV live-out optimization. nfc (#195055)
DeltaFile
+111-0llvm/test/Transforms/LoopVectorize/iv_outside_user.ll
+111-01 files

FreeBSD/ports 849cab8databases/py-dbt-semantic-interfaces Makefile, databases/py-dbt-semantic-interfaces/files patch-pyproject.toml

databases/py-dbt-semantic-interfaces: Allow build with py-click 8.3.0+

- Bump PORTREVISION for package change

Obtained from:  https://github.com/dbt-labs/dbt-semantic-interfaces/commit/6a6176e08c6e36ad8f9b47c6364aaa8cbc408fe0
DeltaFile
+14-0databases/py-dbt-semantic-interfaces/files/patch-pyproject.toml
+2-1databases/py-dbt-semantic-interfaces/Makefile
+16-12 files

FreeBSD/ports 1842e1etextproc/py-spacy Makefile, textproc/py-spacy/files patch-setup.cfg patch-pyproject.toml

textproc/py-spacy: Update version requirement of BUILD_DEPENDS
DeltaFile
+0-13textproc/py-spacy/files/patch-setup.cfg
+0-11textproc/py-spacy/files/patch-pyproject.toml
+1-1textproc/py-spacy/Makefile
+1-253 files

FreeBSD/ports 5939167science/py-tobler Makefile, science/py-tobler/files patch-pyproject.toml

science/py-tobler: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
DeltaFile
+0-18science/py-tobler/files/patch-pyproject.toml
+2-2science/py-tobler/Makefile
+2-202 files

FreeBSD/ports 65c9b57science/py-geometer Makefile, science/py-geometer/files patch-pyproject.toml

science/py-geometer: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
DeltaFile
+0-11science/py-geometer/files/patch-pyproject.toml
+2-2science/py-geometer/Makefile
+2-132 files

FreeBSD/ports f942b51math/py-statsmodels Makefile, math/py-statsmodels/files patch-pyproject.toml

math/py-statsmodels: Update version requirement of BUILD_DEPENDS
DeltaFile
+1-2math/py-statsmodels/files/patch-pyproject.toml
+1-1math/py-statsmodels/Makefile
+2-32 files

FreeBSD/ports 24f3354math/py-numexpr Makefile, math/py-numexpr/files patch-pyproject.toml

math/py-numexpr: Update version requirement of BUILD_DEPENDS
DeltaFile
+3-5math/py-numexpr/files/patch-pyproject.toml
+1-1math/py-numexpr/Makefile
+4-62 files

FreeBSD/ports 6d44738math/py-ml-dtypes Makefile, math/py-ml-dtypes/files patch-pyproject.toml

math/py-ml-dtypes: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
DeltaFile
+2-17math/py-ml-dtypes/files/patch-pyproject.toml
+2-2math/py-ml-dtypes/Makefile
+4-192 files

FreeBSD/ports 85d8efemath/py-fastcluster Makefile, math/py-fastcluster/files patch-setup.py patch-pyproject.toml

math/py-fastcluster: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
DeltaFile
+0-11math/py-fastcluster/files/patch-setup.py
+0-8math/py-fastcluster/files/patch-pyproject.toml
+3-3math/py-fastcluster/Makefile
+3-223 files

FreeBSD/ports 9669d73math/py-bottleneck Makefile, math/py-bottleneck/files patch-pyproject.toml

math/py-bottleneck: Update version requirement of BUILD_DEPENDS
DeltaFile
+0-11math/py-bottleneck/files/patch-pyproject.toml
+1-1math/py-bottleneck/Makefile
+1-122 files

FreeBSD/ports 330de64math/py-blis Makefile, math/py-blis/files patch-setup.py patch-pyproject.toml

math/py-blis: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
DeltaFile
+0-11math/py-blis/files/patch-setup.py
+0-11math/py-blis/files/patch-pyproject.toml
+3-3math/py-blis/Makefile
+3-253 files

FreeBSD/ports 2424e18graphics/py-rasterio Makefile, graphics/py-rasterio/files patch-pyproject.toml

graphics/py-rasterio: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
DeltaFile
+2-13graphics/py-rasterio/files/patch-pyproject.toml
+3-3graphics/py-rasterio/Makefile
+5-162 files

FreeBSD/ports 98edc79graphics/py-imagecodecs Makefile, graphics/py-imagecodecs/files patch-pyproject.toml

graphics/py-imagecodecs: Update version requirement of BUILD_DEPENDS
DeltaFile
+0-11graphics/py-imagecodecs/files/patch-pyproject.toml
+1-1graphics/py-imagecodecs/Makefile
+1-122 files

FreeBSD/ports 76d69fcgraphics/py-gdal Makefile, graphics/py-gdal/files patch-pyproject.toml patch-setup.py

graphics/py-gdal: Update version requirement of BUILD_DEPENDS
DeltaFile
+6-7graphics/py-gdal/files/patch-pyproject.toml
+2-2graphics/py-gdal/files/patch-setup.py
+1-1graphics/py-gdal/Makefile
+9-103 files

FreeBSD/ports 952c47bgraphics/py-cartopy Makefile, graphics/py-cartopy/files patch-pyproject.toml

graphics/py-cartopy: Update version requirement of BUILD_DEPENDS
DeltaFile
+1-8graphics/py-cartopy/files/patch-pyproject.toml
+1-1graphics/py-cartopy/Makefile
+2-92 files

FreeBSD/ports 73ed544devel/py-ufmt Makefile, devel/py-ufmt/files patch-pyproject.toml

devel/py-ufmt: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
DeltaFile
+0-11devel/py-ufmt/files/patch-pyproject.toml
+2-1devel/py-ufmt/Makefile
+2-122 files

FreeBSD/ports 28ef04ddevel/py-typer Makefile, devel/py-typer/files patch-pyproject.toml

devel/py-typer: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
DeltaFile
+1-10devel/py-typer/files/patch-pyproject.toml
+2-1devel/py-typer/Makefile
+3-112 files

FreeBSD/ports ac34503devel/py-thinc8 Makefile, devel/py-thinc8/files patch-pyproject.toml patch-setup.cfg

devel/py-thinc8: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
DeltaFile
+0-11devel/py-thinc8/files/patch-pyproject.toml
+0-11devel/py-thinc8/files/patch-setup.cfg
+3-3devel/py-thinc8/Makefile
+3-253 files

FreeBSD/ports 84f11fddevel/py-thinc Makefile, devel/py-thinc/files patch-setup.cfg patch-pyproject.toml

devel/py-thinc: Update version requirement of *_DEPENDS

- Bump PORTREVISION for package change
DeltaFile
+1-11devel/py-thinc/files/patch-setup.cfg
+3-7devel/py-thinc/files/patch-pyproject.toml
+3-3devel/py-thinc/Makefile
+7-213 files