NetBSD/pkgsrc-wip 42b7224libvirt11 Makefile distinfo, libvirt11/patches patch-meson.build

(sysutils/libvirt) rst2html5 issue still exists
DeltaFile
+17-4libvirt11/patches/patch-meson.build
+6-0libvirt11/Makefile
+1-1libvirt11/distinfo
+24-53 files

OpenBSD/ports MTFYZHLdevel/cargo-insta distinfo Makefile

   Update to cargo-insta 1.44.2

   https://github.com/mitsuhiko/insta/releases/tag/1.44.2
VersionDeltaFile
1.3+2-2devel/cargo-insta/distinfo
1.3+1-1devel/cargo-insta/Makefile
+3-32 files

LLVM/project 8401a8dllvm/test/Bitcode aarch64-sve-rev-upgrade.ll aarch64-sve-rev-upgrade.ll.bc

[NFC][LLVM] Add bitcode tests for llvm.aarch64.sve.rev
DeltaFile
+111-0llvm/test/Bitcode/aarch64-sve-rev-upgrade.ll
+0-0llvm/test/Bitcode/aarch64-sve-rev-upgrade.ll.bc
+111-02 files

LLVM/project 9ed1927llvm/include/llvm/MC MCSection.h, llvm/lib/MC MCSection.cpp

[server-llvm-21][MC] Fixing vector overflow

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: https://phabricator.intern.facebook.com/D87662897
DeltaFile
+13-12llvm/include/llvm/MC/MCSection.h
+2-2llvm/lib/MC/MCSection.cpp
+15-142 files

OpenBSD/ports AvxrjZIsysutils/dspy Makefile distinfo, sysutils/dspy/patches patch-meson_build

   Update to d-spy-49.2.
VersionDeltaFile
1.7+19-19sysutils/dspy/pkg/PLIST
1.12+7-5sysutils/dspy/Makefile
1.7+2-2sysutils/dspy/distinfo
1.3+1-1sysutils/dspy/patches/patch-meson_build
+29-274 files

LLVM/project 0b16512llvm/utils/TableGen README.md

[llvm][Tablegen] Link to tutorial before programmer's reference

The natural assumption is that there's some sort of order here
and having people read the reference manual before the basic
tutorial does not make sense to me.
DeltaFile
+1-1llvm/utils/TableGen/README.md
+1-11 files

NetBSD/pkgsrc fFZvSVfmisc/stellarium distinfo, misc/stellarium/patches patch-CMakeLists.txt

   stellarium: fix build with qt6 6.10
VersionDeltaFile
1.17+11-1misc/stellarium/patches/patch-CMakeLists.txt
1.74+2-2misc/stellarium/distinfo
+13-32 files

LLVM/project c3c3d16clang/lib/AST ExprConstant.cpp, clang/lib/AST/ByteCode InterpBuiltin.cpp

