FreeBSD/ports c22afb9databases/postgresql-pgaudit Makefile distinfo

databases/postgres-pgaudit: Update to 18.0

PR:             292447
Approved by:    maintainer timeout
DeltaFile
+3-3databases/postgresql-pgaudit/Makefile
+3-3databases/postgresql-pgaudit/distinfo
+6-62 files

FreeBSD/ports b3067b1. UPDATING, Mk bsd.default-versions.mk

Mk/bsd.default-versions.mk: Update to PostgreSQL 18

See UPDATING for upgrade advice

PR:             291156
Approved by:    antoine (exp-run)
DeltaFile
+53-0UPDATING
+1-1Mk/bsd.default-versions.mk
+54-12 files

LLVM/project 52a9eb3.github/workflows/upload-release-artifact action.yml

[Github] Add TODO around actions/attest
DeltaFile
+2-0.github/workflows/upload-release-artifact/action.yml
+2-01 files

LLVM/project 8fff1c0.github/workflows/upload-release-artifact action.yml

Update actions/attest-build-provenance action to v4 (#184051)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/attest-build-provenance](https://redirect.github.com/actions/attest-build-provenance)
| action | major | `v3.1.0` → `v4.1.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/160328) for more information.

---

### Release Notes

    [120 lines not shown]
DeltaFile
+1-1.github/workflows/upload-release-artifact/action.yml
+1-11 files

LLVM/project 686987allvm/test/CodeGen/AMDGPU atomic_optimizations_global_pointer.ll atomic_optimizations_local_pointer.ll, llvm/test/Transforms/InstCombine/AMDGPU mbcnt.ll canonicalize-add-to-gep.ll

ValueTracking/AMDGPU: handle mbcnt in computeKnownBitsFromOperator (#183229)

This helps canonicalize some address calculation. This would further
help immediate folding into memory load instructions in the backend.

The order changes to v_mad_u32_u24 is just because
@llvm.amdgcn.mul.u24.i32 was used in codegen prepare after this change.
It does not really change anything important.
DeltaFile
+61-0llvm/test/Transforms/InstCombine/AMDGPU/mbcnt.ll
+23-22llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
+19-18llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+29-0llvm/test/Transforms/InstCombine/AMDGPU/canonicalize-add-to-gep.ll
+7-18llvm/test/Transforms/InstCombine/AMDGPU/llvm.amdgcn.wave.shuffle.ll
+12-12llvm/test/CodeGen/AMDGPU/insert_waitcnt_for_precise_memory.ll
+151-706 files not shown
+197-10812 files

OpenBSD/src J4gkXq1usr.bin/ssh monitor.c monitor_wrap.c

   Move banner exchange to sshd-auth process

   Previously, exchange of the initial SSH- banners was performed
   by the privileged sshd-session monitor. This moves it to the
   unprivileged sshd-auth subprocess, removing ~200 LoC from the
   monitor's privileged attack surface.

   The monitor gains a new "setcompat" RPC to allow sshd-auth to
   inform it of bug compat flags picked up from the client's banner.

   feedback dtucker@, ok markus@ deraadt@
VersionDeltaFile
1.253+27-1usr.bin/ssh/monitor.c
1.146+16-1usr.bin/ssh/monitor_wrap.c
1.13+9-1usr.bin/ssh/sshd-auth.c
1.21+1-8usr.bin/ssh/sshd-session.c
1.106+3-2usr.bin/ssh/packet.h
1.128+3-2usr.bin/ssh/compat.c
+59-152 files not shown
+63-178 files

NetBSD/pkgsrc-wip 7229572librewolf distinfo Makefile

librewolf: update to 148.0
DeltaFile
+3-3librewolf/distinfo
+2-2librewolf/Makefile
+5-52 files

LLVM/project e95dabemlir/python/mlir/dialects ext.py, mlir/test/python/dialects ext.py

[MLIR][Python] Support attribute definitions in Python-defined dialects (#183907)

This PR is quite similiar to
https://github.com/llvm/llvm-project/pull/182805.

We added basic support of attribute definitions in Python-defined
dialects, including:

- IRDL codegen for attribute definitions
- Attr builders like `MyAttr.get(..)` and attr parameter accessors (e.g.
`my_attr.param1`)
- Use Python-defined attrs in Python-defined operations

Assisted by GitHub Copilot.
DeltaFile
+111-4mlir/python/mlir/dialects/ext.py
+89-0mlir/test/python/dialects/ext.py
+200-42 files

FreeBSD/ports f7de3a6ports-mgmt/poudriere-dsh2dsh distinfo Makefile

ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20260219 => 3.4.99.20260228

Upstream changes:
 - bulk/testport: Fix caching of fetched distfiles for flavored-ports
   * Note that this does not fix go mod cache files not being cached.
     That is tracked in freebsd/poudriere#1311
 - bulk -b: Fix fetching with poudriere-created pkgbase jail.
 - logclean: Fix empty build log directory removal with multiple jails
 - jail -d -C: Allow rerunning and fix much of -C handling.
 - pkgclean -n: Fix possibly generating repo under dry-run.

PR:     293529
DeltaFile
+3-3ports-mgmt/poudriere-dsh2dsh/distinfo
+1-1ports-mgmt/poudriere-dsh2dsh/Makefile
+4-42 files

HardenedBSD/src 0f575cdsbin/ipfw ipfw2.c, sbin/ipfw/tests test_add_rule.py

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+428-0tests/sys/netpfil/ipfw/lookup.sh
+184-137sys/netpfil/ipfw/ip_fw2.c
+155-137share/mk/src.libnames.mk
+231-12sbin/ipfw/tests/test_add_rule.py
+151-42sbin/ipfw/ipfw2.c
+162-17tests/atf_python/sys/netpfil/ipfw/insns.py
+1,311-34512 files not shown
+1,629-41818 files

HardenedBSD/src b2ff489sbin/ipfw ipfw2.c, sbin/ipfw/tests test_add_rule.py

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+428-0tests/sys/netpfil/ipfw/lookup.sh
+184-137sys/netpfil/ipfw/ip_fw2.c
+155-137share/mk/src.libnames.mk
+231-12sbin/ipfw/tests/test_add_rule.py
+151-42sbin/ipfw/ipfw2.c
+162-17tests/atf_python/sys/netpfil/ipfw/insns.py
+1,311-34512 files not shown
+1,629-41818 files

HardenedBSD/src 47a6a12sys/amd64/vmm/amd amdvi_hw.c, usr.sbin/bhyve usb_mouse.c

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+13-5usr.sbin/bhyve/usb_mouse.c
+1-9sys/amd64/vmm/amd/amdvi_hw.c
+14-142 files

HardenedBSD/ports b3ffd17audio/bliss/files patch-src_frequency__sort.c, misc/gemini-cli pkg-plist

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+18,983-1,885misc/gemini-cli/pkg-plist
+1,883-936misc/gemini-cli/files/package-lock.json
+107-52misc/visp/pkg-plist
+95-0audio/bliss/files/patch-src_frequency__sort.c
+78-0www/py-yt-dlp-ejs/Makefile
+0-71ports-mgmt/portmaster/files/patch-portmaster
+21,146-2,94469 files not shown
+21,503-3,21875 files

FreeBSD/ports 81d96d7math/octave-forge-general distinfo Makefile

math/octave-forge-general: Update to 2.1.4.
DeltaFile
+3-3math/octave-forge-general/distinfo
+1-2math/octave-forge-general/Makefile
+4-52 files

HardenedBSD/ports 81d96d7math/octave-forge-general distinfo Makefile

math/octave-forge-general: Update to 2.1.4.
DeltaFile
+3-3math/octave-forge-general/distinfo
+1-2math/octave-forge-general/Makefile
+4-52 files

NetBSD/pkgsrc 6numSBgdoc CHANGES-2026

   doc: Remove update of devel/ruby-rspec-its to 2.0.0
VersionDeltaFile
1.1480+1-2doc/CHANGES-2026
+1-21 files

NetBSD/pkgsrc 1tnO7MYdevel/ruby-rspec-its distinfo Makefile

   devel/ruby-rspec-its: downgrade to 1.3.1

   Revert previous update since it require more addtion/update of other
   pacakges.
VersionDeltaFile
1.7+4-4devel/ruby-rspec-its/distinfo
1.5+4-4devel/ruby-rspec-its/Makefile
1.5+2-3devel/ruby-rspec-its/PLIST
+10-113 files

GhostBSD/ports 3edf2ffx11/xconfig distinfo Makefile

x11/xconfig: update to 3.1
DeltaFile
+3-3x11/xconfig/distinfo
+1-1x11/xconfig/Makefile
+4-42 files

GhostBSD/ports 378311asysutils/gbi distinfo Makefile

sysutils/gbi: update to 11.0
DeltaFile
+3-3sysutils/gbi/distinfo
+1-1sysutils/gbi/Makefile
+4-42 files

NetBSD/pkgsrc MPsAZZsmisc/ocaml-opam-file-format Makefile

   misc/ocaml-opam-file-format: Not MAKE_JOBS_SAFE
VersionDeltaFile
1.22+7-2misc/ocaml-opam-file-format/Makefile
+7-21 files

GhostBSD/ports 1ab2051shells/ghostbsd-zsh-settings distinfo Makefile

shells/ghostbsd-zsh-settings: update to 0.2, add zsh-fast-syntax-highlighting dependency
DeltaFile
+3-3shells/ghostbsd-zsh-settings/distinfo
+3-2shells/ghostbsd-zsh-settings/Makefile
+6-52 files

FreeBSD/ports a514edfsysutils/tarbsd-builder distinfo Makefile

sysutils/tarbsd-builder: Update 26.02.10 => 26.03.01

Release Notes:
https://github.com/pavetheway91/tarbsd/releases/tag/26.03.01

Commit log:
https://github.com/pavetheway91/tarbsd/compare/26.02.10...26.03.01

PR:     293524
DeltaFile
+3-3sysutils/tarbsd-builder/distinfo
+1-1sysutils/tarbsd-builder/Makefile
+4-42 files

HardenedBSD/ports a514edfsysutils/tarbsd-builder distinfo Makefile

sysutils/tarbsd-builder: Update 26.02.10 => 26.03.01

Release Notes:
https://github.com/pavetheway91/tarbsd/releases/tag/26.03.01

Commit log:
https://github.com/pavetheway91/tarbsd/compare/26.02.10...26.03.01

PR:     293524
DeltaFile
+3-3sysutils/tarbsd-builder/distinfo
+1-1sysutils/tarbsd-builder/Makefile
+4-42 files

LLVM/project 8774da8mlir/lib/Dialect/XeGPU/Transforms XeGPULayoutImpl.cpp, mlir/test/Dialect/XeGPU xegpu-wg-to-sg-unify-ops.mlir subgroup-distribute.mlir

[MLIR][XeGPU] Preserve anchor layouts in recoverTemporaryLayout (#182186)

DeltaFile
+13-1mlir/test/Dialect/XeGPU/xegpu-wg-to-sg-unify-ops.mlir
+6-6mlir/test/Dialect/XeGPU/subgroup-distribute.mlir
+1-1mlir/lib/Dialect/XeGPU/Transforms/XeGPULayoutImpl.cpp
+20-83 files

Linux/linux 11439c4. Makefile

Linux 7.0-rc2
DeltaFile
+1-1Makefile
+1-11 files

NetBSD/pkgsrc jXHotTSmisc/ocaml-opam-file-format Makefile

   misc/ocaml-opam-file-format: Add more notes about upgrade woes
VersionDeltaFile
1.21+6-1misc/ocaml-opam-file-format/Makefile
+6-11 files

Linux/linux 949d0a4Documentation/virt/kvm api.rst, arch/arm64/kvm nested.c at.c

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm

Pull kvm fixes from Paolo Bonzini:
 "Arm:

   - Make sure we don't leak any S1POE state from guest to guest when
     the feature is supported on the HW, but not enabled on the host

   - Propagate the ID registers from the host into non-protected VMs
     managed by pKVM, ensuring that the guest sees the intended feature
     set

   - Drop double kern_hyp_va() from unpin_host_sve_state(), which could
     bite us if we were to change kern_hyp_va() to not being idempotent

   - Don't leak stage-2 mappings in protected mode

   - Correctly align the faulting address when dealing with single page
     stage-2 mappings for PAGE_SIZE > 4kB

    [28 lines not shown]
DeltaFile
+31-32arch/arm64/kvm/nested.c
+34-3arch/arm64/kvm/hyp/nvhe/pkvm.c
+2-25arch/arm64/kvm/at.c
+1-16virt/kvm/kvm_main.c
+5-7arch/arm64/kvm/mmu.c
+4-6Documentation/virt/kvm/api.rst
+77-8920 files not shown
+87-12826 files

HardenedBSD/ports 488d83fnet/samba422 distinfo Makefile

net/samba422: Update to 4.22.7

PR:             293472
Sponsored by:   Klara Inc.
DeltaFile
+3-3net/samba422/distinfo
+1-2net/samba422/Makefile
+4-52 files

FreeBSD/ports 488d83fnet/samba422 distinfo Makefile

net/samba422: Update to 4.22.7

PR:             293472
Sponsored by:   Klara Inc.
DeltaFile
+3-3net/samba422/distinfo
+1-2net/samba422/Makefile
+4-52 files

NetBSD/pkgsrc nNmm376misc/ocaml-opam-file-format Makefile

   misc/ocaml-opam-file-format: Store bug report blocking upgrade
VersionDeltaFile
1.20+5-1misc/ocaml-opam-file-format/Makefile
+5-11 files