NetBSD/pkgsrc o9t1Fundoc CHANGES-2026

   Updated net/rclone, editors/neovim, shells/nushell
VersionDeltaFile
1.2476+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc AYLhbOfshells/nushell distinfo Makefile

   nushell: updated to 0.112.2

   0.112.2
   Fixed regressions in quoting for string arguments in Nu script calls
   Fixed regressions for input list
VersionDeltaFile
1.71+7-7shells/nushell/distinfo
1.86+2-2shells/nushell/Makefile
1.61+1-1shells/nushell/cargo-depends.mk
+10-103 files

LLVM/project bf14602clang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[MLIR][CIR] WIP: Add implicit terminator trait hierarchy

Add a complete 2x2 matrix of implicit terminator traits:
- ImplicitDefaultTerminator<T>: any terminator, no SingleBlock
- ImplicitTerminator<T>: only T, no SingleBlock
- SingleBlockImplicitDefaultTerminator<T>: any terminator, SingleBlock
- SingleBlockImplicitTerminator<T>: only T, SingleBlock (existing)

Shared ImplicitTerminatorBase provides ensureTerminator,
buildTerminator, ImplicitTerminatorOpT, and a common
verifyRegionTerminators loop.

Adopt ImplicitDefaultTerminator in CIR for IfOp, ScopeOp,
and CleanupScopeOp. Remove dead CIR helpers (omitRegionTerm,
parseOmittedTerminatorRegion, printOmittedTerminatorRegion).
DeltaFile
+161-54mlir/include/mlir/IR/OpDefinition.h
+14-36clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+0-48clang/test/CIR/CodeGen/try-catch.cpp
+31-2mlir/include/mlir/IR/OpBase.td
+8-13clang/include/clang/CIR/Dialect/IR/CIROps.td
+0-19clang/test/CIR/CodeGen/partial-array-cleanup.cpp
+214-17243 files not shown
+261-43549 files

NetBSD/pkgsrc t9ZF0N2editors/neovim distinfo Makefile

   neovim: updated to 0.12.1

   0.12.1
   Bug fixes
   https://github.com/neovim/neovim/commit/7ac5a26d5633a41d7e291141488ca635242973a5
VersionDeltaFile
1.22+4-4editors/neovim/distinfo
1.25+2-2editors/neovim/Makefile
+6-62 files

NetBSD/pkgsrc goWWsOFnet/rclone distinfo Makefile

   rclone: updated to 1.73.5

   1.73.5 - 2026-04-19

   - Bug Fixes
     - operations: Add AuthRequired to operations/fsinfo to prevent backend creation CVE-2026-41179 (Nick Craig-Wood)
     - rc
       - Add AuthRequired to options/set to prevent auth bypass CVE-2026-41176 (Nick Craig-Wood)
       - Snapshot NoAuth at startup to prevent runtime auth bypass CVE-2026-41176 (Nick Craig-Wood)
     - filter: Fix debug logs that fire before logger is configured (Nick Craig-Wood)
   - Azureblob
     - Add Microsoft Partner Network User-Agent prefix (Nick Craig-Wood)
   - Drime
     - Fix User.EntryPermissions JSON unmarshalling (a1pcm)
   - Iclouddrive
     - Fix 'directory not found' error when the directory contains accent marks (Brais Couce)
   - S3
     - Fix TencentCOS CDN endpoint failing on bucket check (Mozi)
     - Fix empty delimiter parameter rejected by Archiware P5 server (Nick Craig-Wood)
VersionDeltaFile
1.38+4-4net/rclone/distinfo
1.99+2-2net/rclone/Makefile
+6-62 files

NetBSD/pkgsrc xcNepmWx11/xfce4-screenshooter Makefile

   xfce4-screenshooter: add missing tool

   fix pkglint while here
VersionDeltaFile
1.80+2-2x11/xfce4-screenshooter/Makefile
+2-21 files

NetBSD/pkgsrc lIT2qXwdoc CHANGES-2026

   Updated fonts/harfbuzz[-icu]
