pkg-vulnerabilities: Remove duplicate inetutils entry
There was already an entry for CVE-2026-24061 and CVE-2026-24061 is not
fixed in 2.7 but will be fixed in a next release (or we should backport
them) via upstream commits fd702c02 and ccba9f74.
[libc++] Reduce the number of runs on the stop_token benchmarks (#179914)
Testing a bunch of sizes has relatively little value. This reduces the
number of benchmarks so we can run them on a regular basis.
Fixes #179697
pull in <cstdint> to attempt to fix gcc build
(some files in avx2 fail if testing on amd64 due to assembler issues,
but hopefully this is enough for base-gcc archs)
net/inetutils: update to 2.7
# Noteworthy changes in release 2.7 (2025-12-14) [stable]
* Systems without asprintf are now supported through the use of gnulib.
* Fix link errors on Solaris 11 OmniOS.
* ftpd: Expanded documentation of user authentication rules.
Thanks to Benjamin Cathelineau, see
<https://lists.gnu.org/archive/html/bug-inetutils/2025-10/msg00000.html>.
* syslogd: Fix a stack-based buffer overflow (CWE-121).
* syslogd: Log 'DEL' control characters as '^?'.
* Fix codespell typos.
* syslogd, talkd: Better compatibility with utmp-less GNU/Linux systems
[4 lines not shown]
[AMDGPU] Fix pattern selecting fmul to v_fma_mix_f32 (#180210)
This needs to use an addend of -0.0 to get the correct result when the
result should be -0.0.
cython picks up pythran at run time in some cases, resulting in DPB
failure if junking occurs. This was being avoided by adding a BDEP on
pythran to ports depending on cython. Change this to using nojunk
DPB_PROPERTIES instead as the pythran dep is fairly heavy to build
(using gfortran) and this on the path to building rust (via clang
-> py-sphinx -> py-stemmer -> cython) which is indirectly used by
a quarter of the ports tree.
[AMDGPU] Optimize S_OR_B32 to S_ADDK_I32 where possible (#177949)
This PR fixes #177753, converting disjoint S_OR_B32 to S_ADDK_I32
whenever possible, it avoids this transformation in case S_OR_B32 can be
converted to bitset.
Note on Test Failures (Draft Status) This change causes significant
register reshuffling across the test suite due to the new allocation
hints and the swaps performed in case src0 is not a register and src1,
along with the change from or to addk. To avoid a massive, noisy diff
during the initial logic review:
This Draft PR only includes a representative sample of updated tests.
CodeGen/AMDGPU/combine-reg-or-const.ll -> Showcases change from S_OR to
S_ADDK
CodeGen/AMDGPU/s-barrier.ll -> Showcases swap between Src0 and Src1 if
src0 is not a register
The rest of the tests show the result of the register allocation hint we
[3 lines not shown]
ruby-gnome: update to 4.3.5
Upstream changes:
https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.3.5
Ruby-GNOME 4.3.5: 2026-02-06
This is a GLib 2.87 support release.
Changes
Ruby/GLib2
* Improvements
+ Added support for GLib 2.87.
o GH-1695
o Patch by Alessandro Astone.
Ruby/Clutter
[22 lines not shown]