FreeBSD/ports edb954fmisc/py-litellm-proxy-extras Makefile distinfo

misc/py-litellm-proxy-extras: Update to 0.4.86

Reported by:    portscout
DeltaFile
+3-3misc/py-litellm-proxy-extras/distinfo
+1-1misc/py-litellm-proxy-extras/Makefile
+4-42 files

FreeBSD/ports 9798955misc/py-litellm distinfo Makefile, misc/py-litellm/files patch-pyproject.toml

misc/py-litellm: Update to 1.97.0

While here, add USE_PYTHON=pytest.

Changelog: https://github.com/BerriAI/litellm/releases/tag/v1.97.0

Reported by:    portscout
DeltaFile
+5-4misc/py-litellm/Makefile
+3-3misc/py-litellm/distinfo
+2-2misc/py-litellm/files/patch-pyproject.toml
+10-93 files

FreeBSD/ports 8247829graphics/opencv Makefile

graphics/opencv: fix WWW

`www` subdomain results in error
DeltaFile
+2-2graphics/opencv/Makefile
+2-21 files

LLVM/project 0207706orc-rt/include/orc-rt NativeDylibManager.h

[orc-rt] Add missing `#include <optional>` (#216894)
DeltaFile
+2-0orc-rt/include/orc-rt/NativeDylibManager.h
+2-01 files

LLVM/project 93030c3llvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp, llvm/test/CodeGen/X86 abdu.ll

[SDAG] Fix invalid sign bit condition for abs(sub) -> abdu fold (#215548)

The fold here for (abs (sub x y)) -> (abdu x y) was proven in Alive,
assuming that both operands had a sign bit of zero. However, the code
was checking if x had a sign bit of zero and y had a sign bit of 1

Fixes https://github.com/llvm/llvm-project/issues/214942

Original Alive proof from
https://github.com/llvm/llvm-project/pull/186659 :
https://alive2.llvm.org/ce/z/HfPF5q
A variant that's explicitly (abs (sub x y)):
https://alive2.llvm.org/ce/z/QEgDaa
And changing the range to 32770 or higher there will break the
transformation
DeltaFile
+30-0llvm/test/CodeGen/X86/abdu.ll
+2-2llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+32-22 files

LLVM/project 7b2a985lldb/source/Expression DWARFExpression.cpp, lldb/unittests/Expression DWARFExpressionTest.cpp

[lldb] Keep DW_OP_fbreg results address-sized (#216641)

DW_OP_fbreg adds its signed displacement as an int64_t, which can widen
a 32-bit frame-base Scalar to 64 bits. Canonicalize the pushed result
using the evaluator's existing generic conversion so subsequent
arithmetic uses the target address width.

Add an i386 regression test that checks 32-bit wrapping and the
resulting APSInt width.

Fixes #211007
DeltaFile
+36-0lldb/unittests/Expression/DWARFExpressionTest.cpp
+2-0lldb/source/Expression/DWARFExpression.cpp
+38-02 files

NetBSD/pkgsrc-wip 1740493p5-Selenium-Remote-Driver Makefile

(www/p5-Selenium-Remote-Driver) +DEPENDS+=  p5-p5-File-Which
DeltaFile
+1-0p5-Selenium-Remote-Driver/Makefile
+1-01 files

LLVM/project fc04134llvm/lib/Target/NVPTX CMakeLists.txt, llvm/utils/gn/secondary/llvm/lib/Target/NVPTX BUILD.gn

[NVPTX] Fix link error when building LLVM with dylib
DeltaFile
+2-0llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/BUILD.gn
+2-0llvm/lib/Target/NVPTX/CMakeLists.txt
+4-02 files

LLVM/project 2e5c3f6llvm/test/Transforms/PGOProfile memprof.ll

don't test on windows
DeltaFile
+2-0llvm/test/Transforms/PGOProfile/memprof.ll
+2-01 files

FreeBSD/src 7ee086bsys/dev/e1000 e1000_defines.h e1000_ich8lan.c

e1000: Disable autonomous PCH power gating after reset

Panther Point changed the reset value of CTRL_EXT.DPG_EN to enable
autonomous power gating. Clear it after hardware reset on Panther Point
and Nova Point controllers to prevent unexpected Tx/Rx hangs, packet
loss, or corruption.

(cherry picked from commit 0979b0430c2d728e595841ecba30b63972794fe9)
DeltaFile
+8-0sys/dev/e1000/e1000_ich8lan.c
+1-0sys/dev/e1000/e1000_defines.h
+9-02 files

FreeBSD/src dd51b85sys/dev/ice ice_drv_info.h

ice(4): Add support for E835 CNSA 2.0 adapters

Added support for E835 adapters with post-quantum cryptographic (PQC)
algorithms in firmware/software signage and in SPDM attestation.

Signed-off-by: Pawel Sobczyk <pawel.sobczyk at intel.com>

Reviewed by:    Miłosz Linkiewicz <milosz.linkiewicz at intel.com>
Differential Revision:  https://reviews.freebsd.org/D57868

(cherry picked from commit 8194c32827e9c3867d4b295edca9842b71608526)
DeltaFile
+30-0sys/dev/ice/ice_drv_info.h
+30-01 files

FreeBSD/src 6000eb7sys/dev/e1000 e1000_defines.h e1000_ich8lan.c

e1000: Disable autonomous PCH power gating after reset

Panther Point changed the reset value of CTRL_EXT.DPG_EN to enable
autonomous power gating. Clear it after hardware reset on Panther Point
and Nova Point controllers to prevent unexpected Tx/Rx hangs, packet
loss, or corruption.

(cherry picked from commit 0979b0430c2d728e595841ecba30b63972794fe9)
DeltaFile
+8-0sys/dev/e1000/e1000_ich8lan.c
+1-0sys/dev/e1000/e1000_defines.h
+9-02 files

FreeBSD/src 508a232sys/dev/ice ice_drv_info.h

ice(4): Add support for E835 CNSA 2.0 adapters

Added support for E835 adapters with post-quantum cryptographic (PQC)
algorithms in firmware/software signage and in SPDM attestation.

Signed-off-by: Pawel Sobczyk <pawel.sobczyk at intel.com>

Reviewed by:    Miłosz Linkiewicz <milosz.linkiewicz at intel.com>
Differential Revision:  https://reviews.freebsd.org/D57868

(cherry picked from commit 8194c32827e9c3867d4b295edca9842b71608526)
DeltaFile
+30-0sys/dev/ice/ice_drv_info.h
+30-01 files

DragonFlyBSD/src 22b0532tools gitrev.sh

tools/gitrev.sh: Remove duplicate "cd" command

The 'cd $srcdir' was added in commit
f5a0be5909f64049304cc253123a5f9e4c5f38a3, which can cause the later
'cd $(dirname $0)' to fail, e.g.,

```
% sh ./sys/conf/../../tools/gitrev.sh
cd: ./sys/conf/../../tools: No such file or directory
$ bash ./sys/conf/../../tools/gitrev.sh
./sys/conf/../../tools/gitrev.sh: line 14: cd: ./sys/conf/../../tools: No such file or directory
```

The above invocation happens with:

```
$ env KERN_IDENT=XXX sh ./sys/conf/newvers.sh
```

So fix the issue by removing the duplicate "cd" command in gitrev.sh.
DeltaFile
+1-3tools/gitrev.sh
+1-31 files

FreeBSD/src 31c2290sys/dev/vmware/vmxnet3 if_vmx.c

if_vmx: fix panic during kldload

Just like vmxnet3_intr_disable_all, iflib may invoke this routine
before vmxnet3_attach_post() has run, which is before the top-level
shared data area is initialized and the device made aware of it.

Approved by:    re (cperciva)
PR:             294312
Sponsored by:   Dell Inc.

(cherry picked from commit 01b0690c495e1043a72cae9ee945f9f2c2adc216)
(cherry picked from commit 065396e09e41d6932ef726053bed97aed6e022e1)
DeltaFile
+6-1sys/dev/vmware/vmxnet3/if_vmx.c
+6-11 files

FreeBSD/src 2f580ccsys/netipsec xform_ipcomp.c

netipsec/xform_ipcomp.c: fix sockaddr type set in ipcomp6_nonexp_encapcheck()

Approved by:    re (cperciva)

(cherry picked from commit 01d4e3c1d3ffa14041d8faa3a7a6e6509e73af84)
(cherry picked from commit 3626363aaed8fa8becbb3c89ba0bbeeea6ae1139)
DeltaFile
+1-1sys/netipsec/xform_ipcomp.c
+1-11 files

FreeBSD/src feecef8sys/netipsec key.c

PF_KEY socket: limit the length of copied socket address

Approved by:    re (cperciva)
PR:     297264

(cherry picked from commit cba481a7bff2fcf31420ee8b2714660e2666452b)
(cherry picked from commit 022f935a1fbc75d39a055eee0a327cb2062a4596)
DeltaFile
+69-59sys/netipsec/key.c
+69-591 files

FreeBSD/src 8ca6be0sys/netipsec key.c

netipsec/key.c::key_checksockaddrs(): constify src/dst address buffer pointers

Approved by:    re (cperciva)

(cherry picked from commit fbe9aa7ebfcd6d89b298cc7a23de02d119367221)
(cherry picked from commit af11a69e53070b6002e9246d24696cd03ea9d40a)
DeltaFile
+4-1sys/netipsec/key.c
+4-11 files

LLVM/project ccef5b7llvm/test/CodeGen/AMDGPU flat-saddr-atomics.ll llvm.amdgcn.wmma.imm.gfx1250.w32.ll

[AMDGPU] Improve the sequence for initial unclaused VMEM

Fixes LCOMPILER-2619.
DeltaFile
+250-250llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.gfx1250.w32.ll
+232-232llvm/test/CodeGen/AMDGPU/flat-saddr-load.ll
+196-196llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imod.gfx1250.w32.ll
+183-183llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
+174-174llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imm.gfx1250.w32.ll
+166-166llvm/test/CodeGen/AMDGPU/flat-saddr-atomics.ll
+1,201-1,201204 files not shown
+6,524-6,326210 files

LLVM/project 9b2118cbolt/include/bolt/Core BinaryContext.h, bolt/include/bolt/Passes LongJmp.h

[BOLT][AArch64] Add call relaxation pass (#173952)

Add a function call relaxation pass that groups functions into clusters,
each with a maximum size of 128MB. This pass is enabled using the
`--relax-exp` option.

* Within each cluster: function calls do not require relaxation.

* Between clusters: thunks are created at the cluster boundaries to
handle inter-cluster calls. These thunks can be either short or long,
depending on the proximity of the thunk destination. When possible, a
long thunk may be shared by both adjacent clusters.

* Hot functions: if all hot functions (after reordering) fit within a
single cluster (under 128MB), no thunks are needed on the hot path, as
determined by the profile.

* PLT behavior: for the Procedure Linkage Table (PLT), it is currently
assumed that the hottest cluster will be placed adjacent to the PLT, so

    [8 lines not shown]
DeltaFile
+316-2bolt/lib/Passes/LongJmp.cpp
+78-0bolt/test/AArch64/relax-exp.s
+41-0bolt/include/bolt/Passes/LongJmp.h
+11-1bolt/include/bolt/Core/BinaryContext.h
+8-2bolt/lib/Core/BinaryContext.cpp
+5-3bolt/lib/Passes/BinaryPasses.cpp
+459-81 files not shown
+462-87 files

OpenBSD/ports OUKUIv0devel/p5-DateTime-TimeZone Makefile distinfo

   Update p5-DateTime-TimeZone to 2.69
VersionDeltaFile
1.21+2-2devel/p5-DateTime-TimeZone/distinfo
1.30+1-1devel/p5-DateTime-TimeZone/Makefile
+3-32 files

OpenBSD/ports OCcDSU7devel/p5-Test-Most Makefile distinfo

   Update p5-Test-Most to 0.42
VersionDeltaFile
1.6+2-2devel/p5-Test-Most/distinfo
1.11+2-1devel/p5-Test-Most/Makefile
+4-32 files

OpenBSD/ports 3jYfq8Gdatabases/p5-DBD-CSV Makefile distinfo

   Update p5-DBD-CSV to 0.64
VersionDeltaFile
1.15+2-2databases/p5-DBD-CSV/distinfo
1.30+2-1databases/p5-DBD-CSV/Makefile
+4-32 files

NetBSD/pkgsrc I6E9v0ddoc CHANGES-2026

   doc: Updated math/suitesparse to 7.14.0
VersionDeltaFile
1.5357+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc XKgoMtOmath/suitesparse PLIST Makefile

   suitesparse: update to 7.14.0

   * GraphBLAS 10.5.0: faster resize, post-iso check revised, and a bug
     fix
   * SuiteSparse_config 7.14.0: version update to match SuiteSparse.
VersionDeltaFile
1.16+4-4math/suitesparse/distinfo
1.15+2-2math/suitesparse/PLIST
1.19+2-2math/suitesparse/Makefile
+8-83 files

OpenBSD/ports FhjsX3ldevel/p5-Getopt-Long-Descriptive Makefile distinfo

   Update p5-Getopt-Long-Descriptive to 0.117
VersionDeltaFile
1.10+2-2devel/p5-Getopt-Long-Descriptive/distinfo
1.18+2-1devel/p5-Getopt-Long-Descriptive/Makefile
+4-32 files

OpenBSD/ports bH3dTm2www/p5-CGI Makefile distinfo

   Update p5-CGI to 4.72
VersionDeltaFile
1.14+2-2www/p5-CGI/distinfo
1.27+2-1www/p5-CGI/Makefile
+4-32 files

OpenBSD/src IduHMFYsys/dev/pci/drm/include/linux shrinker.h pm_qos.h

   add indirect includes for xe drm driver
VersionDeltaFile
1.2+8-0sys/dev/pci/drm/include/linux/debugobjects.h
1.9+2-1sys/dev/pci/drm/include/linux/uaccess.h
1.11+2-1sys/dev/pci/drm/include/linux/timer.h
1.6+2-0sys/dev/pci/drm/include/linux/shrinker.h
1.7+2-0sys/dev/pci/drm/include/linux/pm_qos.h
1.3+2-0sys/dev/pci/drm/include/linux/numa.h
+18-210 files not shown
+30-216 files

FreeBSD/ports 0c65480math/octave-forge-pkg-octave-doc Makefile distinfo

math/octave-forge-pkg-octave-doc: Update to 0.7.5.
DeltaFile
+3-3math/octave-forge-pkg-octave-doc/distinfo
+1-1math/octave-forge-pkg-octave-doc/Makefile
+4-42 files

OpenBSD/ports Sn3M86idevel/p5-Clone Makefile distinfo, devel/p5-Clone/pkg PLIST

   Update p5-Clone to 0.50
VersionDeltaFile
1.20+2-2devel/p5-Clone/distinfo
1.33+2-1devel/p5-Clone/Makefile
1.6+0-1devel/p5-Clone/pkg/PLIST
+4-43 files