VersionDeltaFile
1.2475+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 64io9Gffonts/harfbuzz distinfo Makefile.common

   harfbuzz: updated to 14.2.0

   Overview of changes leading to 14.2.0

   In this release, the experimental raster, vector, and GPU libraries went
   through several rounds of code review and cleanup to make sure they follow the
   high standards expected of HarfBuzz code. The API has also been extensively
   reviewed based on experience gained from using these libraries. We consider the
   code and API to be ready for stabilization, and we expect to graduate them from
   experimental in the near future. If you are using or planning to use these
   libraries and have any concerns about the API, it is time to raise them. Once a
   library is deemed stable, we will never change the API or ABI in an
   incompatible way.

   - GPU library:
     * New color-glyph paint renderer, based on design by Lê Duy Quang.
       `hb_gpu_paint_t` walks a font's paint tree (COLRv0 or COLRv1) and encodes
       its layers (solid fills, linear / radial / sweep gradients, transforms,
       composite groups) into a compact blob.

    [205 lines not shown]
VersionDeltaFile
1.172+4-4fonts/harfbuzz/distinfo
1.82+2-2fonts/harfbuzz/Makefile.common
1.92+2-2fonts/harfbuzz/PLIST
+8-83 files

NetBSD/pkgsrc AEFhXGZwayland/swappy Makefile

   swappy: needs msgfmt with --desktop support
VersionDeltaFile
1.2+2-1wayland/swappy/Makefile
+2-11 files

NetBSD/pkgsrc Bb9475zdevel/py-testtools PLIST

   py-testtools: fix PLIST
VersionDeltaFile
1.15+4-1devel/py-testtools/PLIST
+4-11 files

NetBSD/src PVsq3HN. UPDATING

   Note jemalloc switch requires cleaning of libc and external/bsd/jemalloc
VersionDeltaFile
1.391+6-1UPDATING
+6-11 files

FreeBSD/ports 9ddf0ebtextproc/peg Makefile

textproc/peg: Set PORTSCOUT to ignore development version

Sponsored by:   The FreeBSD Foundation
DeltaFile
+2-0textproc/peg/Makefile
+2-01 files

FreeBSD/src e6f8afdlibexec/rc rc.conf

rc.conf: Fix typo in comment

The correct path is /etc/defaults/rc.conf (defaults in plural).

Reviewed by:    netchild
Fixes:          cc4eb1ea1040 ("Add support for a /etc/defaults/vendor.conf override file")
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D56456

(cherry picked from commit 8e08080ee581dfd30c128d032035da7b6ae44463)
DeltaFile
+1-1libexec/rc/rc.conf
+1-11 files

FreeBSD/src f5e1bc1libexec/rc rc.conf

rc.conf: Fix typo in comment

The correct path is /etc/defaults/rc.conf (defaults in plural).

Reviewed by:    netchild
Fixes:          cc4eb1ea1040 ("Add support for a /etc/defaults/vendor.conf override file")
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D56456

(cherry picked from commit 8e08080ee581dfd30c128d032035da7b6ae44463)
DeltaFile
+1-1libexec/rc/rc.conf
+1-11 files

FreeBSD/src 16719d3libexec/rc rc.conf

rc.conf: Fix typo in comment

The correct path is /etc/defaults/rc.conf (defaults in plural).

Reviewed by:    netchild
Fixes:          cc4eb1ea1040 ("Add support for a /etc/defaults/vendor.conf override file")
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D56456

(cherry picked from commit 8e08080ee581dfd30c128d032035da7b6ae44463)
DeltaFile
+1-1libexec/rc/rc.conf
+1-11 files

LLVM/project 832d6dbllvm/lib/Passes PassBuilderPipelines.cpp, llvm/test/Other new-pm-defaults.ll new-pm-thinlto-postlink-defaults.ll

