FreeBSD/ports ecb7f3fnet/claws distinfo Makefile

net/claws: Update to 0.6.1
DeltaFile
+5-5net/claws/distinfo
+1-1net/claws/Makefile
+6-62 files

FreeBSD/ports b65b48aastro/gpscorrelate Makefile

astro/gpscorrelate: add one comment to Makefile...

...to explain why we use desktop-file-utils in spite
of that our stage-qa thinks it were unneeded.
DeltaFile
+2-0astro/gpscorrelate/Makefile
+2-01 files

FreeBSD/src b35e955usr.sbin/bhyvectl bhyvectl.c

bhyvectl: improve options error handling

Currently, it is possible to execute bhyvectl(8) with mutually exclusive
options, such as "--destroy" and "--suspend", and it will print out
obscure errors, e.g.:

 bhyvectl --suspend=/var/run/vms/my_vm --destroy --vm my_vm
 connect() failed: Connection refused

Address that by failing early if mutually exclusive options were
specified.

Additionally, move the BHYVE_SNAPSHOT block before the errors are
printed, so its errors are also displayed.

Approved by:            markj
Sponsored by:           The FreeBSD Foundation
MFC after:              2 weeks
Differential Revision:  https://reviews.freebsd.org/D54092

    [2 lines not shown]
DeltaFile
+18-6usr.sbin/bhyvectl/bhyvectl.c
+18-61 files

FreeBSD/src 3f649d1usr.sbin/bhyve bhyve.8 snapshot.c

bhyve: change suspend exit code

Currently, after suspending, bhyve(8) exits with 0. This code is
also used to indicate that a VM was rebooted. To differentiate
reboot and suspend, use the next available exit code, 5, for suspend.

Approved by:            markj
Sponsored by:           The FreeBSD Foundation
MFC after:              2 weeks
Differential Revision:  https://reviews.freebsd.org/D54087

(cherry picked from commit 611bbb190ff593e0e424e311575d7e978e623659)
DeltaFile
+3-1usr.sbin/bhyve/bhyve.8
+1-1usr.sbin/bhyve/snapshot.c
+4-22 files

NetBSD/pkgsrc obNF2L2graphics/ivtools Makefile

   ivtools: fix build on NetBSD-current
VersionDeltaFile
1.41+5-4graphics/ivtools/Makefile
+5-41 files

NetBSD/pkgsrc gA8h21kgraphics/hugin distinfo, graphics/hugin/patches patch-src_tools_linefind.cpp patch-src_hugin__cpfind_cpfind_PanoDetectorLogic.cpp

   hugin: fix build on NetBSD-current
VersionDeltaFile
1.1+24-0graphics/hugin/patches/patch-src_tools_linefind.cpp
1.1+24-0graphics/hugin/patches/patch-src_hugin__cpfind_cpfind_PanoDetectorLogic.cpp
1.1+15-0graphics/hugin/patches/patch-src_hugin__base_huginapp_ImageCache.cpp
1.1+15-0graphics/hugin/patches/patch-src_hugin1_base__wx_wxImageCache.cpp
1.1+15-0graphics/hugin/patches/patch-src_hugin1_hugin_PreviewPanel.cpp
1.38+6-1graphics/hugin/distinfo
+99-16 files

OpenBSD/ports SsyHaQzdevel/py-test-run-parallel distinfo Makefile

   Update to py3-test-run-parallel-0.8.1.
VersionDeltaFile
1.7+2-2devel/py-test-run-parallel/distinfo
1.8+1-1devel/py-test-run-parallel/Makefile
+3-32 files

FreeBSD/ports 2653c8cwww/nginx Makefile version.mk

www/nginx: define NGINX_VERSION in a separate file

Sponsored by:   Netzkommune GmbH
DeltaFile
+1-1www/nginx/Makefile
+1-0www/nginx/version.mk
+2-12 files

LLVM/project a9fee31llvm/lib/CodeGen/SelectionDAG SelectionDAGBuilder.cpp, llvm/test/CodeGen/AArch64 pr161289.ll

