[AArch64] Don't forcefully add ORE to O0 pipeline (#191476)
Construct the OptimizationRemarkEmitter in AArch64StackTagging on demand
if not available and requires, this avoids computing several analysis in
all pipelines.
[Clangd] Don't traverse ConceptDecl in typeForNode (#191654)
ConceptDecl doesn't have an associated template declaration, and it
doesn't introduce a type either.
Fixes https://github.com/llvm/llvm-project/issues/188914
ccache: updated to 4.13.3
4.13.3
New deliverables
Added glibc binary release for Linux riscv64.
Bug fixes and improvements
Fixed handling of empty responses from remote storage backends: a response with an empty body is now treated as a storage error rather than a cache miss.
Fixed PCH invalidation when the MSVC toolset is updated.
Fixed base_dir path rewriting when using MSVC’s /Yc option: paths are no longer rewritten to relative when creating a precompiled header, since MSVC then does not like relative paths for the /Yc and /FI arguments.
Fixed handling of a directory-less path to the MSVC /FI option.
Added support for -fsanitize-ignorelist (which replaced -fsanitize-blacklist in Clang 13).
Fixed detection of type for compiler with . in the name (e.g. hppa2.0-unknown-linux-gnu-gcc).
Fixed install.sh to correctly use sysconfdir and other configuration variables from the Makefile.
Build improvements
[2 lines not shown]
vaultwarden: updated to 1.35.6
1.35.6
The previous release contained an issue where Two Factor Remember Tokens and Recovery Tokens were not accepted at all.
This has been fixed now in this release.
1.35.5
This release contains security fixes for the following advisories. We strongly advice to update as soon as possible.
GHSA-937x-3j8m-7w7p Unconfirmed Owner Can Purge Entire Organization Vault.
GHSA-569v-845w-g82p Cross-Org Group Binding Enables Unauthorized Read And Write Access Into Another Organization
GHSA-6j4w-g4jh-xjfx Refresh tokens not invalidated on security stamp rotation
These are private for now, pending CVE assignment.
[AArch64][SME] Remove SelectionDAG SME ABI lowering (#190950)
This patch removes the `-aarch64-new-sme-abi=<true/false>` option (which
has been defaulted to "true" since LLVM 22), and removes the Selection
DAG lowering for the SME ABI.
There should be no functional changes for the default path
(`-aarch64-new-sme-abi=true`).
[clang][bytecode] Fix placement new on multidimensional array elements (#191766)
The direct base of those pointers is not a union, i.e. `getRecord()`
returns `nullptr`.
textproc/television: update to 0.15.5
⛰️ Features
c59b35d (cable) Add dnf-packages channel by @LePetitPrince-4 in #1017
14664ba (cable) Add git-deletions channel by @Senderman in #1013
0f78107 (cable) Add opencode-sessions channel by @sachin-sankar in #1010
1a6fa1e (cable) Add macOS diskutil and launchd-services channels by @delafthi in #967
65eb60d (cable) Add jujutsu (jj) channels by @delafthi in #965
0e8588d (config) Add git switch to git-branch channel default shell integration triggers by @TakuSemba in #1019
09d8a40 (themes) Add cyberdream themes by @maximilienGilet in #975
🐛 Bug Fixes
80c029d (cable) Fix channels channel by @rudenkornk in #992
dafbe9c (channels) Deduplicate bash-history entries by @mslugyfw in #1000
d5cd546 (tests) Don't join drain thread in assert_exit_ok by @alexpasmantier
0833112 (tests) Use background drain thread to avoid blocking read in assert_exit_ok by @alexpasmantier
975b21b (tests) Use timeout-based assertions for --take-1 and list-channels tests by @alexpasmantier
[16 lines not shown]
shells/nushell: update to 0.112.1
This is the 0.112.1 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2026-04-11-nushell_v0_112_1.html
(We skipped release 0.112.0 due to issue when releasing to crates.io.)
editors/tp-note: update to 1.26.0
This release ships a fix for a "too many headers" regression
The regression appeared when notes were viewed with some recent versions of
Firefox/LibreWolf. The SSE view updating code failed because the browser sent
too many HTTP headers for Tp-Note's internal buffer. This buffer has been
increased in this release.
The HTML to Markdown filter now parses language tags for programming
languages in code listings in some circumstances.