Revert "[JTS][Passes] Enable JTS By Default" (#192894)

Reverts llvm/llvm-project#192884

Still causes failures on the BOLT builder.
DeltaFile
+5-1llvm/test/Other/new-pm-defaults.ll
+2-2llvm/lib/Passes/PassBuilderPipelines.cpp
+0-1llvm/test/Other/new-pm-thinlto-postlink-defaults.ll
+0-1llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
+0-1llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
+0-1llvm/test/Other/new-pm-thinlto-prelink-defaults.ll
+7-72 files not shown
+7-98 files

FreeBSD/ports c55ec6dnet/scamper distinfo pkg-plist

net/scamper: update to 20260331

PR:             294154
Reported by:    maintainer
Approved by:    maintainer

Changelogs:
https://mailman.caida.org/pipermail/scamper-announce/2026-February/000060.html
https://mailman.caida.org/pipermail/scamper-announce/2026-March/000061.html
DeltaFile
+3-3net/scamper/distinfo
+2-2net/scamper/pkg-plist
+1-1net/scamper/Makefile
+6-63 files

FreeBSD/ports 5c93048databases/pg.el distinfo Makefile

databases/pg.el: Update to 0.65 and take maintainership

Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3databases/pg.el/distinfo
+2-3databases/pg.el/Makefile
+5-62 files

FreeBSD/ports 5d0d319databases/emacsql Makefile distinfo

databases/emacsql: Update to 4.3.6, clean up, and take maintainership

- Do not byte-compile Elisp since .elc files are no longer packaged.
- Remove BUILD_DEPENDS and MAKE_JOBS_UNSAFE.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+4-8databases/emacsql/Makefile
+3-3databases/emacsql/distinfo
+7-112 files

OpenBSD/src P1dsWPRlib/libtls tls_keypair.c

   tls_keypair: add missing <limits.h>

   from bcook kenjiro
VersionDeltaFile
1.13+3-1lib/libtls/tls_keypair.c
+3-11 files

FreeBSD/ports 1c50d3adevel/forge Makefile distinfo

devel/forge: Update to 0.6.4 and take maintainership

Changelog:      https://github.com/magit/forge/blob/main/CHANGELOG#v064----2026-04-08
Sponsored by:   The FreeBSD Foundation
DeltaFile
+6-7devel/forge/Makefile
+3-3devel/forge/distinfo
+9-102 files

FreeBSD/ports 0278a49databases/closql Makefile

databases/closql: Clean up and take maintainership

- Remove unnecessary BUILD_DEPENDS
- Install Elisp into a subdirectory under ${EMACS_SITE_LISPDIR}

Sponsored by:   The FreeBSD Foundation
DeltaFile
+6-9databases/closql/Makefile
+6-91 files

FreeBSD/ports a2e1843textproc/yaml.el Makefile distinfo

textproc/yaml.el: Update to 1.2.3 and take maintainership

Release notes:  https://github.com/zkry/yaml.el/releases/tag/v1.2.3
Sponsored by:   The FreeBSD Foundation
DeltaFile
+12-11textproc/yaml.el/Makefile
+3-3textproc/yaml.el/distinfo
+15-142 files

OpenBSD/src 3Rvfl7Nlib/libcrypto/ec ec_pmeth.c

   ec_pmeth: fix 20yo comment: *outlen -> *keylen
VersionDeltaFile
1.28+2-2lib/libcrypto/ec/ec_pmeth.c
+2-21 files

FreeBSD/ports e36baeesysutils/work-tuimer distinfo Makefile

sysutils/work-tuimer: Update to 0.6.0

ChangeLog:
https://github.com/Kamyil/work-tuimer/releases/tag/v0.6.0
DeltaFile
+3-3sysutils/work-tuimer/distinfo
+1-1sysutils/work-tuimer/Makefile
+4-42 files

FreeBSD/ports 7481290misc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.2.7 → 3.2.8
DeltaFile
+87-3misc/lean-ctx/distinfo
+43-1misc/lean-ctx/Makefile
+130-42 files

FreeBSD/ports bbf499asysutils/mise distinfo Makefile

sysutils/mise: update 2026.4.17 → 2026.4.18
DeltaFile
+5-5sysutils/mise/distinfo
+2-2sysutils/mise/Makefile
+7-72 files

FreeBSD/ports cb21c9bdeskutils/just distinfo Makefile

deskutils/just: update 1.49.0 → 1.50.0
DeltaFile
+43-43deskutils/just/distinfo
+21-21deskutils/just/Makefile
+64-642 files

FreeBSD/ports 16cbe2eshells/starship distinfo Makefile

shells/starship: update 1.24.2 → 1.25.0
DeltaFile
+423-373shells/starship/distinfo
+211-187shells/starship/Makefile
+634-5602 files

FreeBSD/ports 1929b30archivers/nfpm distinfo Makefile

archivers/nfpm: update 2.46.1 → 2.46.3
DeltaFile
+5-5archivers/nfpm/distinfo
+1-1archivers/nfpm/Makefile
+6-62 files