[SDAG] Avoid crash when creating debug fragments for scalable vectors (#165233)

Previously, we would crash in the SelectionDAGBuilder when attempting to
create debug fragments for scalable vectors split across multiple
registers.

It does not seem like DW_OP_LLVM_fragment supports any notion of
scalable type sizes. It takes both an offset and typesize as literals,
with no indication of scalability (and it also does not seem to be
considered in any of the places that handle DW_OP_LLVM_fragment). So the
workaround here is to drop the debug info.

Note: This is not usually an issue for IR that comes from the SVE ACLE,
as we generally stick to using legal types there (that don't end up
getting split).

Workaround for: #161289
DeltaFile
+48-0llvm/test/CodeGen/AArch64/pr161289.ll
+16-14llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+64-142 files

LLVM/project 77be03dllvm/lib/Target/X86 X86DomainReassignment.cpp X86.h, llvm/test/CodeGen/X86 domain-reassignment.mir

[X86][NewPM] Port x86-domain-reassignment (#174321)

Standard porting. Rename the old pass, add in the new one, and add test
coverage.
DeltaFile
+59-36llvm/lib/Target/X86/X86DomainReassignment.cpp
+9-2llvm/lib/Target/X86/X86.h
+2-2llvm/lib/Target/X86/X86TargetMachine.cpp
+1-1llvm/lib/Target/X86/X86PassRegistry.def
+1-0llvm/test/CodeGen/X86/apx/domain-reassignment.mir
+1-0llvm/test/CodeGen/X86/domain-reassignment.mir
+73-416 files

NetBSD/pkgsrc AIVozq0graphics/fbm Makefile distinfo, graphics/fbm/patches patch-aa

   fbm: fix build on NetBSD-current
VersionDeltaFile
1.2+15-4graphics/fbm/patches/patch-aa
1.14+4-1graphics/fbm/Makefile
1.8+2-2graphics/fbm/distinfo
+21-73 files

FreeBSD/src b1bef9fsys/compat/linuxkpi/common/include/linux printk.h, sys/compat/linuxkpi/common/src linux_compat.c

linuxkpi: Add hex_dump_to_buffer()

This function prints a single line of hex dump to the given line buffer.

The implementation relies on `lkpi_hex_dump()` to format the string.

Reviewed by:    bz
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D51559
DeltaFile
+70-0sys/compat/linuxkpi/common/src/linux_compat.c
+6-0sys/compat/linuxkpi/common/include/linux/printk.h
+76-02 files

FreeBSD/src 43b5a26sys/compat/linuxkpi/common/include/linux printk.h seq_file.h, sys/compat/linuxkpi/common/src linux_compat.c

linuxkpi: Add option to skip trailing newline in `lkpi_hex_dump()`

This will be useful in the upcoming implementation of
`hex_dump_to_buffer()` which doesn't add one.

Reviewed by:    bz, emaste
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D51844
DeltaFile
+6-4sys/compat/linuxkpi/common/src/linux_compat.c
+2-2sys/compat/linuxkpi/common/include/linux/printk.h
+1-1sys/compat/linuxkpi/common/include/linux/seq_file.h
+9-73 files

NetBSD/pkgsrc 7dNDDBwdoc CHANGES-2026

   doc: Updated devel/lazygit to 0.58.0
VersionDeltaFile
1.68+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/src 38d757bsys/compat/linuxkpi/common/src linux_compat.c

linuxkpi: Avoid trailing whitespaces in lkpi_hex_dump()

We use the return value of the callback to track the number of bytes
written. We use it to determine if a group of characters should be
prepended with a whitespace. This way, we never add a trailing
whitespace.

We need to pay attention to the return value of the callback: if it is
negative, it's an error and we return immediately. Otherwise, we would
decrease the number of written bytes and possibly make it negative.

Reviewed by:    bz, christos
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D51558
DeltaFile
+53-13sys/compat/linuxkpi/common/src/linux_compat.c
+53-131 files

NetBSD/pkgsrc g9cHSgsdevel/lazygit distinfo go-modules.mk

   devel/lazygit: update to 0.58.0

   What's Changed
   Enhancements 🔥

       Add keys for command log menu items by @PeterCardenas in #5096
       Add Codeberg as a supported git hosting service by @yaadata in #5130
       Change keybinding of "keep" item in Merge Conflict menu back to 'k' by @stefanhaller in #5132
       Support custom keybindings in custom command menu prompts by @HerrNaN in #5129
       Show an error when checking out a file would overwrite local modifications by @stefanhaller in #5154

   Fixes 🔧

       Remove confirmation for opening the merge tool by @stefanhaller in #5094
       Allow using 'j', 'k', 'H', or 'L' as keybindings in custom command menus by @stefanhaller in #5131
       Prevent many hyperlinks from launching while mouse moving by @stefanhaller in #5133
       Fix the main view display after reverting a commit by @stefanhaller in #5138
       Avoid scrolling the selection into view on refresh by @stefanhaller in #5134
       Fix rendering of certain emojis by @stefanhaller in #5116

    [14 lines not shown]
VersionDeltaFile
1.17+43-166devel/lazygit/distinfo
1.13+13-54devel/lazygit/go-modules.mk
1.63+2-2devel/lazygit/Makefile
+58-2223 files

OpenBSD/ports uDChvXPdevel/p5-Devel-Hide distinfo Makefile

   Update to p5-Devel-Hide-0.0016.
VersionDeltaFile
1.5+2-2devel/p5-Devel-Hide/distinfo
1.8+3-1devel/p5-Devel-Hide/Makefile
+5-32 files

OpenBSD/src JCkRR2gregress/lib/libcrypto/asn1 asn1basic.c

   asn1basic: add missing test from BoringSSL's test suite

   This is another test that fails due to the bug in i2c_ASN1_BIT_STRING().
VersionDeltaFile
1.20+31-0regress/lib/libcrypto/asn1/asn1basic.c
+31-01 files

OpenBSD/src ZREk4weregress/lib/libcrypto/asn1 asn1basic.c Makefile

   asn1basic: switch test to expect correct encoding

   This test fails, so mark the asn1basic test as an expected failure
VersionDeltaFile
1.19+3-3regress/lib/libcrypto/asn1/asn1basic.c
1.29+3-1regress/lib/libcrypto/asn1/Makefile
+6-42 files

OpenBSD/src pMj5zi3regress/lib/libcrypto/asn1 asn1basic.c

   asn1basic: add example showing current bogus encoding

   There is a bug in i2c_ASN1_BIT_STRING() resulting in nonsense encoding of
   some BIT STRINGs with trailing zeroes if ASN1_STRING_FLAG_BITS_LEFT is not
   set (a rare corner case). This test currently passes when it shouldn't.
VersionDeltaFile
1.18+38-1regress/lib/libcrypto/asn1/asn1basic.c
+38-11 files

OpenBSD/ports r5JhNn9x11/gnome/libshumate distinfo Makefile

   Update to libshumate-1.5.2.
VersionDeltaFile
1.22+2-2x11/gnome/libshumate/distinfo
1.28+1-1x11/gnome/libshumate/Makefile
+3-32 files

OpenBSD/ports hOcxL2Bx11/gnome/online-accounts distinfo Makefile

   Update to gnome-online-accounts-3.56.3.
VersionDeltaFile
1.93+2-2x11/gnome/online-accounts/distinfo
1.157+1-1x11/gnome/online-accounts/Makefile
+3-32 files

OpenBSD/ports lPrYwhktextproc/unicode/ucd Makefile, x11/gnome/gucharmap Makefile

   Tweak comment; no pkg change.
VersionDeltaFile
1.9+1-1textproc/unicode/ucd/Makefile
1.163+1-1x11/gnome/gucharmap/Makefile
+2-22 files

OpenBSD/src ZcaJ6xGlib/libcrypto/asn1 a_bitstr.c

   i2c_ASN1_BIT_STRING(): zap nonsensical comment

   The /* should not happen */ happens if a->data is all zeroes (where
   there used to be an OOB access a few years back), which is a legitimate
   BIT STRING, so this is just nonsense.

   ok jsing kenjiro
VersionDeltaFile
1.46+2-2lib/libcrypto/asn1/a_bitstr.c
+2-21 files

OpenBSD/ports 02bskVtx11/gnome/gucharmap distinfo Makefile, x11/gnome/gucharmap/pkg PLIST

   Update to gucharmap-17.0.1.
VersionDeltaFile
1.80+2-2x11/gnome/gucharmap/distinfo
1.162+1-1x11/gnome/gucharmap/Makefile
1.43+1-0x11/gnome/gucharmap/pkg/PLIST
+4-33 files

OpenBSD/src n3aZ1Nilib/libcrypto/asn1 a_bitstr.c

   a_bitstr.c: whitespace nit
VersionDeltaFile
1.45+2-2lib/libcrypto/asn1/a_bitstr.c
+2-21 files

OpenBSD/ports Y1tVgkIx11/gnome/at-spi2-core Makefile distinfo

   Update to at-spi2-core-2.58.3.
VersionDeltaFile
1.96+2-2x11/gnome/at-spi2-core/Makefile
1.69+2-2x11/gnome/at-spi2-core/distinfo
+4-42 files

OpenBSD/ports KHwwEeTx11/gnome/libadwaita distinfo Makefile

   Update to libadwaita-1.8.3.
VersionDeltaFile
1.49+2-2x11/gnome/libadwaita/distinfo
1.56+1-1x11/gnome/libadwaita/Makefile
+3-32 files

LLVM/project 1f14ed9clang/lib/CodeGen CGBuiltin.cpp, clang/test/CodeGenOpenCL builtin-store-half-rounding-constrained.cl

[Clang] Honor '#pragma STDC FENV_ROUND' in __builtin_store_half/halff (#173821)

Before this change, constrained fptrunc for __builtin_store_half/halff
always used round.tonearest, ignoring the active pragma STDC FENV_ROUND.
This PR guards builtin emission with CGFPOptionsRAII so the current
rounding mode is propagated to the generated constrained intrinsic.
DeltaFile
+21-0clang/test/CodeGenOpenCL/builtin-store-half-rounding-constrained.cl
+1-0clang/lib/CodeGen/CGBuiltin.cpp
+22-02 files

OpenBSD/ports MjF5Sn7x11/gnome/terminal distinfo Makefile

   Update to gnome-terminal-3.58.1.
VersionDeltaFile
1.108+2-2x11/gnome/terminal/distinfo
1.213+1-1x11/gnome/terminal/Makefile
+3-32 files