[clang-tidy] Fix false positive for constrained template parameters in `cppcoreguidelines-missing-std-forward` (#182038)
Explicit object parameters with a type constraint are skipped to avoid
false positives. They are technically still forwarding references per
[temp.deduct.call], but rarely intended to be perfectly forwarded.
Fixes #180362
[clangd] Disable PCH for libs that use gRPC (#185185)
gRPC adds -pthread, which is incompatible with PCH without it. At some
point, we probably should generally switch from -lpthread to -pthread,
but until then, disable PCH for affected targets.
Fixes https://github.com/llvm/llvm-project/issues/184759.
mail/ruby-mime-types-data: update to 3.2026.0303
3.2026.0303 (2026-03-03)
* Updated registry entries from the IANA media registry and provisional
media registry and the Apache Tika media registry as of the release date.
lang/ruby-cucumber-gherkin: update to 39.0.0
39.0.0 (2026-03-01)
Added
* (i18n) Added Korean translation of "Rule" (#544)
Changed
* [PHP] Require PHP 8.2+ in CI and in composer.json.
Security
* [Python] Fixed hidden file reading behavior in Parser.parse (#541).
devel/ruby-irb: update to 1.17.0
1.17.0 (2026-02-09)
What's Changed
Bug Fixes
* Support copy command on windows and wsl by @hogelog in #1153
* Fix incorrect history handling in nested session with debug.gem by @st0012
in #1158
* Treat frame.path as nilable in frame filtering by @st0012 in #1161
Other Changes
* Exclude dependabot updates from release note by @hsbt in #1151
* Fix test_rendering flaky pager test by @tompng in #1152
* Syntax Highlight using Prism by @tompng in #1091
* Nesting analysis using Prism by @tompng in #1092
[5 lines not shown]
archivers/ruby-zlib: add package version 3.2.3
This package is provided for fix security problem of zlib gem in Ruby.
3.3.2 (2026-03-05)
* CVE-2026-27820: Buffer overflow vulnerability in Zlib::GzipReader
<https://www.ruby-lang.org/en/news/2026/03/05/buffer-overflow-zlib-cve-2026-27820/>
Zlib
This module provides access to the zlib library. Zlib is designed to be a
portable, free, general-purpose, legally unencumbered -- that is, not
covered by any patents -- lossless data-compression library for use on
virtually any computer hardware and operating system.
The zlib compression library provides in-memory compression and
[14 lines not shown]
devel/ruby-curses: update to 1.6.0
1.5.4 (2026-03-01)
What's Changed
* Update Ruby versions to 3.4 by @shugo in #119
* Specify need to install rubygems-server by @nateberkopec in #112
* Rename screendata.stdscr to stdscr_value to avoid a conflict on Cygwin by
@shugo in #120
* Fix assignment by @wtn in #122
New Contributors
* @nateberkopec made their first contribution in #112
* @wtn made their first contribution in #122
1.6.0 (2026-03-06)
[7 lines not shown]