LLVM/project 4b0da1allvm/lib/TableGen TGParser.cpp, llvm/test/TableGen switch.td

[TableGen] Fix crash of !switch parse in defvar context (#202119)

`ListInit::convertInitializerTo()` and similar variants do not perform a
nullptr check. Adding a check to the caller parse method and a test case
for defvar.
DeltaFile
+28-0llvm/test/TableGen/switch.td
+6-4llvm/lib/TableGen/TGParser.cpp
+34-42 files

FreeNAS/freenas db1904esrc/middlewared/middlewared logger.py

Add a dedicated acme.log for certificate issuance

This commit adds changes to register an 'acme' log file in the syslog-ng logging setup so ACME certificate issuance diagnostics (order URIs, identifiers, and phase transitions) land in their own /var/log/acme.log instead of being mixed into the main middleware log.
DeltaFile
+2-0src/middlewared/middlewared/logger.py
+2-01 files

FreeBSD/ports cdaffdcnet-im/telegram-desktop Makefile

net-im/telegram-desktop: bump PORTREVISION (+)

... after devel/microsoft-gsl update.

Sponsored by:   tipi.work
DeltaFile
+1-1net-im/telegram-desktop/Makefile
+1-11 files

FreeBSD/ports b962b21devel/microsoft-gsl distinfo Makefile

devel/microsoft-gsl: update: 4.2.1 -> 4.2.2

ChangeLog:      https://github.com/microsoft/GSL/compare/v4.2.1...v4.2.2
PR:             295534
Approved by:    maintainer timeout, >2 weeks

Sponsored by:   tipi.work
DeltaFile
+3-3devel/microsoft-gsl/distinfo
+1-1devel/microsoft-gsl/Makefile
+4-42 files

OpenBSD/ports 3KFCPxEdevel/highway Makefile, devel/highway/patches patch-hwy_detect_compiler_arch_h

   highway: fix build on sparc64

   from jca, based on an equivalent, more complicated, diff i sent
VersionDeltaFile
1.1+14-0devel/highway/patches/patch-hwy_detect_compiler_arch_h
1.10+0-2devel/highway/Makefile
+14-22 files

NetBSD/pkgsrc e0EPWQ2doc CHANGES-2026

   doc: Updated cross/ppc-morphos-sdk to 20260529
VersionDeltaFile
1.3584+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Kb0pIcDcross/ppc-morphos-sdk PLIST distinfo

   Update cross/ppc-morphos-sdk to 20260529
VersionDeltaFile
1.6+631-20cross/ppc-morphos-sdk/PLIST
1.8+4-4cross/ppc-morphos-sdk/distinfo
1.10+2-2cross/ppc-morphos-sdk/Makefile
+637-263 files

LLVM/project b46f0f8llvm/lib/Transforms/Utils ScalarEvolutionExpander.cpp, llvm/test/Transforms/IndVarSimplify callbr.ll

[SCEVExpander] Do not insert after callbr (#201322)

findInsertPointAfter handle invoke and otherwise use the instruction
after def instruction as the insertion point.

This is not valid for callbr which is a terminator. Advancing the
iterator moves the insertion point past the terminator, and the
following code uses that invalid position, e.g when asm goto lowers to
callbr in #200987

Use the insertion point before MustDominate for callbr.

Fixes #200987
DeltaFile
+51-0llvm/test/Transforms/IndVarSimplify/callbr.ll
+6-12llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
+57-122 files

FreeBSD/ports ec9d018textproc/goldendict-ng distinfo Makefile

textproc/goldendict-ng: Update to 26.5.7

ChangeLog: https://github.com/xiaoyifang/goldendict-ng/releases/tag/v26.5.7
DeltaFile
+3-3textproc/goldendict-ng/distinfo
+1-1textproc/goldendict-ng/Makefile
+4-42 files

FreeBSD/ports d421ebesysutils/gomi Makefile distinfo

sysutils/gomi: Update to 1.6.4

ChangeLog: https://github.com/babarot/gomi/releases/tag/v1.6.4
DeltaFile
+4-7sysutils/gomi/Makefile
+5-5sysutils/gomi/distinfo
+9-122 files

Linux/linux 33d8d8edrivers/input/keyboard atkbd.c

Merge tag 'input-for-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input

Pull input fixes from Dmitry Torokhov:

 - two quirks for atkbd to deal with laptops that can not handle
   "deactivate" command on the keyboard PS/2 port

* tag 'input-for-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboard
  Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK)
DeltaFile
+15-0drivers/input/keyboard/atkbd.c
+15-01 files

NetBSD/pkgsrc-wip 5bcfb1f. Makefile

wip: Add go-jsonnet
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip 4bc0063go-jsonnet distinfo go-modules.mk

go-jsonnet: Import go-jsonnet-0.22.0 as wip/go-jsonnet

This an implementation of Jsonnet in pure Go. It is a feature complete,
production-ready implementation. Bindings to C and Python are available
(but not battle-tested).

This code is known to work on Go 1.24 and above. We recommend always
using the newest stable release of Go.

Jsonnet can be used on the command line to evaluate Jsonnet input files
and produce JSON, Yaml, or other outputs, or it can be used as a
library.

Security note: If you are running a system that evaluates untrusted
Jsonnet code, extra care should be used to defend against data
exfiltration risks. By default, the import, importstr and importbin
language constructs can read from any path accessible to the Jsonnet
process. The Jsonnet library allows you to provide your own logic for
processing imports, which is one way to restrict imports to known safe

    [3 lines not shown]
DeltaFile
+95-0go-jsonnet/distinfo
+32-0go-jsonnet/go-modules.mk
+25-0go-jsonnet/Makefile
+20-0go-jsonnet/DESCR
+4-0go-jsonnet/PLIST
+176-05 files

NetBSD/src 77G2KdFsys/dev/pci agp_amd64.c

   Add missing RCSID.
VersionDeltaFile
1.10+3-1sys/dev/pci/agp_amd64.c
+3-11 files

LLVM/project 2f5f230clang/lib/CIR/CodeGen CIRGenModule.cpp CIRGenModule.h, clang/test/CIR/CodeGenOpenCL kernel-arg-info.cl kernel-arg-info-single-as.cl

[CIR][OpenCL] Attach kernel argument metadata to CIR functions

Emit the CIR OpenCL kernel argument metadata attribute for kernel functions. Preserve CIR language address-space kinds until lowering and include argument names only when `-cl-kernel-arg-info` is enabled.
DeltaFile
+152-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info.cl
+91-0clang/lib/CIR/CodeGen/CIRGenModule.cpp
+19-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info-single-as.cl
+12-0clang/test/CIR/CodeGenOpenCL/kernel-arg-metadata.cl
+5-0clang/test/CIR/CodeGenOpenCL/invalid-kernel-arg-metadata-target-address-space.cl
+4-0clang/lib/CIR/CodeGen/CIRGenModule.h
+283-01 files not shown
+286-07 files

OpenBSD/ports Jv4sNRVsysutils/moor distinfo modules.inc

   sysutils/moor: Update to 2.14.0

   From Maintainer Lydia Sobot, thanks
VersionDeltaFile
1.8+26-4sysutils/moor/distinfo
1.4+9-1sysutils/moor/modules.inc
1.8+1-1sysutils/moor/Makefile
+36-63 files

FreeBSD/ports 8b778e1games/flightgear-aircraft distinfo Makefile

games/flightgear-aircraft: Update to 20260606
DeltaFile
+41-41games/flightgear-aircraft/distinfo
+1-1games/flightgear-aircraft/Makefile
+42-422 files

NetBSD/pkgsrc-wip b31fc66. Makefile

wip: Add jsonnet-bundler
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip dd389bbjsonnet-bundler distinfo go-modules.mk

jsonnet-bundler: Import jsonnet-bundler-0.6.0 as wip/jsonnet-bundler

The jsonnet-bundler is a package manager for Jsonnet.
DeltaFile
+173-0jsonnet-bundler/distinfo
+58-0jsonnet-bundler/go-modules.mk
+20-0jsonnet-bundler/Makefile
+2-0jsonnet-bundler/PLIST
+1-0jsonnet-bundler/DESCR
+254-05 files

NetBSD/pkgsrc 6a6sFh1doc CHANGES-2026

   doc: Updated devel/R-covr to 3.6.5
VersionDeltaFile
1.3583+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc W2ZOh3Sdevel/R-covr distinfo Makefile

   (devel/R-covr) Update 3.6.4 to 3.6.5
   
   # covr 3.6.5

   ## New Features and improvements

   * Added support for `klmr/box` modules. This works best with
     `file_coverage()`. (@radbasa, #491)

   * Performance improvement for compiled code with a lot of compilation
     units (@krlmlr, #611)

   * Fix R CMD check NOTE for upcoming R 4.6: non-API calls to SET_BODY,
     SET_CLOENV, SET_FORMALS (@t-kalinowski, #587)

   ## Fixes and minor improvements

   * Messages are now displayed using cli instead of crayon (@olivroy,
     #591).

    [19 lines not shown]
VersionDeltaFile
1.10+4-4devel/R-covr/distinfo
1.9+2-2devel/R-covr/Makefile
+6-62 files

FreeBSD/ports 9ffd183devel/simgear distinfo Makefile, games/flightgear distinfo Makefile

games/flightgear: Update to 2024.1.6
DeltaFile
+3-3games/flightgear-data/distinfo
+3-3devel/simgear/distinfo
+3-3games/flightgear/distinfo
+1-1games/flightgear-data/Makefile
+1-1devel/simgear/Makefile
+1-1games/flightgear/Makefile
+12-121 files not shown
+13-127 files

FreeBSD/ports 800dc67cad/openvsp distinfo Makefile

cad/openvsp: Update to 3.50.5

ChangeLog:
https://openvsp.org/blogs/announcements/2026/06/05/openvsp-3-50-5-released

Features:

 * Don’t no-show geometry when running VSPAERO when using Shown Set
 * Disk Segment Breakdown for Projected Area calculations
 * Export to CSV in Results Viewer
 * Delete(all) in Results Viewer
 * Zero rotation direction marker added to Prop

Fixes:

 * Fix and/or clean up some asserts triggered in Debug mode
 * Default to DBA, fallback to Triangle in ProjectionMgr
 * Add missing Discrete Visualization info to Results
 * Improve combined result in Discrete Visualization

    [2 lines not shown]
DeltaFile
+3-3cad/openvsp/distinfo
+1-2cad/openvsp/Makefile
+4-52 files

OpenBSD/ports uyZmBNksecurity/libgcrypt Makefile

   Ignore type mismatch in riscv-specific code, fixes the build on riscv64

   clang-22 considers pointer mismatches between unsigned long * and
   unsigned long long * as fatal errors. Make the errors non-fatal until
   I nuderstand what it takes to appease the compiler. Said errors
   shouldn't matter anyway given that said types are always the same size
   on riscv64 anyway.  make test agrees.

   Some performance increases are visible for eg chacha or AES on this
   Spacemit k1, but more efforts are needed to unlock performance
   improvements gated behind riscv_hwprobe checks.
VersionDeltaFile
1.104+5-0security/libgcrypt/Makefile
+5-01 files

NetBSD/pkgsrc Olhqbixmisc/stellarium distinfo, misc/stellarium/patches patch-plugins_TelescopeControl_src_INDI_INDIConnection.hpp

   stellarium: fix build against indi 2.2.2
VersionDeltaFile
1.5+12-11misc/stellarium/patches/patch-plugins_TelescopeControl_src_INDI_INDIConnection.hpp
1.77+2-1misc/stellarium/distinfo
+14-122 files

Dreckly/dreckly 9ca9b7abiology/rna-star Makefile distinfo, biology/rna-star/patches patch-Parameters__openReadsFiles.cpp patch-opal_opal.cpp

biology/rna-star: Update to 2.7.11b and fix build with clang17 (#163)

* lang/gcc14-darwin: Unbreak build under clang17

* rna-star: Update to 2.7.11b

Also fix build uder clang17 on macOS

---------

Co-authored-by: Jason Bacon <bacon at NetBSD.org>
DeltaFile
+15-5biology/rna-star/Makefile
+19-0biology/rna-star/patches/patch-Parameters__openReadsFiles.cpp
+5-4biology/rna-star/distinfo
+1-1biology/rna-star/patches/patch-opal_opal.cpp
+1-1biology/rna-star/patches/patch-bamSortByCoordinate.cpp
+1-1biology/rna-star/patches/patch-SuffixArrayFuns.cpp
+42-124 files not shown
+46-1610 files

OpenBSD/ports ntgWIOmnet/jnettop Makefile, net/jnettop/patches patch-jcursesdisplay_c

   net/jnettop: delete function call with type error and unused result

   Fixes the build with llvm22.
VersionDeltaFile
1.1+16-0net/jnettop/patches/patch-jcursesdisplay_c
1.13+1-1net/jnettop/Makefile
+17-12 files

LLVM/project b577049llvm/include/llvm/Transforms/InstCombine InstCombiner.h, llvm/lib/Transforms/InstCombine InstructionCombining.cpp InstCombineInternal.h

[spr] initial version

Created using spr 1.3.8-wip
DeltaFile
+27-8llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
+18-14llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
+8-8llvm/lib/Transforms/InstCombine/InstCombineInternal.h
+53-303 files

NetBSD/pkgsrc m5kqIPPdoc CHANGES-2026

   doc: Updated graphics/R-isoband to 0.3.0
VersionDeltaFile
1.3582+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc sLyZuvographics/R-isoband distinfo Makefile

   (graphics/R-isoband) Updated 0.2.7 to 0.3.0

   # isoband 0.3.0

   - General upkeep
   - Rewrite implementation to use cpp11
VersionDeltaFile
1.5+4-4graphics/R-isoband/distinfo
1.3+3-2graphics/R-isoband/Makefile
+7-62 files