NetBSD/pkgsrc zFfLBOxnet/lldpd distinfo, net/lldpd/patches patch-src_daemon_interfaces-bsd.c

   net/lldpd: patch to fix endless loop on bridge interfaces
VersionDeltaFile
1.5+32-42net/lldpd/patches/patch-src_daemon_interfaces-bsd.c
1.23+2-1net/lldpd/distinfo
+34-432 files

NetBSD/pkgsrc zsnixU8doc CHANGES-2026, net/lldpd distinfo Makefile

   net/lldpd: update to 1.0.21

   1.0.21 [2026-03-14 22:17:53 +0100]:

    - [25e90db27404] release: 1.0.21 (Vincent Bernat)
    - [8bee83920123] doc: be clearer about how to install on macOS (Vincent Bernat)
    - [18d8f3ef03ac] build: add a few more Docker platforms (Vincent Bernat)
    - [aa1bb6253375] build: fix hardcoded ghcr.io path (Vincent Bernat)
    - [479afbb6240d] daemon/priv: factor out check of authorized paths (Vincent Bernat)
    - [4c5dccc97efc] doc: fix libtool invocation (Vincent Bernat)
    - [5facaf317d4a] daemon: do not fallback to ioctl for wireless (Vincent Bernat)
    - [6093ce4b65bb] daemon: use /sys/class/net/.../wireless to check wireless interface (Vincent Bernat)
    - [753b81e060d3] daemon: only keep one privileged op to remove both socket and lock (Vincent Bernat)
    - [66d67e5d145b] daemon: fix arbitrary file deletion in the privileged process (Vincent Bernat)
    - [747113fa7ed1] client: fix compilation warning about unterminated strings (Vincent Bernat)
    - [bf772f3193a0] doc: add NEWS entry for latest commit (Vincent Bernat)
    - [375c60c1ffe7] interfaces: use ethtool link mode bits for accurate MAU type selection (#771) (Ciro Iriarte)
    - [dcb62ae78e89] daemon: fix path traversal vulnerability in asroot_iface_description_os() (Vincent Bernat)
    - [5e144270fde7] daemon: fix path traversal vulnerability in asroot_open() (Vincent Bernat)

    [68 lines not shown]
VersionDeltaFile
1.22+4-4net/lldpd/distinfo
1.57+2-3net/lldpd/Makefile
1.1930+2-1doc/CHANGES-2026
1.8+2-0net/lldpd/PLIST
+10-84 files

FreeBSD/ports ad61804java/openjdk25 Makefile, java/openjdk26 Makefile

java/openjdk: Fix pkgsuffix for jre builds

java/openjdk25 and openjdk26 would use the same pkgsuffix when building
the jre FLAVOR, making the package names clash.

Reported by:    Antoine Brodin <antoine at freebsd.org>
Reviewed by:    fuz
Approved by:    fuz
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D56123
DeltaFile
+2-2java/openjdk25/Makefile
+2-1java/openjdk26/Makefile
+4-32 files

NetBSD/pkgsrc dULtCC1doc CHANGES-2026

   doc: Updated devel/ocaml-dune-configurator to 3.22.0
VersionDeltaFile
1.1929+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc xYJA4VHdevel/ocaml-dune-configurator Makefile

   ocaml-dune-configurator: update to 3.22.0.

   See ocaml-dune.
VersionDeltaFile
1.11+1-2devel/ocaml-dune-configurator/Makefile
+1-21 files

NetBSD/pkgsrc BQBlltudoc CHANGES-2026 TODO

   doc: Updated devel/ocaml-dune to 3.22.0
VersionDeltaFile
1.1928+2-1doc/CHANGES-2026
1.26994+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc iYjNwIqdevel/ocaml-dune distinfo Makefile.common

   ocaml-dune: update to 3.22.0.

   3.22.0 (2026-03-18)
   -------------------

   ### Fixed

   - `Dyn.to_string` now uses a smarter way to convert floats. This ensures that
     floats are printed with enough precision to round-trip and are valid OCaml
     lexemes. (#12982, fixes #12980, @Alizter)

   - Fix `dune install --prefix` failing with relative paths outside the workspace
     like `../foo` (#12993, fixes #12241, @benodiwal)

   - Place the default trace file inside the build directory at the
     workspace root, rather than relative to the current directory.
     (#13735, @vouillon)

   - Fixed interpreting relative paths in `%{bin:..}` and `%{bin-available:..}`.

    [195 lines not shown]
VersionDeltaFile
1.19+4-4devel/ocaml-dune/distinfo
1.10+2-2devel/ocaml-dune/Makefile.common
1.21+1-2devel/ocaml-dune/Makefile
1.12+1-0devel/ocaml-dune/PLIST
+8-84 files

LLVM/project 16e0658clang/www cxx_status.html

[Clang][NFC] Trivial relocation is no longer a c++26 feature
DeltaFile
+0-5clang/www/cxx_status.html
+0-51 files

LLVM/project 00c6b4dmlir/lib/Dialect/Vector/IR VectorOps.cpp, mlir/test/Dialect/Vector canonicalize.mlir

[MLIR][Vector] Fix crash in foldDenseElementsAttrDestInsertOp on poison index (#188508)

When a dynamic index of -1 (the kPoisonIndex sentinel) was folded into
the static position of a vector.insert op,
foldDenseElementsAttrDestInsertOp would proceed to call
calculateInsertPosition, which returned -1. The subsequent iterator
arithmetic (allValues.begin() + (-1)) was undefined behaviour, causing
an assertion in DenseElementsAttr::get.

Fix by bailing out early in foldDenseElementsAttrDestInsertOp when any
static position equals kPoisonIndex, consistent with how
InsertChainFullyInitialized already guards this case.

Fixes #188404

Assisted-by: Claude Code
DeltaFile
+19-0mlir/test/Dialect/Vector/canonicalize.mlir
+5-0mlir/lib/Dialect/Vector/IR/VectorOps.cpp
+24-02 files

FreeBSD/ports c1753addevel/R-cran-tinytest distinfo Makefile

devel/R-cran-tinytest: Update to 1.4.3

- Update WWW to the official CRAN page, as it provides more comprehensive
  documentation and metadata than the GitHub repository.

ChangeLog: https://cran.r-project.org/web/packages/tinytest/NEWS
DeltaFile
+3-3devel/R-cran-tinytest/distinfo
+2-3devel/R-cran-tinytest/Makefile
+5-62 files

FreeBSD/ports e317834math/R-cran-terra distinfo Makefile, math/R-cran-terra/files patch-fix-tests

math/R-cran-terra: Update to 1.9-11

Mark port as TESTING_UNSAFE

ChangeLog: https://cran.r-project.org/web/packages/terra/news/news.html
DeltaFile
+0-80math/R-cran-terra/files/patch-fix-tests
+3-3math/R-cran-terra/distinfo
+2-2math/R-cran-terra/Makefile
+5-853 files

FreeBSD/ports ad4817etextproc/R-cran-rmarkdown distinfo Makefile

textproc/R-cran-rmarkdown: Update to 2.31

ChangeLog: https://cran.r-project.org/web/packages/rmarkdown/news/news.html
DeltaFile
+3-3textproc/R-cran-rmarkdown/distinfo
+1-1textproc/R-cran-rmarkdown/Makefile
+4-42 files

FreeBSD/ports d04395cdevel/aws-c-s3 distinfo Makefile

devel/aws-c-s3: Update to 0.12.0

ChangeLog: https://github.com/awslabs/aws-c-s3/releases/tag/v0.12.0
DeltaFile
+3-3devel/aws-c-s3/distinfo
+1-1devel/aws-c-s3/Makefile
+4-42 files

FreeBSD/ports 640defedevel/aws-c-event-stream distinfo Makefile

devel/aws-c-event-stream: Update to 0.7.0

ChangeLog:
        https://github.com/awslabs/aws-c-event-stream/releases/tag/v0.7.0
        https://github.com/awslabs/aws-c-event-stream/releases/tag/v0.6.1
DeltaFile
+3-3devel/aws-c-event-stream/distinfo
+1-1devel/aws-c-event-stream/Makefile
+4-42 files

FreeBSD/ports 35a04f2devel/aws-crt-cpp distinfo Makefile

devel/aws-crt-cpp: Update to 0.38.1

ChangeLog:
        https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.38.1
        https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.38.0
DeltaFile
+3-3devel/aws-crt-cpp/distinfo
+1-1devel/aws-crt-cpp/Makefile
+4-42 files

FreeBSD/ports 48437bddevel/R-cran-mlbench distinfo Makefile

devel/R-cran-mlbench: Update to 2.1-8

ChangeLog: https://cran.r-project.org/web/packages/mlbench/NEWS
DeltaFile
+3-3devel/R-cran-mlbench/distinfo
+1-1devel/R-cran-mlbench/Makefile
+4-42 files

FreeBSD/ports 13a03e5devel/aws-c-http distinfo Makefile

devel/aws-c-http: Update to 0.10.13

ChangeLog: https://github.com/awslabs/aws-c-http/releases/tag/v0.10.13
DeltaFile
+3-3devel/aws-c-http/distinfo
+1-1devel/aws-c-http/Makefile
+4-42 files

FreeBSD/ports 75ce79fdatabases/sabiql distinfo Makefile

databases/sabiql: Update to 1.9.1

ChangeLog:      https://github.com/riii111/sabiql/releases/tag/v1.9.1
Reported by:    riii111 <notifications at github.com>
DeltaFile
+3-3databases/sabiql/distinfo
+1-1databases/sabiql/Makefile
+4-42 files

LLVM/project 64d2f70clang/www cxx_status.html

[Clang][NFC] Add the list of C++26 papers approved in Kona and Croydon
DeltaFile
+57-7clang/www/cxx_status.html
+57-71 files

FreeBSD/ports 891ee63math/lean4 distinfo pkg-plist

math/lean4: update 4.29.0-rc2 → 4.29.0
DeltaFile
+3-3math/lean4/distinfo
+6-0math/lean4/pkg-plist
+2-1math/lean4/Makefile
+11-43 files

FreeBSD/ports 37f74b0devel/py-sqlfluff distinfo Makefile

devel/py-sqlfluff: Update to 4.1.0
DeltaFile
+3-3devel/py-sqlfluff/distinfo
+1-1devel/py-sqlfluff/Makefile
+4-42 files

FreeBSD/ports 938ab55audio/waves distinfo, audio/waves/files patch-internal_lastfm_auth.go patch-internal_notify_stub.go

audio/waves: Update to 0.1.43

- Remove all patches (now included upstream)

ChangeLog:      https://github.com/llehouerou/waves/releases/tag/v0.1.43
DeltaFile
+0-11audio/waves/files/patch-internal_lastfm_auth.go
+5-5audio/waves/distinfo
+0-8audio/waves/files/patch-internal_notify_stub.go
+0-8audio/waves/files/patch-internal_notify_dbus__test.go
+0-8audio/waves/files/patch-internal_notify_dbus.go
+0-8audio/waves/files/patch-internal_notify_albumart__test.go
+5-487 files not shown
+7-9813 files

FreeBSD/ports 05eb48amisc/claude-code pkg-plist distinfo, misc/claude-code/files package-lock.json

misc/claude-code: update 2.1.84 → 2.1.86
DeltaFile
+4-4misc/claude-code/files/package-lock.json
+0-7misc/claude-code/pkg-plist
+3-3misc/claude-code/distinfo
+1-1misc/claude-code/Makefile
+8-154 files

FreeBSD/ports d5e6a33textproc/jaq distinfo Makefile

textproc/jaq: update 2.3.0 → 3.0.0
DeltaFile
+133-115textproc/jaq/distinfo
+66-58textproc/jaq/Makefile
+199-1732 files

FreeBSD/ports be6654bshells/atuin distinfo Makefile

shells/atuin: update 18.12.0 → 18.13.6
DeltaFile
+395-317shells/atuin/distinfo
+198-160shells/atuin/Makefile
+593-4772 files

FreeBSD/ports f28b295textproc Makefile, textproc/jsongrep distinfo Makefile

textproc/jsongrep: New port: Query language over JSON documents
DeltaFile
+319-0textproc/jsongrep/distinfo
+182-0textproc/jsongrep/Makefile
+11-0textproc/jsongrep/pkg-descr
+1-0textproc/Makefile
+513-04 files

FreeBSD/ports ff4dcdasysutils/mise distinfo Makefile

sysutils/mise: update 2026.3.7 → 2026.3.17
DeltaFile
+11-13sysutils/mise/distinfo
+6-7sysutils/mise/Makefile
+17-202 files

FreeBSD/ports f0cfd6awww/py-primp distinfo Makefile.crates

www/py-primp: update 1.1.3 → 1.2.0
DeltaFile
+97-147www/py-primp/distinfo
+47-72www/py-primp/Makefile.crates
+1-2www/py-primp/Makefile
+145-2213 files

NetBSD/pkgsrc-wip 9c8ad2fbind920 distinfo Makefile

bind920: update to version 9.20.21.

Pkgsrc changes:
 * Update checksums

Upstream changes:

BIND 9.20.21
------------

Security Fixes
~~~~~~~~~~~~~~

- [CVE-2026-1519] Fix unbounded NSEC3 iterations when validating
  referrals to unsigned delegations. ``5af03a06066``

  DNSSEC-signed zones may contain high iteration-count NSEC3 records,
  which prove that certain delegations are insecure. Previously, a
  validating resolver encountering such a delegation processed these

    [52 lines not shown]
DeltaFile
+3-3bind920/distinfo
+1-1bind920/Makefile
+4-42 files

FreeBSD/src 6cc99balib/libc/gen dup3.3, lib/libsys dup.2

dup(2): document the handling of filedescriptor flags

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Differential revision:  https://reviews.freebsd.org/D56121
DeltaFile
+4-1lib/libsys/dup.2
+2-0lib/libc/gen/dup3.3
+6-12 files