[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow AVX512 VPMULTISHIFTQB intrinsics to be used in constexpr (#168995)

Resolves #167477
DeltaFile
+134-7clang/test/CodeGen/X86/avx512vbmi-builtins.c
+95-13clang/test/CodeGen/X86/avx512vbmivl-builtin.c
+32-40clang/lib/Headers/avx512vbmivlintrin.h
+58-0clang/lib/AST/ByteCode/InterpBuiltin.cpp
+39-0clang/lib/AST/ExprConstant.cpp
+17-21clang/lib/Headers/avx512vbmiintrin.h
+375-811 files not shown
+378-847 files

OpenBSD/ports brDM1DCnet/libnice Makefile distinfo, net/libnice/patches patch-tests_meson_build patch-meson_build

   Update to libnice-0.1.23.
VersionDeltaFile
1.1+29-0net/libnice/patches/patch-tests_meson_build
1.53+3-3net/libnice/Makefile
1.21+2-2net/libnice/distinfo
1.3+1-1net/libnice/patches/patch-meson_build
+35-64 files

LLVM/project 650eeb8llvm/include/llvm/CodeGen MachineBasicBlock.h, llvm/lib/CodeGen ShrinkWrap.cpp

[ShrinkWrap] Modify shrink wrapping to accommodate functions terminated by no-return blocks (#167548)

At present, the shrink wrapping pass misses opportunities to shrink wrap
in the presence of machine basic blocks which exit the function without
returning. Such cases arise from C++ functions like the following:
```cxx
int foo(int err, void* ptr) {
    if (err == -1) {
         if (ptr == nullptr) {
             throw MyException("Received `nullptr`!", __FILE__, __LINE__);
         }
         
         handle(ptr);
    }
    
    return STATUS_OK;
}
```
In particular, assuming `MyException`'s constructor is not marked

    [6 lines not shown]
DeltaFile
+179-0llvm/test/CodeGen/AArch64/arm64-shrink-wrapping.ll
+5-7llvm/lib/CodeGen/ShrinkWrap.cpp
+7-0llvm/include/llvm/CodeGen/MachineBasicBlock.h
+191-73 files

OpenBSD/src xQvkCExusr.sbin/snmpd application.c application_agentx.c

   Implement appl_sysuptime() in favour of smi_getticks().
   appl_sysuptime() uses CLOCK_MONOTONIC instead of gettimeofday(), works
   on a per context basis as per RFC2741, and puts it in a sane namespace.

   Makes sense to tb@
   OK jmatthew@
VersionDeltaFile
1.44+32-6usr.sbin/snmpd/application.c
1.17+15-12usr.sbin/snmpd/application_agentx.c
1.41+1-18usr.sbin/snmpd/smi.c
1.44+3-3usr.sbin/snmpd/trap.c
1.121+1-3usr.sbin/snmpd/snmpd.h
1.13+2-2usr.sbin/snmpd/application_internal.c
+54-443 files not shown
+58-499 files

FreeNAS/freenas 83ee228src/middlewared/middlewared/plugins/disk_ availability.py

NAS-138709 / 26.04 / Add SED details in disk.details endpoint (#17725)

This commit adds changes so that we also get sed details in disk.details
endpoint. Basically this endpoint is being used by UI on zpool creation
screens for showing disks. In the current changes, we get SED info from
DB and sed status (if it's SED disk) in realtime from disk.query
endpoint as that already currently efficiently handles this.
DeltaFile
+9-0src/middlewared/middlewared/plugins/disk_/availability.py
+9-01 files

NetBSD/pkgsrc db9L86Esysutils/cdrkit Makefile

   cdrkit: comment out dead homepage
VersionDeltaFile
1.22+3-3sysutils/cdrkit/Makefile
+3-31 files

FreeBSD/src d9e734dsys/sys exterrvar.h

exterrvar.h: style(9): Fix two small nits

- Use tabs before '\'.
- Comment for '#else' must be the negation of the initial '#if''s test.

No functional change.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+2-2sys/sys/exterrvar.h
+2-21 files

FreeBSD/src 000d5b5sys/kern kern_prot.c

setcred(2): Fix a panic on too many groups from latest commit

kern_setcred_copyin_supp_groups() is documented to always set
'sc_supp_groups', but did not do it if there are more supplementary
groups than 'ngroups_max'.  Also, that case was omitted from the herald
comment.  Add it there, also including it as a case where
'sc_supp_groups_nb' is reset to 0 as a security measure.

Initially, kern_setcred_copyin_supp_groups() had the usual property that
nothing had to be freed on it returning an error, but was then converted
to relying on the caller to free() even on error, and this part was
missed during the conversion.  The benefits of this unusual convention
are that we can zero or NULLify groups-related attributes in advance,
preventing inadvertent use of stale data (defensive security measure),
and we can avoid some small code duplication (no need to have two same
calls to free()).  This makes sense as kern_setcred_copyin_supp_groups()
is meant to be a private sub-routine of user_setcred() only.  While
here, rename kern_setcred_copyin_supp_groups() =>
user_setcred_copyin_supp_groups().

    [4 lines not shown]
DeltaFile
+22-12sys/kern/kern_prot.c
+22-121 files

OPNSense/src 1e64b06sys/netpfil/pf pf_ioctl.c

pf: reading rules with a read lock #272
DeltaFile
+14-11sys/netpfil/pf/pf_ioctl.c
+14-111 files

NetBSD/pkgsrc vviGdOydoc CHANGES-2025

   Updated devel/ccache, math/py-gmpy2
VersionDeltaFile
1.6909+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc xjct0bRmath/py-gmpy2 distinfo Makefile

   py-gmpy2: updated to 2.2.2

   Changes in gmpy2 2.2.2

   * Fix memory leak for mpfr/mpc cache, see issue 511.
   * Fix memory leak in GMPy_CTXT_Exit(), see issue 515.
   * Restore 'm' in library list, see issue 538.
   * Adjust to_bytes() behavior to match CPython.
   * Provide wheels for CPython v3.14.
   * Provide wheels for Linux and Windows ARM64.
VersionDeltaFile
1.6+4-4math/py-gmpy2/distinfo
1.10+2-3math/py-gmpy2/Makefile
1.4+4-1math/py-gmpy2/PLIST
+10-83 files

NetBSD/pkgsrc y5eXJ4Ddevel/ccache distinfo Makefile

   ccache: updated to 4.12.2

   Ccache 4.12.2

   Bug fixes

   Improved robustness against filesystem path encoding problems on Windows.
   Fixed removal of mismatching manifest file.

   Build fixes

   Fixed build of BLAKE3 for little-endian aarch64 with CMake 3.18/3.19.
   Added linking with libsocket on SunOS/Illumos.

   Test improvements

   Fixed profiling_clang test.

   Documentation improvements

    [11 lines not shown]
VersionDeltaFile
1.71+4-4devel/ccache/distinfo
1.91+2-2devel/ccache/Makefile
+6-62 files

LLVM/project 6c51a00lldb/source/Plugins/UnwindAssembly/InstEmulation UnwindAssemblyInstEmulation.cpp UnwindAssemblyInstEmulation.h, lldb/unittests/UnwindAssembly/ARM64 TestArm64InstEmulation.cpp

Address review comment

Created using spr 1.3.7
DeltaFile
+2-2lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
+2-2lldb/unittests/UnwindAssembly/ARM64/TestArm64InstEmulation.cpp
+1-1lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h
+5-53 files

LLVM/project 0520093lldb/source/Plugins/UnwindAssembly/InstEmulation UnwindAssemblyInstEmulation.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+2-2lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
+2-21 files

LLVM/project f598476lldb/source/Plugins/UnwindAssembly/InstEmulation UnwindAssemblyInstEmulation.cpp

Rebased

Created using spr 1.3.7
DeltaFile
+2-2lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
+2-21 files

LLVM/project 918427elldb/source/Plugins/UnwindAssembly/InstEmulation UnwindAssemblyInstEmulation.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+2-2lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
+2-21 files

LLVM/project 980669elldb/source/Plugins/UnwindAssembly/InstEmulation UnwindAssemblyInstEmulation.cpp

Rebased

Created using spr 1.3.7
DeltaFile
+2-2lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
+2-21 files

LLVM/project fd225c8lldb/source/Plugins/UnwindAssembly/InstEmulation UnwindAssemblyInstEmulation.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+2-2lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
+2-21 files

LLVM/project f00f52clldb/source/Plugins/UnwindAssembly/InstEmulation UnwindAssemblyInstEmulation.cpp

Address review comments

Created using spr 1.3.7
DeltaFile
+2-2lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
+2-21 files

NetBSD/pkgsrc ZWvffNKdoc CHANGES-2025

   doc: Updated devel/regal to 0.37.0
VersionDeltaFile
1.6908+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc RFaHfE6devel/regal distinfo go-modules.mk

   regal: Update to 0.37.0

   Changes:
   0.37.0
   This release features a new linter rule, several new language server
   features, and many improvements and fixes. The two major OPA versions
   bumped since the last release additionally contains several performance
   improvements that were contributed as part of developing Regal!
VersionDeltaFile
1.22+580-241devel/regal/distinfo
1.22+192-79devel/regal/go-modules.mk
1.43+2-3devel/regal/Makefile
+774-3233 files

NetBSD/pkgsrc YMKShqhdoc CHANGES-2025

   doc: Updated devel/conftest to 0.65.0
VersionDeltaFile
1.6907+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc 9SSGYgKdevel/conftest distinfo go-modules.mk

   conftest: Update to 0.65.0

   Changes:
   0.65.0
   - Add location to SARIF output
   - Bump OPA to 1.11.0

   0.64.0
   - Include location in the result output
   - Refactor GitHub outputter to support locations from Rego policy
   - Bump OPA to 1.10.1

   0.63.0
   - Add reformat command for JSON output conversion
   - Bump OPA to 1.9.0
VersionDeltaFile
1.29+577-4,669devel/conftest/distinfo
1.29+191-1,555devel/conftest/go-modules.mk
1.68+2-3devel/conftest/Makefile
+770-6,2273 files