FreeBSD/ports 0733e12www/opengist pkg-plist distinfo, www/opengist/files patch-package.json

www/opengist: Update to 1.12.2

Changes since 1.12.1:

v1.12.2

Added

  * Search all fields (#622).
  * Display a form to create an Opengist account coming from a OAuth
    provider (#623).
  * Rebuild search index in admin options (#647).

Fixed

  * Clean file path names on file creation (#624).
  * Support UTF-8 on gist download (#625).
  * CSRF skipper only for GET *.js request (#627).
  * Async-loaded gist embed scripts (#630).

    [7 lines not shown]
DeltaFile
+16-16www/opengist/pkg-plist
+7-7www/opengist/distinfo
+2-2www/opengist/files/patch-package.json
+1-2www/opengist/Makefile
+26-274 files

NetBSD/src tUE0GBeshare/man/man9 callout.9

   callout(9): Clarify previous language about clarity/efficiency.

   And with that, I think I'm done touching up callout(9) for now.

   PR kern/60288: callout(9) does not document callout_schedule()
VersionDeltaFile
1.35+2-2share/man/man9/callout.9
+2-21 files

LLVM/project 5727dadoffload/test lit.cfg

[offload] Fix --libomptarget-nvptx-bc-path in tests

PR #198622, which landed as 3383f0d6fe01, causes 272 `libomptarget ::
nvptx64-nvidia-cuda` test fails on my system with:

```
clang: error: bitcode library '/home/jdenny/llvm/build/\./lib/x86_64-unknown-linux-gnu/nvptx64-nvidia-cuda' does not exist
```

This patch fixes that.
DeltaFile
+1-1offload/test/lit.cfg
+1-11 files

NetBSD/src hyFKIR2share/man/man9 callout.9

   callout(9): Expand some details a bit.

   Prompted by (but not really related to):

   PR kern/60288: callout(9) does not document callout_schedule()
VersionDeltaFile
1.34+69-15share/man/man9/callout.9
+69-151 files

FreeNAS/freenas 9dd00bfsrc/middlewared/middlewared/etc_files/default libvirt-guests.mako

Set PARALLEL_SHUTDOWN for faster guest shutdown

(cherry picked from commit 55dfc35881f108ca22d2a396679cc00e217df09b)
DeltaFile
+6-7src/middlewared/middlewared/etc_files/default/libvirt-guests.mako
+6-71 files

FreeNAS/freenas 36d7b41src/middlewared/middlewared/etc_files/default libvirt-guests.mako

NAS-141131 / 27.0.0-BETA.1 / Set PARALLEL_SHUTDOWN for faster guest shutdown (#18989)

## Problem

On shutdown/reboot, TrueNAS stops containers and VMs one at a time,
waiting up to the per-guest shutdown timeout (90s by default) for each.
With many guests, this serializes into a long wait — a system with 10
containers and 10 VMs can spend most of its shutdown idle, waiting on
guests one after another.

## Solution

Set `PARALLEL_SHUTDOWN` in `/etc/default/libvirt-guests` so all
containers shut down concurrently and all VMs shut down concurrently.
The per-guest timeout is unchanged; the waits just happen in parallel.

libvirt applies `PARALLEL_SHUTDOWN` independently per URI (lxc, qemu),
so the cap only needs to cover the larger batch — hence
`max(len(containers), len(vms), 1)`.
DeltaFile
+6-7src/middlewared/middlewared/etc_files/default/libvirt-guests.mako
+6-71 files

FreeBSD/ports ae4db05sysutils/tempo Makefile distinfo, sysutils/tempo/files patch-example_docker-compose_shared_tempo.yaml tempo.in

sysutils/tempo: Update 2.7.2 => 2.10.5

Changelog:
https://github.com/grafana/tempo/blob/v2.10.5/CHANGELOG.md

- Fix build with custom user/group not from UIDs/GIDs.
- Fix substitution in comments in rc script.

PR:             295525
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+8-5sysutils/tempo/Makefile
+5-5sysutils/tempo/files/patch-example_docker-compose_shared_tempo.yaml
+5-5sysutils/tempo/distinfo
+2-2sysutils/tempo/files/tempo.in
+20-174 files

LLVM/project f95ccballvm/lib/Target/RISCV RISCVRegisterInfo.cpp, llvm/test/CodeGen/RISCV fixed-x27-crash.ll

[RISCV] Reserve all sub-registers of user reserved GPRs (#199302)

When a GPR is reserved by the user (e.g., via  `-mattr=+reserve-x27`)
or marked as constant, only the top-level register was being marked
reserved in `RISCVRegisterInfo::getReservedRegs`. Its sub-registers
(`X27_W` and `X27_H`) remained unreserved.

This broke `LiveIntervals` when register pressure tracking was enabled
by #115445. Because the sub-registers were not reserved, the register
unit was considered non-reserved, causing `LiveIntervals` to track its
liveness and crash in the Machine Verifier due to the reserved
register missing from basic block live-in lists.

Instead, we should ensure that reserving a register also reserves all
of its sub-registers, so that the register unit is correctly
identified as reserved and ignored by `LiveIntervals`.

Fixes #176227
DeltaFile
+16-0llvm/test/CodeGen/RISCV/fixed-x27-crash.ll
+8-4llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
+24-42 files

NetBSD/src HKHlEH4share/man/man9 callout.9

   callout(9): Prefer callout_setfunc/schedule more explicitly.

   It is better on clarity grounds; the efficiency difference is really
   quite minor.

   Prompted by:

   PR kern/60288: callout(9) does not document callout_schedule()
VersionDeltaFile
1.33+5-5share/man/man9/callout.9
+5-51 files

NetBSD/src Fxi1YNJshare/man/man9 callout.9

   callout(9): Partially fix markup error in previous.

   Tried to spell out that it will call func(arg) and forgot to fix it
   before previous commit.  Doesn't look right now but at least it is
   not as thoroughly wrong as something that renders as Fa(func, arg).
   (This is an invitation for our resident mdoc wizards to correct my
   infelicities!)

   PR kern/60288: callout(9) does not document callout_schedule()
VersionDeltaFile
1.32+4-2share/man/man9/callout.9
+4-21 files

NetBSD/src 5FApLVCshare/man/man9 callout.9

   callout(9): Use .Bl -tag to list functions, not paragraphs of prose.

   Prompted by:

   PR kern/60288: callout(9) does not document callout_schedule()
VersionDeltaFile
1.31+34-52share/man/man9/callout.9
+34-521 files

NetBSD/src odcsQDashare/man/man9 callout.9

   callout(9): Clarify callout_schedule, _setfunc, and _reset.

   Might be better to use .Bl -tag instead of paragraphs of prose too.

   PR kern/60288: callout(9) does not document callout_schedule()
VersionDeltaFile
1.30+22-13share/man/man9/callout.9
+22-131 files

OpenBSD/src PLAXEXIsys/nfs nfs_debug.c

   sys/nfs_debug: fixed a typo which brokes show nfsreq /f

   OK: deraadt@
VersionDeltaFile
1.8+2-2sys/nfs/nfs_debug.c
+2-21 files

OpenBSD/ports 1kaJ2ehnet/magic-wormhole distinfo Makefile, net/magic-wormhole/pkg PLIST

   update to magic-wormhole 0.24.0
VersionDeltaFile
1.16+8-8net/magic-wormhole/pkg/PLIST
1.13+2-2net/magic-wormhole/distinfo
1.25+1-1net/magic-wormhole/Makefile
+11-113 files

OpenBSD/ports fmH3N90devel/microsoft-gsl Makefile distinfo

   update to microsoft-gsl 4.2.2
VersionDeltaFile
1.14+3-6devel/microsoft-gsl/Makefile
1.7+2-2devel/microsoft-gsl/distinfo
+5-82 files

OpenBSD/ports e0YlYiKarchivers/py-zipstream-ng Makefile distinfo, archivers/py-zipstream-ng/pkg PLIST

   update to py-zipstream-ng 1.9.2
VersionDeltaFile
1.8+2-3archivers/py-zipstream-ng/Makefile
1.4+2-2archivers/py-zipstream-ng/distinfo
1.6+0-4archivers/py-zipstream-ng/pkg/PLIST
+4-93 files

OpenBSD/ports 9zkCLd1devel/py-iterable-io Makefile distinfo, devel/py-iterable-io/pkg PLIST

   update to py-iterable-io 1.0.4
VersionDeltaFile
1.3+5-5devel/py-iterable-io/pkg/PLIST
1.6+2-3devel/py-iterable-io/Makefile
1.3+2-2devel/py-iterable-io/distinfo
+9-103 files

OpenBSD/ports UIqPYihsecurity/pcsc-cyberjack Makefile

   drop myself as maintainer
VersionDeltaFile
1.19+1-3security/pcsc-cyberjack/Makefile
+1-31 files

OpenBSD/ports xgiXXLRprint/poppler Makefile

   Set MODCLANG_VERSION = 22.

   Suggested by tb@, but the build still runs clang-scan-deps-19,
   and we aren't completely shure what happens after the switch
   to llvm-22.
VersionDeltaFile
1.211+1-0print/poppler/Makefile
+1-01 files

NetBSD/src E62lNfKdoc CHANGES

   Mention EMULFKEYS (mac68k).
VersionDeltaFile
1.3262+2-1doc/CHANGES
+2-11 files

NetBSD/pkgsrc-wip 7d47308rio distinfo cargo-depends.mk, rio/patches patch-teletypewriter_src_unix_mod.rs patch-corcovado_src_sys_unix_kqueue.rs

Initial import of rio, accelerated terminal emulator
While it starts, I was not actually able to test it due to lack of suitable hardware with NetBSD
DeltaFile
+1,987-0rio/distinfo
+662-0rio/cargo-depends.mk
+55-0rio/Makefile
+35-0rio/patches/patch-teletypewriter_src_unix_mod.rs
+17-0rio/patches/patch-corcovado_src_sys_unix_kqueue.rs
+6-0rio/DESCR
+2,762-02 files not shown
+2,767-08 files

NetBSD/pkgsrc-wip 78f9a1e. Makefile, fresh distinfo cargo-depends.mk

Update editors/fresh to v.0.3.8
DeltaFile
+67-3fresh/distinfo
+21-0fresh/cargo-depends.mk
+14-3fresh/COMMIT_MSG
+16-0fresh/patches/patch-plugins_dashboard.ts
+5-5fresh/Makefile
+2-0Makefile
+125-116 files

NetBSD/src wMyqnqrshare/man/man4 akbd.4

   Document EMULFKEYS for mac68k.
VersionDeltaFile
1.6+38-2share/man/man4/akbd.4
+38-21 files

LLVM/project 8b56d41llvm/lib/Transforms/Vectorize LoopVectorize.cpp

[VPlan] Create casts before ComputeReductionResult (NFC). (#199372)

This ensures ComputeReductionResult is created with operands that have
their correct types set at construction.
DeltaFile
+30-34llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+30-341 files

NetBSD/src Fmppz2Wsys/arch/mac68k/conf GENERIC

   Add commented out EMULFKEYS for emulating function keys on mac keyboards
   without them.
VersionDeltaFile
1.240+3-2sys/arch/mac68k/conf/GENERIC
+3-21 files

FreeBSD/src 4d125edsys/netlink netlink_generic.c

netlink: Avoid potential undefined behaviour

Taking the address of an OOB array element is UB, even if not
dereferenced.

Reviewed by: des, bz
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57172
DeltaFile
+3-5sys/netlink/netlink_generic.c
+3-51 files

NetBSD/src B7TWwumsys/arch/mac68k/dev akbdmap.h

   Map mode switch to "Command" for US keyboards.

   This was necessary as mapping Command to mode swtich with wsconsctl discards
   the Cmd1 setting and thus cannot be used to switch terminals.
VersionDeltaFile
1.11+5-1sys/arch/mac68k/dev/akbdmap.h
+5-11 files

NetBSD/src CyFemmcsys/arch/mac68k/dev aed.c, sys/arch/mac68k/include keyboard.h

   Support emulated function keys.

   As posted to port-mac68k:
   https://mail-index.netbsd.org/port-mac68k/2026/05/16/msg001080.html
VersionDeltaFile
1.44+89-3sys/arch/mac68k/dev/aed.c
1.8+10-1sys/arch/mac68k/include/keyboard.h
+99-42 files

NetBSD/src ibqXy0Esys/arch/mac68k/dev akbd.c akbdvar.h, sys/arch/mac68k/include keyboard.h

   Support for raw mode mostly from code used with macpcc.

   As posted to port-mac68k:
   https://mail-index.netbsd.org/port-mac68k/2026/05/16/msg001080.html
VersionDeltaFile
1.7+132-132sys/arch/mac68k/include/keyboard.h
1.30+29-4sys/arch/mac68k/dev/akbd.c
1.11+5-1sys/arch/mac68k/dev/akbdvar.h
+166-1373 files

LLVM/project 5ccea57llvm/utils/gn/secondary/clang/lib/CodeGen BUILD.gn, llvm/utils/gn/secondary/lldb/source/Target BUILD.gn

[gn build] Port commits (#199375)

170d37d861b0
1b0e603087b6
9997b11c6469
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/TargetParser/BUILD.gn
+1-0llvm/utils/gn/secondary/lldb/source/Utility/BUILD.gn
+0-1llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn
+1-0llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
+3-14 files