FreeBSD/ports afd178aarchivers/zutils distinfo Makefile

archivers/zutils: Update to 1.16
DeltaFile
+3-3archivers/zutils/distinfo
+1-1archivers/zutils/Makefile
+4-42 files

FreeBSD/ports 9f10303sysutils/py-dbuild distinfo Makefile

sysutils/py-dbuild: Update to 1.6.1

ChangeLog: https://github.com/daemonless/dbuild/compare/v1.5.0...v1.6.1
DeltaFile
+3-3sysutils/py-dbuild/distinfo
+1-1sysutils/py-dbuild/Makefile
+4-42 files

NetBSD/src LPXunJYsys/uvm uvm_swap.c

   swap_on: add a comment about the motivation to defer key generation

   the original text from Taylor R Campbell, in PR/60084.
VersionDeltaFile
1.216+7-3sys/uvm/uvm_swap.c
+7-31 files

FreeBSD/ports 3a64397devel/golangci-lint distinfo Makefile

devel/golangci-lint: Update to 2.11.3

ChangeLog:
https://github.com/golangci/golangci-lint/releases/tag/v2.11.3
DeltaFile
+5-5devel/golangci-lint/distinfo
+2-3devel/golangci-lint/Makefile
+7-82 files

FreeBSD/ports 63dbb2anet Makefile, net/ipaddr Makefile pkg-descr

net/ipaddr: New port: Command-line IP address manipulation tool

ipaddr is a command-line tool for manipulating and querying IP addresses
and networks. It provides functionality similar to Python's ipaddress module
but as a standalone CLI utility.

Features include:
- IPv4 and IPv6 address normalization
- CIDR and netmask prefix notation support
- Network calculations (network, broadcast, host addressing)
- Address classification (private, loopback, multicast, etc.)
- Subnet and supernet operations
- Command chaining for complex operations
- IPv6-specific features (6to4, Teredo, zone-id)

WWW: https://github.com/astralblue/ipaddr

PR:             292621
Reported by:    Eugene M. Kim <ab at astral.blue> (new maintainer)
DeltaFile
+24-0net/ipaddr/Makefile
+12-0net/ipaddr/pkg-descr
+3-0net/ipaddr/distinfo
+1-0net/Makefile
+40-04 files

NetBSD/src nNyS4Oaexternal/gpl3/gdb/dist/gdb riscv-netbsd-tdep.c

   update single step method name
VersionDeltaFile
1.5+1-1external/gpl3/gdb/dist/gdb/riscv-netbsd-tdep.c
+1-11 files

NetBSD/src FekfIyYsys/kern kern_runq.c

   sched_catchlwp: fix an inverted conditional

   fix a regression in the
   "partly prepare for more than 2-level CPU speed scheduler support"
   change.
VersionDeltaFile
1.73+3-3sys/kern/kern_runq.c
+3-31 files

NetBSD/src SMR9Xo3sys/kern kern_cpu.c

   cpu_is_better: fix comparison

   the current coding always return true.
   this commit fixes it to return if the first one is better
   than the other one, which i believe is the author's intention.

   fix a regression in the
   "partly prepare for more than 2-level CPU speed scheduler support"
   change.
VersionDeltaFile
1.101+4-4sys/kern/kern_cpu.c
+4-41 files

LLVM/project 98ccac6orc-rt/include/orc-rt Session.h, orc-rt/lib/executor Session.cpp

