OpenBSD/ports 8TdMbPtmisc/remind Makefile distinfo

   misc/remind: update to 6.2.4

   from Martin Ziemer (maintainer)
VersionDeltaFile
1.101+2-2misc/remind/Makefile
1.70+2-2misc/remind/distinfo
+4-42 files

FreeBSD/ports c9ba518japanese/cmigemo distinfo, japanese/cmigemo-dict Makefile

japanese/cmigemo: Update to the latest snapshot
DeltaFile
+14-14japanese/cmigemo/files/patch-dict_dict.mak
+9-5japanese/cmigemo/files/patch-compile_unix.mak
+0-11japanese/cmigemo/files/patch-compile_Make_gcc.mak
+11-0japanese/cmigemo/files/patch-compile_Make__gcc.mak
+5-4japanese/cmigemo/distinfo
+3-3japanese/cmigemo-dict/Makefile
+42-371 files not shown
+44-397 files

LLVM/project baef055libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint midpoint.integer.pass.cpp midpoint.float.pass.cpp

[libc++][NFC] Format `std::midpoint` tests (#175531)

### Summary

- Format code
- Fix comments

Extracted NFC changes from PR #175388.
DeltaFile
+97-98libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp
+90-87libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.float.pass.cpp
+49-55libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.pointer.pass.cpp
+236-2403 files

NetBSD/pkgsrc-wip cb900a4xpdf4 Makefile options.mk, xpdf4/patches patch-doc_sample-xpdfrc patch-xpdf_GlobalParams.cc

xpdf4: add update candidate

While here switch to Qt6.
DeltaFile
+56-0xpdf4/Makefile
+50-0xpdf4/patches/patch-doc_sample-xpdfrc
+27-0xpdf4/patches/patch-xpdf_GlobalParams.cc
+24-0xpdf4/patches/patch-xpdf-qt_XpdfWidgetPrint.cc
+19-0xpdf4/options.mk
+17-0xpdf4/patches/patch-cmake-config.txt
+193-05 files not shown
+226-011 files

OpenBSD/ports zk7BVsosysutils/coreutils Makefile distinfo, sysutils/coreutils/patches patch-Makefile_in patch-lib_fseeko_c

   update to coreutils-9.10

   several programs are no longer included in default builds: chcon and
   runcon (unless SELinux is available; otherwise they are stub binaries
   only), kill and uptime (these can be reenabled by adding CONFIGURE_ARGS
   --enable-install-program=kill,uptime if needed).
VersionDeltaFile
1.14+5-8sysutils/coreutils/pkg/PLIST
1.18+2-2sysutils/coreutils/patches/patch-Makefile_in
1.35+1-3sysutils/coreutils/Makefile
1.18+2-2sysutils/coreutils/distinfo
1.2+0-0sysutils/coreutils/patches/patch-lib_fseeko_c
+10-155 files

OpenBSD/ports HWDkr9aaudio/beets distinfo Makefile

   audio/beets: update to 2.6.2

   Changes: https://github.com/beetbox/beets/releases/tag/v2.6.2
VersionDeltaFile
1.31+2-2audio/beets/distinfo
1.76+1-1audio/beets/Makefile
+3-32 files

OPNSense/core a20161bsrc/opnsense/mvc/app/views/OPNsense/Firewall snat_rule.volt dnat_rule.volt

Remove hardcoded category colors in NAT templates as well
DeltaFile
+19-14src/opnsense/mvc/app/views/OPNsense/Firewall/snat_rule.volt
+19-14src/opnsense/mvc/app/views/OPNsense/Firewall/dnat_rule.volt
+19-14src/opnsense/mvc/app/views/OPNsense/Firewall/npt_rule.volt
+19-14src/opnsense/mvc/app/views/OPNsense/Firewall/onat_rule.volt
+76-564 files

FreeBSD/ports b7a7981japanese/font-udev-gothic distinfo Makefile, japanese/font-udev-gothic-hs distinfo Makefile

japanese/font-udev-gothic{,-nf}: update to 2.2.0
DeltaFile
+3-3japanese/font-udev-gothic-nf/distinfo
+3-3japanese/font-udev-gothic-hs/distinfo
+3-3japanese/font-udev-gothic/distinfo
+1-1japanese/font-udev-gothic/Makefile
+1-1japanese/font-udev-gothic-hs/Makefile
+1-1japanese/font-udev-gothic-nf/Makefile
+12-126 files

LLVM/project 20bdcbdclang/lib/Sema SemaAPINotes.cpp, clang/test/APINotes fields.cpp

[APINotes] Fix fatal error when using the Type key on fields (#180672)

This fixes a clang crash when importing a module with apinotes that sets
the Type key on a Field:
```
# .---command stderr------------
# | API notes allowed a type on an unknown declaration
# | UNREACHABLE executed at <path>/llvm-project/clang/lib/Sema/SemaAPINotes.cpp:419!
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
# | Stack dump:
# | 0.  <path>/llvm-project/clang/test/APINotes/Inputs/Headers/Fields.h:4:12: current parser token ';'
# | 1.  <path>/llvm-project/clang/test/APINotes/Inputs/Headers/Fields.h:3:1: parsing struct/union/class body 'IntWrapper'
...
# |  #8 0x0000000109540868 clang::Sema::ApplyAPINotesType(clang::Decl*, llvm::StringRef)
# |  #9 0x000000010955c6ec applyAPINotesType(clang::Sema&, clang::Decl*, llvm::StringRef, (anonymous namespace)::VersionedInfoMetadata)
```
```yaml
Tags:
- Name: IntWrapper

    [24 lines not shown]
DeltaFile
+6-0clang/lib/Sema/SemaAPINotes.cpp
+2-0clang/test/APINotes/Inputs/Headers/Fields.h
+1-1clang/test/APINotes/fields.cpp
+1-0clang/test/APINotes/Inputs/Headers/Fields.apinotes
+10-14 files

OpenBSD/src c9pfsQyusr.sbin/acme-client acme-client.conf.5

   mention ip address certs
VersionDeltaFile
1.35+12-3usr.sbin/acme-client/acme-client.conf.5
+12-31 files

LLVM/project 3fc9018lld/test/ELF/lto linker-script-symbols-ipo.ll, llvm/lib/CodeGen/AsmPrinter AsmPrinter.cpp

Revert "CodeGen: Emit .prefalign directives based on the prefalign attribute."

This reverts commit 6767bfeec5ede8a878792e39aedff053c36854b2.

This breaks the tools/gold/X86/multiple-sections.ll test.
DeltaFile
+0-27llvm/test/CodeGen/X86/prefalign.ll
+2-14llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+2-2llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll
+1-1lld/test/ELF/lto/linker-script-symbols-ipo.ll
+5-444 files

OpenBSD/ports y0Hk6Gndevel/qcoro distinfo Makefile, devel/qcoro/pkg PLIST

   Update qcoro to 0.13.0
VersionDeltaFile
1.11+3-1devel/qcoro/pkg/PLIST
1.9+2-2devel/qcoro/distinfo
1.22+1-2devel/qcoro/Makefile
+6-53 files

LLVM/project 594e889llvm/test/CodeGen/PowerPC asm-dialect.ll Frames-dyn-alloca.ll

[PowerPC] Fix duplicate RUN lines in tests (#182275)

DeltaFile
+0-2llvm/test/CodeGen/PowerPC/asm-dialect.ll
+0-1llvm/test/CodeGen/PowerPC/Frames-dyn-alloca.ll
+0-1llvm/test/CodeGen/PowerPC/ppc64-blnop.ll
+0-43 files

OpenBSD/ports rvUEXFUgeo/gpstk Makefile

   geo/gpstk: add a comment stating this needs to be updated to gnsstk

   what we ship is from 2018, and gpstk was renamed to gnsstk in 2021.

   If you play with GNSS/GPS data/receivers on OpenBSD and use this, let
   ports@ mailing-list know (or better, send a diff to move to gnsstk!),
   otherwise this port might just get removed the next time it breaks due
   to toolchain changes...

   discussed with sthen@
VersionDeltaFile
1.28+2-0geo/gpstk/Makefile
+2-01 files

LLVM/project 7c0c0dfflang/docs Intrinsics.md, flang/include/flang/Optimizer/Builder IntrinsicCall.h

[flang] Implement non-standard RTC intrinsic (#182560)

RTC is supported by classic flang and used in a proprietary HPC
application. I've implemented it as an alias for TIME.

Assisted-by: codex
DeltaFile
+16-0flang/test/Lower/Intrinsics/rtc.f90
+12-0flang/docs/Intrinsics.md
+9-0flang/lib/Optimizer/Builder/IntrinsicCall.cpp
+1-0flang/include/flang/Optimizer/Builder/IntrinsicCall.h
+1-0flang/lib/Evaluate/intrinsics.cpp
+39-05 files

LLVM/project 16876d2llvm/lib/Target/AMDGPU AMDGPURegBankLegalizeHelper.cpp, llvm/test/CodeGen/AMDGPU fptoi.i128.ll global-saddr-load.ll

AMDGPU/GlobalISel: Regbanklegalize rules for G_PHI

Move G_PHI handling to AMDGPURegBankLegalizeRules.cpp.
Support all legal types.
DeltaFile
+183-157llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.memcpy.ll
+130-114llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.set.inactive.ll
+70-65llvm/test/CodeGen/AMDGPU/fptoi.i128.ll
+45-48llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.memset.ll
+38-50llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.cpp
+37-43llvm/test/CodeGen/AMDGPU/global-saddr-load.ll
+503-4779 files not shown
+580-53015 files

OpenBSD/src KFEpKbTregress/usr.sbin/acme-client Makefile acme-client-ipaddress.conf

   regress tests for iPAddress certificates, from florian
VersionDeltaFile
1.6+25-1regress/usr.sbin/acme-client/Makefile
1.1+22-0regress/usr.sbin/acme-client/acme-client-ipaddress.conf
+47-12 files

OpenBSD/src Xuzmsu0usr.sbin/acme-client revokeproc.c parse.y

   acme-client: add support for iPAddress certificates, ok florian

   started by Lloyd <ng2d68 at proton.me>, also worked on by myself and florian@
VersionDeltaFile
1.27+90-31usr.sbin/acme-client/revokeproc.c
1.48+78-17usr.sbin/acme-client/parse.y
1.58+14-20usr.sbin/acme-client/main.c
1.23+23-11usr.sbin/acme-client/json.c
1.20+20-9usr.sbin/acme-client/keyproc.c
1.23+5-8usr.sbin/acme-client/extern.h
+230-962 files not shown
+246-1048 files

OPNSense/core c3a0897src/etc/lighttpd_webgui/conf.d extforward.conf.example

backend: fix typo (#9846)

It's only an example address, but it may as well be valid xD

(cherry picked from commit 0a2bc2dcc695dc132230362236d1397ce87e7d0f)
DeltaFile
+2-2src/etc/lighttpd_webgui/conf.d/extforward.conf.example
+2-21 files

OPNSense/core 6ac5527src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterBaseController.php FilterController.php, src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Add empty string as fallback for category color, and do not render the style in frontend if color is empty, that way fa-tag default style can be used here
DeltaFile
+8-4src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+1-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterBaseController.php
+1-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
+10-63 files

OPNSense/core ba0c9fesrc/etc/rc.syshook.d/monitor 20-recover

system: one tabs vs. spaces issue

(cherry picked from commit ca2a344cb5a4c5d07e68b2893e294a871330a5b1)
DeltaFile
+1-1src/etc/rc.syshook.d/monitor/20-recover
+1-11 files

OPNSense/core de31ee3src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseListField.php

mvc: BaseListField: generic implementation of static options #9816
DeltaFile
+41-0src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseListField.php
+41-01 files

LLVM/project f890670clang/lib/CIR/CodeGen CIRGenBuiltinAArch64.cpp

[CIR][ARM] Refactor argument handling in `emitAArch64BuiltinExpr` (NFC) (#182105)

Port recent argument-handling refactors from
CodeGen/TargetBuiltins/ARM.cpp into
CIR/CodeGen/CIRGenBuiltinAArch64.cpp to keep the CIR
implementation in sync with Clang CodeGen.

In particular, mirror the updated handling of Sema-only NEON
discriminator arguments and the common argument emission logic
used to populate the `Ops` vector.

This is a mechanical port of the following changes:

  * https://github.com/llvm/llvm-project/pull/181974
  * https://github.com/llvm/llvm-project/pull/181794

No functional change intended.
DeltaFile
+49-9clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
+49-91 files

OPNSense/core 8021ed6src/opnsense/mvc/app/library/OPNsense/Firewall Rule.php, src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes PortField.php

firewall: fix running into error using well known protocols with "-" in them #9835

(cherry picked from commit e19ff66bea9eda342ee6a280204d50e23fd34190)
(cherry picked from commit 4c7b16eb4e280e10541360c6852748827c198833)
DeltaFile
+13-13src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/PortField.php
+1-1src/opnsense/mvc/app/library/OPNsense/Firewall/Rule.php
+14-142 files

OPNSense/core 2abf678src/opnsense/mvc/app/models/OPNsense/Firewall Category.xml

Firewall: Categories - Prevent seperator char from being used in names, closes https://github.com/opnsense/core/issues/9845

Usually we would opt for a change in the consumer here, but since some pages (legacy and migrated legacy) use names instead of uuids, we can't fix this differently at the moment.
At the plus side, commas seem to be hardly used until now as this issue has existed for many years already.

I did look briefly in fixing getCategoryColors() to feed both color and labels, which works nicely for the newest pages, but can't be fixed for the just migrated DNAT page for example

(cherry picked from commit 06ecd4c9e221f781a92a98e84dd7b2ea0eb437fb)
DeltaFile
+1-0src/opnsense/mvc/app/models/OPNsense/Firewall/Category.xml
+1-01 files

OPNSense/core a6727f8src/opnsense/mvc/app/models/OPNsense/OpenVPN OpenVPN.xml

openvpn: Adding options for legacy ciphers (#9829)

Signed-off-by: Bjoern Jakobsen <Bjoern.Jakobsen at lrz.de>
(cherry picked from commit 13040e25544d02f4a1262dca8d5f48a91ee17310)
DeltaFile
+46-8src/opnsense/mvc/app/models/OPNsense/OpenVPN/OpenVPN.xml
+46-81 files

NetBSD/pkgsrc kqwBmumdoc CHANGES-2026

   Updated devel/py-astroid, databases/py-tortoise-orm
VersionDeltaFile
1.1337+3-1doc/CHANGES-2026
+3-11 files

OPNSense/core 687f5e1src/opnsense/mvc/app/views/OPNsense/Firewall onat_rule.volt dnat_rule.volt

firewal: fix nat rule enabled checks display (#9821)

(cherry picked from commit 435a36ee60f01c26c885b2525daa988872518115)
(cherry picked from commit 65b3a98547c28a2b9b75c3227ed2b24ef2212866)
DeltaFile
+1-1src/opnsense/mvc/app/views/OPNsense/Firewall/onat_rule.volt
+1-1src/opnsense/mvc/app/views/OPNsense/Firewall/dnat_rule.volt
+1-1src/opnsense/mvc/app/views/OPNsense/Firewall/npt_rule.volt
+1-1src/opnsense/mvc/app/views/OPNsense/Firewall/snat_rule.volt
+4-44 files

NetBSD/pkgsrc avt3HECdatabases/py-tortoise-orm distinfo Makefile

   py-tortoise-orm: updated to 1.1.5

   1.1.5
   Fixed crash for makemigrations on tuple index with new model
VersionDeltaFile
1.37+4-4databases/py-tortoise-orm/distinfo
1.46+2-2databases/py-tortoise-orm/Makefile
+6-62 files

NetBSD/pkgsrc 5Wy3PXwdevel/py-astroid distinfo Makefile

   py-astroid: updated to 4.1.1

   4.1.1

   Let UnboundMethodModel inherit from FunctionModel to improve inference of
   dunder methods for unbound methods.

   Filter Unknown from UnboundMethod and Super special attribute
   lookup to prevent placeholder nodes from leaking during inference.
VersionDeltaFile
1.98+4-4devel/py-astroid/distinfo
1.110+3-3devel/py-astroid/Makefile
+7-72 files