[clang][bytecode] Diagnose unknown reference params pre-C++23 (#175013)
Otherwise, we will ultimately create dummy pointers for them and
possibly not diagnose anything.
www/privoxy: Update 4.0.0 => 4.1.0, improve port
Changelog:
https://lists.privoxy.org/pipermail/privoxy-announce/2026-January/000012.html
Improve port:
- Add zstd option and enable it by default.
- Enable the already existing COMPRESSION option by default.
It doesn't add additional dependencies and some users may want it.
- Declare licenses.
- Parametrize "privoxy" with "${PORTNAME}".
- Replace "CPPFLAGS" and "LDFLAGS" with USES feature "localbase".
- Change pkg-message to suggest using "onestart" instead of "forcestart"
to start Privoxy manually. There is no need for "forcestart".
- Replace PORTVERSION with DISTVERSION.
- Switch to *_CONFIGURE_ENABLE and *_CONFIGURE_WITH.
- Use ${ETCDIR} instead of ${PREFIX}/etc/privoxy.
- Merge MKDIR calls.
- Move install DOCS to do-install-DOCS-on (and merge INSTALL_DATA).
[7 lines not shown]
Revert "[AArch64] Fold scalar-to-vector shuffles into DUP/FMOV" (#175123)
Reverts llvm/llvm-project#166962
Causes compile time issues in a tensorflow kernel. See the original PR
for discussion.
py-itemadapter: updated to 0.13.1
0.13.1 (2026-01-08)
Fixed `get_json_schema()` to properly format multiline field docstrings using
`inspect.cleandoc()`, ensuring consistent indentation and whitespace handling
orc: updated to 0.4.42
0.4.42
- Initial 64-bit RISC-V support (Maksymilian Knust, Filip Wasil)
- Add 64-bit LoongArch support (Jin Bo, Hecai Yuan)
- Implement release and reuse of temporary registers for some targets (Jorge Zapata)
- x86: Implement EVEX encoding and an opcode validation system (Jorge Zapata)
- x86: Opcode refactor, improved constant handling and various other fixes (Jorge Zapata)
- x86: add missing rounding operands for AVX and SSE (L. E. Segovia)
- x86: Implement 64-bit single move constant load (L. E. Segovia)
- includes: stop exporting the private compiler and OrcTarget definitions (Jorge Zapata)
- Use hotdoc instead of gtk-doc to generate the documentation (Jorge Zapata)
- ORC_DEBUG_FATAL environment variable allows abort on log messages of a certain level (Carlos Falgueras García)
- Error message improvements and NEON backend clean-ups (Alexander Slobodeniuk)
- Fix a few valgrind issues (Doug Nazar)
- Build: enable tools such as orcc and orc-bugreport by default (Nirbheek Chauhan)
- Various build fixes (L. E. Segovia, Sebastian Dröge)
[Xtensa] Regenerate test/CodeGen/Xtensa/mul.ll to fix test
It appears the codegen for mulhsu_i64 has changed recently. I noticed this
test failing locally since some time in December, so I am not sure which
commit triggered it. The assembly diff is quite large so I haven't reviwed
it.
Pull Request: https://github.com/llvm/llvm-project/pull/175062
cam: Dtrace scripts to help diagnose weird things
These are sample dtrace scripts that likely need to be modified for
whatever problem you are chasing. Unfortuneately, you have to read the
driver extensively to understand them or how to use them. But studying
the completion routine of mpr/mps will help understand many of the error
and recovery paths.
Sponsored by: Netflix
cam: Dtrace scripts to help diagnose weird things
These are sample dtrace scripts that likely need to be modified for
whatever problem you are chasing. Unfortuneately, you have to read the
driver extensively to understand them or how to use them. But studying
the completion routine of mpr/mps will help understand many of the error
and recovery paths.
Sponsored by: Netflix
py-werkzeug: updated to 3.1.5
Version 3.1.5
- ``safe_join`` on Windows does not allow more special device names, regardless
of extension or surrounding spaces. :ghsa:`87hc-h4r5-73f7`
- The multipart form parser handles a ``\r\n`` sequence at a chunk boundary.
This fixes the previous attempt, which caused incorrect content lengths.
:issue:`3065` :issue:`3077`
- Fix ``AttributeError`` when initializing ``DebuggedApplication`` with
``pin_security=False``. :issue:`3075`
py-cogapp: updated to 3.6.0
3.6.0 – September 21 2025
- Added a ``--check-fail-msg`` option for providing a message as part of the
output of a ``--check`` failure.
- Added support for Python 3.14.
3.5.1 – June 10 2025
- Updated documentation to remove confusing terminology.
3.5.0 – June 5 2025
- Added a ``--diff`` option to show the diff of what changed to fail a
``--check`` run.
[11 lines not shown]
py-qt6: updated to 6.10.2
v6.10.2 8th January 2026
- Fixed a regression introduced in v6.5.0 in the handling of the return value
of `QSqlQueryModel.query()`.
- Fixed a regression introduced in v6.10.1 in the handling of the return
value of `createMimeDataFromSelection()` in `QTextEdit` and
`QPlainTextEdit`.
[mlir][dataflow] Use successor.isParent to replace successor.getSuccessor (NFC) (#174615)
When we check the condition. To make the code logic clearer, use
successor.isParent to replace successor.getSuccessor.
mpr: Add a probe on completion
cam::mpr:complete(union ccb *, struct mpr_command *, u_int, u32);
Where u_int is scsas->flags u32 is the device_info.
This can't be done as an fbt because the data needed for it isn't
present out a function boundary.
Sponsored by: Netflix
mpr: Add a probe on completion
cam::mpr:complete(union ccb *, struct mpr_command *, u_int, u32);
Where u_int is scsas->flags u32 is the device_info.
This can't be done as an fbt because the data needed for it isn't
present out a function boundary.
Sponsored by: Netflix