FreeBSD/ports e4490acsecurity Makefile, security/py-biscuit-auth distinfo Makefile.crates

security/py-biscuit-auth: Add new Port

Python bindings for biscuit-auth, a decentralized authorization token
system.

Sponsored by:   Netzkommune GmbH
DeltaFile
+269-0security/py-biscuit-auth/distinfo
+133-0security/py-biscuit-auth/Makefile.crates
+43-0security/py-biscuit-auth/Makefile
+10-0security/py-biscuit-auth/pkg-plist
+3-0security/py-biscuit-auth/pkg-descr
+1-0security/Makefile
+459-06 files

LLVM/project ef2815dllvm/test/Transforms/LoopVectorize/AArch64 call-costs.ll

[LV] Add test for cost modeling wide calls with mixed return types (NFC) (#195177)

Add missing test coverage for test with multiple calls with different
return types
DeltaFile
+69-7llvm/test/Transforms/LoopVectorize/AArch64/call-costs.ll
+69-71 files

NetBSD/pkgsrc-wip 648eb32gcr4 buildlink3.mk TODO, gcr4/patches patch-gcr_gcr-ssh-agent.c patch-gcr_meson.build

gcr4: revert package naming to allow installation alongside gcr3

Update TODO.
DeltaFile
+12-12gcr4/buildlink3.mk
+21-0gcr4/patches/patch-gcr_gcr-ssh-agent.c
+3-16gcr4/TODO
+15-0gcr4/patches/patch-gcr_meson.build
+2-2gcr4/options.mk
+3-1gcr4/Makefile
+56-312 files not shown
+60-338 files

FreeBSD/ports aec79b1net/traefik Makefile distinfo

net/traefik: Update to upstream release 3.6.15

Details:
- Bugfix release, see:
  https://github.com/traefik/traefik/releases/tag/v3.6.15

MFH:            2026Q2
(cherry picked from commit 0f27e4aa1518525840c2a6b48022298b85d9147d)
DeltaFile
+8-1net/traefik/Makefile
+3-1net/traefik/distinfo
+11-22 files

LLVM/project 9eb57b6mlir/include/mlir/Dialect/LLVMIR NVVMOps.td

[MLIR][NVVM] Add `NVVM_F32UnaryApproxOp` Base Class (NFC) (#194378)

Add `NVVM_F32UnaryApproxOp` tablegen class to unify implementation
DeltaFile
+15-26mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+15-261 files

LLVM/project efd429fllvm/lib/Transforms/Vectorize VPlanUnroll.cpp VPlanRecipes.cpp, llvm/test/Transforms/LoopVectorize hoist-predicated-loads-with-predicated-stores.ll struct-return-replicate.ll

[VPlan] Dissolve replicate regions with vector live-outs. (#189022)

Remove the scalar VF restriction and properly handle replicate regions
with vector live outs.

After unrolling the replicate regions, we end up with a set of scalar
VPPhis. The current patch post-processes them and converts them to
a chain of InsertElement + VPWidenPHiRecipes to match original codegen
as closely as possible.

An alternative would be to keep the phis scalar and combine them with
BuildVector at the end, but that would result in quite different
codegen.

Now that ::execute for replicate regions is dead, clean up
VPTransformState::Lane and various ::execute that relied on it.


Depends on https://github.com/llvm/llvm-project/pull/186252 

PR: https://github.com/llvm/llvm-project/pull/189022
DeltaFile
+120-200llvm/test/Transforms/LoopVectorize/X86/x86-interleaved-accesses-masked-group.ll
+50-96llvm/test/Transforms/LoopVectorize/X86/cost-conditional-branches.ll
+64-80llvm/test/Transforms/LoopVectorize/hoist-predicated-loads-with-predicated-stores.ll
+106-28llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
+26-108llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+39-43llvm/test/Transforms/LoopVectorize/struct-return-replicate.ll
+405-55543 files not shown
+600-95349 files

FreeBSD/ports 8c851e1news/inn Makefile

news/inn: Fix blocklistd/blacklistd compat

Use Jose's find/sed approach to handle the blocklist rename
across FreeBSD versions.  My attepmt was not broad enough.

INN 2.8 source uses "blocklist" so on
FreeBSD < 15.0 we sed it back to "blacklist".  INN 2.7 source uses
"blacklist" so on FreeBSD >= 15.0 we sed it to "blocklist".

Co-Authored-By: Jose Luis Duran <jlduran at FreeBSD.org>
DeltaFile
+14-17news/inn/Makefile
+14-171 files

FreeBSD/ports 76079a7news/inn Makefile

news/inn: Fix missing blocklist substitution
DeltaFile
+1-0news/inn/Makefile
+1-01 files

FreeBSD/ports d4853e9news/inn Makefile, news/inn-current distinfo Makefile

news/inn{-current}: Update current and handle blocklistd rename

Update inn-current snapshot from 20260121 to 20260419.  Rename the
BLACKLISTD option to BLOCKLISTD to match the upstream and FreeBSD 15+
rename.  Add version-conditional logic to fall back to the old blacklist
API names on FreeBSD < 15.0 for the 2.8 branch.

Co-Authored-By: Jose Luis Duran <jlduran at FreeBSD.org>
DeltaFile
+25-4news/inn/Makefile
+3-3news/inn-current/distinfo
+1-1news/inn-current/Makefile
+29-83 files

FreeBSD/ports 0442d2bgraphics/epsonscan2 Makefile, graphics/epsonscan2/files patch-src_ScanSDK_Src_SDK_ScanMgr.cpp

graphics/epsonscan2: Fix build error on 16-current: "if (a <= b <= c)"

Fix compilation error for "if (a <= b <= c)".

While here:
- Replace PORTVERSION with DISTVERSION.
- Move dependency from boost to BUILD_DEPENDS - the port is not linked
  with boost libs, but uses includes during build.
- Remove unnecessary "CFLAGS+=".

PR:             294951
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q2

(cherry picked from commit 5337e3e6d81efbb96a153b7ae7ee9db7bfadffb3)
DeltaFile
+20-0graphics/epsonscan2/files/patch-src_ScanSDK_Src_SDK_ScanMgr.cpp
+6-8graphics/epsonscan2/Makefile
+26-82 files

FreeBSD/ports 5337e3egraphics/epsonscan2 Makefile, graphics/epsonscan2/files patch-src_ScanSDK_Src_SDK_ScanMgr.cpp

graphics/epsonscan2: Fix build error on 16-current: "if (a <= b <= c)"

Fix compilation error for "if (a <= b <= c)".

While here:
- Replace PORTVERSION with DISTVERSION.
- Move dependency from boost to BUILD_DEPENDS - the port is not linked
  with boost libs, but uses includes during build.
- Remove unnecessary "CFLAGS+=".

PR:             294951
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q2
DeltaFile
+20-0graphics/epsonscan2/files/patch-src_ScanSDK_Src_SDK_ScanMgr.cpp
+6-8graphics/epsonscan2/Makefile
+26-82 files

NetBSD/pkgsrc zMyebVZdevel/bazel Makefile

   bazel: mark as BROKEN on NetBSD 11.99.*

   Needs the abseil fixes for elf symbols, but I can't find the magic
   to apply them - the sources for abseil are used, but not in the work
   directory.
VersionDeltaFile
1.16+4-1devel/bazel/Makefile
+4-11 files

FreeBSD/ports 558fdf0x11/xterm distinfo Makefile

x11/xterm: Update to 410
DeltaFile
+3-3x11/xterm/distinfo
+1-1x11/xterm/Makefile
+4-42 files

LLVM/project 5d79fb0llvm/lib/IR DebugInfo.cpp, llvm/test/DebugInfo/Generic/assignment-tracking/declare-to-assign scalable-vector-memcpy.ll

[DebugInfo] Fix crash in declare-to-assign when memcpy writes to scalable-vector alloca (#194107)

## Problem

`declare-to-assign` (`AssignmentTrackingPass`) crashes with a fatal error when a fixed-size `memcpy` writes into a scalable-vector alloca (e.g. an RVV `vint32m1_t`):

Cannot implicitly convert a scalable size to a fixed-width size in TypeSize::operator ScalarTy()

**PS**: The compiler explorer always implicitly adds the '-g' option, when adding the '-g0', the crash will disappear: https://riscvc.godbolt.org/z/dEqhc4EoE

**Reproducer** (clang `-target riscv64-unknown-linux-gnu -march=rv64gcv -O1 -g`):
```c
#include <string.h>
#include <riscv_vector.h>
vint32m1_t get_i32x4(int* v) {
  vint32m1_t r;
  memcpy(&r, v, 16);
  return r;
}

    [13 lines not shown]
DeltaFile
+89-0llvm/test/DebugInfo/Generic/assignment-tracking/declare-to-assign/scalable-vector-memcpy.ll
+2-1llvm/lib/IR/DebugInfo.cpp
+91-12 files

NetBSD/pkgsrc ERcp3Vqdoc CHANGES-2026 TODO

   doc: jgenesis upgrade reverted
VersionDeltaFile
1.2750+1-2doc/CHANGES-2026
1.27182+2-1doc/TODO
+3-32 files

NetBSD/pkgsrc 5c4Wx9kemulators/jgenesis distinfo cargo-depends.mk

   jgenesis: revert pdate

   Needs rust 1.95, which is not in main pkgsrc yet.
VersionDeltaFile
1.12+940-1,105emulators/jgenesis/distinfo
1.12+313-368emulators/jgenesis/cargo-depends.mk
1.16+4-4emulators/jgenesis/Makefile
+1,257-1,4773 files

FreeBSD/ports 3135037sysutils/lsof/files patch-lib_dialects_freebsd_dlsof.h

sysutils/lsof: Fix build on main

PR:             294023
Reported by:    dim
Approved by:    maintainer timeout
DeltaFile
+10-0sysutils/lsof/files/patch-lib_dialects_freebsd_dlsof.h
+10-01 files

LLVM/project b6fd155mlir/lib/Dialect/AMDGPU/Transforms FoldMemRefsOps.cpp

nits

Signed-off-by: Eric Feng <Eric.Feng at amd.com>
DeltaFile
+44-39mlir/lib/Dialect/AMDGPU/Transforms/FoldMemRefsOps.cpp
+44-391 files

NetBSD/pkgsrc yAel9s2games/warzone2100 Makefile

   warzone2100: needs libopus
VersionDeltaFile
1.104+2-1games/warzone2100/Makefile
+2-11 files

FreeBSD/ports 0f27e4anet/traefik Makefile distinfo

net/traefik: Update to upstream release 3.6.15

Details:
- Bugfix release, see:
  https://github.com/traefik/traefik/releases/tag/v3.6.15

MFH:            2026Q2
DeltaFile
+8-1net/traefik/Makefile
+3-1net/traefik/distinfo
+11-22 files

NetBSD/pkgsrc xEufO7kgraphics/hugin distinfo, graphics/hugin/patches patch-CMakeModules_FindVIGRA.cmake

   hugin: fix build with vigra 1.12.4 using upstream patch
VersionDeltaFile
1.3+22-12graphics/hugin/patches/patch-CMakeModules_FindVIGRA.cmake
1.40+2-1graphics/hugin/distinfo
+24-132 files

NetBSD/pkgsrc 9hTNTTjsysutils/qemu-guest-agent Makefile

   qemu-guest-agent: add some (tool) dependencies to fix build
VersionDeltaFile
1.10+5-1sysutils/qemu-guest-agent/Makefile
+5-11 files

NetBSD/pkgsrc A8VKZtCmisc/stellarsolver distinfo Makefile, misc/stellarsolver/patches patch-stellarsolver_astrometry_include_astrometry_os-features.h patch-stellarsolver_astrometry_include_astrometry_ioutils.h

   stellarsolver: fix build on systems with POSIX qsort_r

   like NetBSD 11
VersionDeltaFile
1.1+29-0misc/stellarsolver/patches/patch-stellarsolver_astrometry_include_astrometry_os-features.h
1.1+26-0misc/stellarsolver/patches/patch-stellarsolver_astrometry_include_astrometry_ioutils.h
1.1+23-0misc/stellarsolver/patches/patch-stellarsolver_astrometry_util_qsort__reentrant.c
1.2+4-2misc/stellarsolver/distinfo
1.2+4-1misc/stellarsolver/Makefile
1.2+1-1misc/stellarsolver/patches/patch-CMakeLists.txt
+87-46 files

NetBSD/pkgsrc JQFFWrQsecurity/keychain/files startkeychain.1

   keychain: startkeychain: man page review

   * Remove trailing spaces.
   * Be gender agnostic.
   * Fix typo.
VersionDeltaFile
1.3+9-9security/keychain/files/startkeychain.1
+9-91 files

NetBSD/pkgsrc bLVWXGvshells/ksh93 Makefile, shells/ksh93/files kshrc

   shells/ksh93: kshrc: use ksh array to source only needed extensions
VersionDeltaFile
1.18+4-3shells/ksh93/Makefile
1.3+4-1shells/ksh93/files/kshrc
+8-42 files

LLVM/project d184d9allvm/tools/llubi/lib Interpreter.cpp

[llubi] Fix inconsistent intrinsic argument retrieval (#195499)

This PR fixes inconsistent intrinsic argument retrieval by making all
intrinsics fetch their arguments from `Args`. This change is a
prerequisite for handling parameter attributes in `enterCall`.
DeltaFile
+60-50llvm/tools/llubi/lib/Interpreter.cpp
+60-501 files

LLVM/project d873c55mlir/lib/Dialect/AMDGPU/IR AMDGPUOps.cpp, mlir/test/Dialect/AMDGPU invalid.mlir

nits

Signed-off-by: Eric Feng <Eric.Feng at amd.com>
DeltaFile
+11-15mlir/lib/Dialect/AMDGPU/IR/AMDGPUOps.cpp
+24-0mlir/test/Dialect/AMDGPU/invalid.mlir
+35-152 files

LLVM/project 9cf37dcmlir/include/mlir/Dialect/AMDGPU/IR AMDGPUOps.td, mlir/lib/Conversion/AMDGPUToROCDL AMDGPUToROCDL.cpp

polish

Signed-off-by: Eric Feng <Eric.Feng at amd.com>
DeltaFile
+12-28mlir/lib/Dialect/AMDGPU/IR/AMDGPUOps.cpp
+0-22mlir/test/Dialect/AMDGPU/invalid.mlir
+5-5mlir/lib/Conversion/AMDGPUToROCDL/AMDGPUToROCDL.cpp
+4-4mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPUOps.td
+21-594 files

FreeBSD/src 5a6d947usr.sbin/blacklistd blacklistd.conf, usr.sbin/blocklistd blocklistd.conf

blocklistd: Fix RFC1918 typo

The address in the configuration file example was intended to be from
the 192.168.0.0/16 range of IPv4 private addresses (RFC1918).

Reported on mastodon.social at
https://mastodon.social/@asmodai/116316630762241486.

Fix submitted upstream by emaste@.  Fixing locally first.

Reviewed by:    emaste
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56773
DeltaFile
+1-1usr.sbin/blocklistd/blocklistd.conf
+1-1usr.sbin/blacklistd/blacklistd.conf
+2-22 files

NetBSD/pkgsrc Cf38Fqidoc CHANGES-2026

   doc: Updated security/p5-Module-Signature to 0.96
VersionDeltaFile
1.2749+2-1doc/CHANGES-2026
+2-11 files