[orc-rt] Return ref from Session::addService, add createService. (#186640)

Session::addService now returns a reference to the added Service. This
allows clients to hold a reference for further direct interaction with
the Service object.

This commit also introduces a new Session::createService convenience
method that creates the service and returns a reference to it.
DeltaFile
+27-0orc-rt/unittests/SessionTest.cpp
+16-1orc-rt/include/orc-rt/Session.h
+0-6orc-rt/lib/executor/Session.cpp
+43-73 files

FreeBSD/ports b519880misc/py-polars distinfo, misc/py-polars-runtime distinfo Makefile

misc/py-polars{,-runtime}: update 1.36.1 → 1.39.0
DeltaFile
+591-613misc/py-polars-runtime/distinfo
+296-307misc/py-polars-runtime/Makefile
+6-8misc/py-polars-runtime/files/patch-Cargo.toml
+4-4misc/py-polars-runtime/files/patch-crates_polars-sql_src_functions.rs
+4-4misc/py-polars-runtime/files/patch-Cargo.lock
+3-3misc/py-polars/distinfo
+904-9392 files not shown
+907-9428 files

FreeBSD/ports 69d3298editors/zed Makefile, editors/zed/files patch-crates_extension__host_src_wasm__host_wit_since__v0__8__0.rs

editors/zed: Fix WASM extension host panic on FreeBSD ("unsupported os")

Zed's WASM extension host panics with "unsupported os" on FreeBSD when
any Rust-based extension (Typst, LaTeX, HTML, typos, etc.) loads. The
panic occurs at
crates/extension_host/src/wasm_host/wit/since_v0_8_0.rs:840 where
current_platform() only handles macOS, Linux, and Windows.

The patch maps FreeBSD to the Linux OS variant and seems to solve the
issue, allowing the user to install the extensions for Typst, LaTex,
and typos.

PR:             293816
Reported by:    John Holloway <mail at jholloway.dev>
Pull Request:   https://github.com/tagattie/FreeBSD-Zed/pull/3
DeltaFile
+11-0editors/zed/files/patch-crates_extension__host_src_wasm__host_wit_since__v0__8__0.rs
+1-0editors/zed/Makefile
+12-02 files

FreeBSD/src 16cef5fcontrib/libpcap configure pcap-linux.c, lib/libpcap config.h

libpcap: Update to 1.10.6

Changes:        https://raw.githubusercontent.com/the-tcpdump-group/libpcap/89e982c37c36ad0bf9f10b7ded421cb42422effa/CHANGES
Reviewed by:    bms, emaste
Obtained from:  https://www.tcpdump.org/release/libpcap-1.10.6.tar.gz
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55545
Differential Revision:  https://reviews.freebsd.org/D55858
DeltaFile
+361-360contrib/libpcap/configure
+566-102contrib/libpcap/pcap-linux.c
+404-50contrib/libpcap/nametoaddr.c
+225-123contrib/libpcap/pcap-dlpi.c
+245-101contrib/libpcap/gencode.c
+209-54lib/libpcap/config.h
+2,010-79067 files not shown
+3,574-1,50173 files

LLVM/project 96e7fc2orc-rt/docs Design.md, orc-rt/include/orc-rt Service.h ResourceManager.h

[orc-rt] Rename "ResourceManager" to "Service". NFCI. (#186639)

The name "Service" better reflects the general purpose of this class: It
provides *something* (often resource management) to the Session, is
owned by the Session, and receives notifications from the Session when
the controller detaches / is detached, and when the Session is shut
down.

An example of a non-resource-managing Service (to be added in an
upcoming patch) is a detach / shutdown notification service: Clients can
add this service to register arbitrary callbacks to be run on detach /
shutdown. The advantage of this over the current Session detach /
shutdown callback system is that clients can control both the order of
the callbacks, and their order relative to notification of other
services.
DeltaFile
+47-0orc-rt/include/orc-rt/Service.h
+0-44orc-rt/include/orc-rt/ResourceManager.h
+13-13orc-rt/unittests/SessionTest.cpp
+12-11orc-rt/docs/Design.md
+19-0orc-rt/lib/executor/Service.cpp
+0-19orc-rt/lib/executor/ResourceManager.cpp
+91-876 files not shown
+115-11212 files

FreeBSD/ports 1beebb1security/bitwarden-cli distinfo, security/bitwarden-cli/files/packagejsons package-lock.json package.json

security/bitwarden-cli: Update to 2026.2.0

Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2026.2.0

Reported by:    GitHub (watch releases)
DeltaFile
+252-406security/bitwarden-cli/files/packagejsons/package-lock.json
+24-25security/bitwarden-cli/files/packagejsons/package.json
+6-6security/bitwarden-cli/files/packagejsons/apps/cli/package.json
+11-0security/bitwarden-cli/files/packagejsons/libs/user-crypto-management/package.json
+5-5security/bitwarden-cli/files/packagejsons/apps/desktop/package.json
+5-5security/bitwarden-cli/distinfo
+303-4473 files not shown
+306-4519 files

NetBSD/pkgsrc-wip d5a2350terraform-provider-vultr distinfo go-modules.mk

terraform-provider-vultr: update to 2.30.1

v2.30.1 (2026-03-04)

Bug Fixes

* resource/kubernetes_node_pool: Remove len check on node pool state
  migration

v2.30.0 (2026-02-26)

Enhancements

* resource/instance: Mark KVM URLs fields as sensitive
* data source/instance: Mark KVM URLs fields as sensitive
* data source/block_storage: Add OS, attached and other bootable
  instance-related fields
* resource/block_storage: Add OS, attached and other bootable
  instance-related fields

    [17 lines not shown]
DeltaFile
+24-24terraform-provider-vultr/distinfo
+7-7terraform-provider-vultr/go-modules.mk
+1-1terraform-provider-vultr/Makefile
+32-323 files

NetBSD/pkgsrc-wip bdd5b3ekubectl distinfo Makefile

kubectl: update to 1.35.2

No relevant changes from upstream changelog regarding kubectl.
DeltaFile
+3-3kubectl/distinfo
+1-1kubectl/Makefile
+1-1kubectl/COMMIT_MSG
+5-53 files

NetBSD/pkgsrc-wip 5ed5343q-dns distinfo go-modules.mk

q-dns: update to 0.19.12

* Add HTTPS as a default RR type
* Merge pull request #144 from racpast/fix/cli-arg-parsing
* Merge pull request #145 from racpast/fix/idna-underscore
* Merge pull request #149 from ryankoski/rk/update_default_rr
* Merge pull request #155 from racpast/fix/quic-nil-pointer
* Merge pull request #156 from racpast/feat/mdns-support
* Merge pull request #157 from racpast/feat/config-file
* chore: bump deps
* feat: add mDNS support by relaxing source IP verification
* feat: add support for loading options from ~/.qrc
* fix: duplicate sections
* fix: ede test
* fix: panic on empty argument in SetFalseBooleans
* fix: prevent panic on nil QUIC connection close
* fix: resolve issue with combining short flags and equal signs
* fix: tests
* fix: use lax IDNA profile to support underscores in domains
DeltaFile
+150-156q-dns/distinfo
+49-51q-dns/go-modules.mk
+2-2q-dns/Makefile
+1-1q-dns/COMMIT_MSG
+202-2104 files

NetBSD/pkgsrc-wip 94f81cbpy-identify distinfo COMMIT_MSG

py-identify: update to 2.6.17
DeltaFile
+3-3py-identify/distinfo
+1-1py-identify/COMMIT_MSG
+1-1py-identify/Makefile
+5-53 files

LLVM/project 3fea2f6libcxx/test/std/atomics/atomics.ref compare_exchange_weak.pass.cpp

[libc++][test] Use loop with compare_exchange_weak calls (#185953)

On AIX, this test sometimes fails with error `Assertion failed: y ==
true`. The test assumes `compare_exchange_weak` should succeed on a
single call, however according to the standard:

> A weak compare-and-exchange operation may fail spuriously. That is,
even when the contents of memory referred to by expected and ptr are
equal, it may return false and store back to expected the same memory
contents that were originally there.
This spurious failure enables implementation of compare-and-exchange on
a broader class of machines, e.g., load-locked store-conditional
machines. A consequence of spurious failure is that nearly all uses of
weak compare-and-exchange will be in a loop.

[atomics.ref.ops]/27
DeltaFile
+10-10libcxx/test/std/atomics/atomics.ref/compare_exchange_weak.pass.cpp
+10-101 files

FreeBSD/ports e51bb14textproc/py-elasticsearch5 Makefile

textproc/py-elasticsearch5: Deprecate - 5.x reached EoL, last version was in 2018

In such cases, I usually update to the latest version in the branch
(5.5.2 => 5.5.5) and only then deprecate the port, but here there is no
point in this - this is a very old branch, the latest version of which
was released in 2018, no one in the tree depends on it, and the ports
have the latest version 9.3.0 in the port textproc/py-elasticsearch.

Deprecate with expiration date 2026-06-30.

Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
DeltaFile
+4-1textproc/py-elasticsearch5/Makefile
+4-11 files

LLVM/project 0447766mlir/include/mlir/Bindings/Python Globals.h, mlir/lib/Bindings/Python Globals.cpp IRCore.cpp

[MLIR][Python] Refine the behavior of Python-defined dialect reloading (#186128)

This includes several changes:
- `Dialect.load(reload=False)` will fail if the dialect was already
loaded in a different context. To prevent the further program abortion.
- `Dialect.load(reload=True)` implies `replace=True` in
dialect/operation registering.
- `PyGlobals::registerDialectImpl` now has a parameter `replace`.
- `register_dialect` and `register_operation` is no longer exposed in
`mlir.dialects.ext`.

This should solve the registering problem found in writing transform
test cases by @rolfmorel.
DeltaFile
+12-27mlir/python/mlir/dialects/ext.py
+1-7mlir/test/python/dialects/transform_op_interface.py
+1-3mlir/test/python/dialects/transform_pattern_descriptor_op_interface.py
+2-2mlir/include/mlir/Bindings/Python/Globals.h
+2-2mlir/lib/Bindings/Python/Globals.cpp
+2-1mlir/lib/Bindings/Python/IRCore.cpp
+20-426 files

NetBSD/src TAesyPRlib/libkvm kvm_proc.c

   libkvm: fix kvm_getargv/kvm_getenvv

   these functions always fail because of a regression in 2022.
   ("read the ps arguments from the correct place.")

   this commit restores them by adding a missing p_psstrp initialization.
VersionDeltaFile
1.101+3-2lib/libkvm/kvm_proc.c
+3-21 files

NetBSD/src wbiYYrGsys/kern kern_proc.c

   sysctl_doeproc: fix an argument check

   this commit fixes a regression in 2015, which made
   kvm_getprocs(KERN_PROC_ALL) always fail.
   ("implementation of KERN_PROC_PATHNAME, some refactoring for KERN_PROC.")
VersionDeltaFile
1.281+8-3sys/kern/kern_proc.c
+8-31 files

FreeBSD/ports 67d56batextproc Makefile

textproc/kibana9{1,2,3}: Connect to build

PR:             290979
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
DeltaFile
+3-0textproc/Makefile
+3-01 files

FreeBSD/ports 6688fdetextproc/kibana93 Makefile distinfo, textproc/kibana93/files patch-config_kibana.yml patch-config_node.options

textproc/kibana93: New port: Browser-based analytics and search interface to Elasticsearch 9.3.x

Release Notes:
https://www.elastic.co/docs/release-notes/kibana#kibana-9.3.1-release-notes

PR:             290979
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+5-5textproc/kibana93/Makefile
+2-2textproc/kibana93/distinfo
+2-2textproc/kibana93/files/patch-config_kibana.yml
+1-1textproc/kibana93/files/patch-config_node.options
+1-1textproc/kibana93/files/patch-node__modules__kbn_setup-node-env_node__version__validator.js
+1-1textproc/kibana93/pkg-descr
+12-126 files

FreeBSD/ports 13cedaatextproc/kibana93 Makefile, textproc/kibana93/files extra-node-re2-binding-gyp.patch kibana.in

textproc/kibana93: Repocopy from textproc/kibana92

PR:             290979
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
DeltaFile
+158-0textproc/kibana93/Makefile
+131-0textproc/kibana93/files/extra-node-re2-binding-gyp.patch
+83-0textproc/kibana93/files/kibana.in
+20-0textproc/kibana93/files/pkg-deinstall.in
+16-0textproc/kibana93/files/patch-node__modules__kbn_setup-node-env_node__version__validator.js
+15-0textproc/kibana93/files/patch-config_kibana.yml
+423-04 files not shown
+455-010 files

FreeBSD/ports 818af88textproc/kibana92 Makefile distinfo, textproc/kibana92/files patch-node__modules__kbn_setup-node-env_node__version__validator.js patch-config_kibana.yml

textproc/kibana92: New port: Browser-based analytics and search interface to Elasticsearch 9.2.x

Release Notes:
https://www.elastic.co/docs/release-notes/kibana#kibana-9.2.6-release-notes

PR:             290979
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
DeltaFile
+13-13textproc/kibana92/files/patch-node__modules__kbn_setup-node-env_node__version__validator.js
+4-5textproc/kibana92/Makefile
+2-2textproc/kibana92/distinfo
+1-1textproc/kibana92/pkg-descr
+1-1textproc/kibana92/files/patch-config_kibana.yml
+1-1textproc/kibana92/files/patch-config_node.options
+22-236 files

FreeBSD/ports 9c86f67textproc/kibana91 Makefile distinfo, textproc/kibana91/files patch-config_node.options patch-config_kibana.yml

textproc/kibana91: New port: Browser-based analytics and search interface to Elasticsearch 9.1.x

Release Notes:
https://www.elastic.co/docs/release-notes/kibana#kibana-9.1.10-release-notes

PR:             290979
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
DeltaFile
+7-7textproc/kibana91/Makefile
+2-8textproc/kibana91/files/patch-config_node.options
+3-3textproc/kibana91/distinfo
+1-1textproc/kibana91/files/patch-config_kibana.yml
+1-1textproc/kibana91/files/patch-node__modules__kbn_setup-node-env_node__version__validator.js
+1-1textproc/kibana91/pkg-descr
+15-216 files

FreeBSD/ports b2f1003textproc/kibana92 Makefile, textproc/kibana92/files extra-node-re2-binding-gyp.patch kibana.in

textproc/kibana92: Repocopy from textproc/kibana91

PR:             290979
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
DeltaFile
+159-0textproc/kibana92/Makefile
+131-0textproc/kibana92/files/extra-node-re2-binding-gyp.patch
+83-0textproc/kibana92/files/kibana.in
+20-0textproc/kibana92/files/pkg-deinstall.in
+16-0textproc/kibana92/files/patch-node__modules__kbn_setup-node-env_node__version__validator.js
+15-0textproc/kibana92/files/patch-config_kibana.yml
+424-04 files not shown
+456-010 files

FreeBSD/ports b1b176btextproc/kibana91 Makefile, textproc/kibana91/files extra-node-re2-binding-gyp.patch kibana.in

textproc/kibana91: Repocopy from textproc/kibana8

PR:             290979
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
DeltaFile
+159-0textproc/kibana91/Makefile
+131-0textproc/kibana91/files/extra-node-re2-binding-gyp.patch
+83-0textproc/kibana91/files/kibana.in
+20-0textproc/kibana91/files/pkg-deinstall.in
+17-0textproc/kibana91/files/patch-config_node.options
+16-0textproc/kibana91/files/patch-node__modules__kbn_setup-node-env_node__version__validator.js
+426-04 files not shown
+462-010 files