emulators/wine: Set 32-bit lib path for WoW
This avoids failures like
wine: could not load ntdll.so: Shared object "libhwloc.so.15" not found,
required by "ntdll.so"
PR: 293179
Submitted by: Zane C. Bowers-Hadley <vvelox at vvelox.net>
Reviewed by: Alexander Vereeken <Alexander88207 at protonmail.com>
[VPlan] Add VPSymbolicValue for UF. (NFC)
Add a symbolic unroll factor (UF) to VPlan similar to VF & VFxUF that
gets replaced with the concrete UF during plan execution, similar to how VF
is used for the vectorization factor. This is a preparatory change that
allows transforms to use the symbolic UF before the concrete UF is
determined.
Note that the old getUF that returns the concrete UF after unrolling has
been renamed to getConcreteUF.
Split off from the re-commit of 8d29d093096
(https://github.com/llvm/llvm-project/pull/149706) as suggested.
[AArch64] Decompose FADD reductions with known zero elements
FADDV is matched into FADDPv4f32 + FADDPv2f32p but this can be relaxed
when one element (usually the 4th) or more are known to be zero.
Before:
movi d1, #0000000000000000
mov v0.s[3], v1.s[0]
faddp v0.4s, v0.4s, v0.4s
faddp s0, v0.2s
After:
mov s1, v0.s[2]
faddp s0, v0.2s
fadd s0, s0, s1
Security: Q-Feeds Connect - add new options as available in integrated blocklists, closes https://github.com/opnsense/plugins/issues/5197
This adds allowlists (regex patterns), source_nets Q-Feeds applies on, address to return and optional NXDOMAIN responses.
Please note this version is only compatible with current community versions, business edition installs will have to wait for 26.4.
[VPlan] Use VPlan::getConstantInt in a few more cases (NFC).
VPlan::getConstantInt() allows for slightly more compact creation of
VPIRValues wrapping ConstantInts.
misc/usd: Move to graphics/openusd
Rename to match upstream naming and moved to a more appropriate category
PR: 292497
Approved by: yuri (maintainer, timeout 1 month)
py-trio: updated to 0.33.0
trio 0.33.0 (2026-02-14)
Bugfixes
- Start supporting Android's new ``"android"`` `sys.platform`.
Deprecations and removals
- Both :class:`trio.testing.RaisesGroup` and :class:`trio.testing.Matcher` have been deprecated. Pytest alternatives ``pytest.RaisesGroup`` and ``pytest.RaisesExc`` (respectively) are considered correct replacement.
py-line_profiler: updated to 5.0.1
5.0.1
* FIX: Prevented duplicate or inconsistent profiler output under Python 3.14 when multiprocessing is used.
* ENH: Add %%lprun_all for more beginner-friendly profiling in IPython/Jupyter
* FIX: mitigate speed regressions introduced in 5.0.0
* ENH: Added capability to combine profiling data both programmatically (``LineStats.__add__()``) and via the CLI (``python -m line_profiler``)
* FIX: search function in online documentation
* FIX: ref-count leaks
* FIX: mitigate speed regressions introduced in 5.0.0
* FIX: Use import system to locate module file run by ``kernprof -m``
* FIX: Fixed build on Windows-ARM64 and now building wheels therefor in CI
* FIX: Move away from older, (temporarily-)deprecated ``importlib.resources`` APIs in ``line_profiler.toml_config``
* CHANGE: remove default alphabetical sorting of profiled functions
detox: update to 3.0.1.
Provided by Bartosz Kuzma in PR 60006.
3.0.1 - 2025-08-10
Fixed
Increased timeout on unit tests. #129
3.0.0 - 2025-08-03
Misc
Merged changes from v2.0.1 and v2.0.2.
3.0.0-beta2 - 2024-04-05
Added
Re-added fraction slash (0x2044) to the unicode translation table. #106
[111 lines not shown]
darkstat: update to 3.0.722.
Provided by Bartosz Kuzma in PR 60005.
v3.0.722 (20 Oct 2025)
- Add support for multiple -l args (thanks to catap)
v3.0.721 (12 Jan 2022)
- Replace xxd with hex-ify to reduce build dependencies.
v3.0.720 (10 Jan 2022)
- Improve graphs on mobile (thanks to Dallen Wilson).
- Add favicon, improve CSS (thanks to Daniel Aleksandersen).
- Export host statistics in Prometheus format on /metrics
(thanks to flowblok).
- Move to github.
py-xarray: updated to 2026.2.0
2026.2.0
Add empty whats-new section for v2026.02.0
Add a suggestion for how to resolve chunk manager not available error
DOC: Fix broken link in gallery
DOC: Various Numpydoc fixes
DOC: Correct some wording mistakes in xarray documentation
DOC: Fix "latest" version displayed on landing page
Fix silent data corruption when writing dask arrays to sharded zarr stores
Slightly Amend Zarr Encoding Specification Doc 8749
DOC: Options A and A -> Options A and B
Fix .plot error when using positional args with col and row
Add a fast path that doesn't include normalized chunks in tokenize
DOC: Fix link
create issue if nightly wheel upload fails
Support negative step in normalize_indexer
Allow 1D coords in NDPointIndex
[16 lines not shown]
py-zopfli: updated to 0.4.1
0.4.1
The upstream google/zopfli repo is archived, so we switched the submodule to
the fonttools fork which includes a fix for unaligned memory access that caused
SIGBUS on strict-alignment architectures such as SPARC
py-jupyterlab: updated to 4.5.4
4.5.4
Bugs fixed
Avoid using system clipboard in Notebook widget
Update CodeMirror versions, fixing a few selection issues
Fix debugger variable panel to render value 0 properly
Consider both the content type and pattern match in DocumentRegistry.getFileTypeForModel()
false in saveAs to avoid fetching file body
Maintenance and upkeep improvements
Bump Lumino packages to the 2026.2.5 release, fixing iframe resizing
Documentation improvements
Clarify notebook and cell metadata API changes in JupyterLab 4
[3 lines not shown]