FreeBSD/ports c4fe4eceditors/fresh distinfo Makefile.crates

editors/fresh: Update to 0.2.22
DeltaFile
+121-129editors/fresh/distinfo
+59-63editors/fresh/Makefile.crates
+1-1editors/fresh/Makefile
+181-1933 files

FreeBSD/ports 496f1d4misc/claude-code Makefile pkg-plist, misc/claude-code/files audio-capture-fetch.sh

misc/claude-code: Add FreeBSD native audio-capture NodeJS module

... instead of bundled ones for other systems.
DeltaFile
+80-0misc/claude-code/files/audio-capture-fetch.sh
+64-8misc/claude-code/Makefile
+1-6misc/claude-code/pkg-plist
+2-0misc/claude-code/distinfo
+147-144 files

FreeBSD/ports c61790dgraphics Makefile, graphics/py-olmocr Makefile pkg-descr

graphics/py-olmocr: New port: PDF and image OCR toolkit using visual language models
DeltaFile
+54-0graphics/py-olmocr/files/patch-olmocr_pipeline.py
+47-0graphics/py-olmocr/Makefile
+13-0graphics/py-olmocr/files/patch-pyproject.toml
+10-0graphics/py-olmocr/pkg-descr
+3-0graphics/py-olmocr/distinfo
+1-0graphics/Makefile
+128-06 files

FreeBSD/ports d274ad4devel Makefile, devel/py-uuid6 Makefile pkg-descr

devel/py-uuid6: New port: New time-based UUID formats suited for use as a database key
DeltaFile
+22-0devel/py-uuid6/Makefile
+4-0devel/py-uuid6/pkg-descr
+3-0devel/py-uuid6/distinfo
+1-0devel/Makefile
+30-04 files

FreeBSD/ports b650f87misc/github-copilot-cli Makefile

misc/github-copilot-cli: Lock fetch to prevent conflicts between flavors
DeltaFile
+16-12misc/github-copilot-cli/Makefile
+16-121 files

FreeBSD/ports 8121ef8sysutils/py-dbuild distinfo Makefile

sysutils/py-dbuild: Update to 1.8.3

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

FreeBSD/ports b12a383www/py-django52 distinfo Makefile

www/py-django52: Update to 5.2.13

(cherry picked from commit 149dd124c1c852962364f3cc877ee92c9c9785db)
DeltaFile
+3-3www/py-django52/distinfo
+1-1www/py-django52/Makefile
+4-42 files

FreeBSD/ports dec4050www/py-django42 distinfo Makefile

www/py-django42: Update to 4.2.30

(cherry picked from commit 2474681f604773d87bf42e27f5ae7222adaf50bb)
DeltaFile
+3-3www/py-django42/distinfo
+1-1www/py-django42/Makefile
+4-42 files

FreeBSD/ports e26fd48www/py-django60 distinfo Makefile

www/py-django60: Update to 6.0.4

(cherry picked from commit 1b67b7a03cfce5066f5b012709d0a2decb2c4a89)
DeltaFile
+3-3www/py-django60/distinfo
+1-1www/py-django60/Makefile
+4-42 files

FreeBSD/ports 95b2b8fnet/libyang2 Makefile

net/libyang2: Mark conflict with net/libyang3

Sponsored by:   Netflix
DeltaFile
+2-0net/libyang2/Makefile
+2-01 files

FreeBSD/ports c66f4b8net/frr8 Makefile

net/frr8: Set an expiration date

The v8 branch is no more maintained.

Sponsored by:   Netflix
DeltaFile
+3-0net/frr8/Makefile
+3-01 files

FreeBSD/ports 30849d2net/libyang Makefile

net/libyang: Set an expiration date

This old branch (v1) is no more maintained.

Sponsored by:   Netflix
DeltaFile
+3-0net/libyang/Makefile
+3-01 files

FreeBSD/ports 5f6a3bdnet Makefile, net/libyang3 pkg-plist Makefile

net/libyang3: New version branch

Next update of net/frr10 will be builded with net/libyang3

Sponsored by:   Netflix
DeltaFile
+38-0net/libyang3/pkg-plist
+31-0net/libyang3/Makefile
+3-0net/libyang3/distinfo
+2-0net/libyang3/pkg-descr
+1-0net/Makefile
+75-05 files

FreeBSD/ports 2848befnet/frr10 distinfo Makefile

net/frr10: Update to 10.6.0

Changelog:      https://github.com/FRRouting/frr/releases/tag/frr-10.6.0

Sponsored by:   Netflix
DeltaFile
+3-3net/frr10/distinfo
+2-2net/frr10/Makefile
+1-1net/frr10/pkg-plist
+6-63 files

FreeBSD/ports 2474681www/py-django42 distinfo Makefile

www/py-django42: Update to 4.2.30
DeltaFile
+3-3www/py-django42/distinfo
+1-1www/py-django42/Makefile
+4-42 files

FreeBSD/ports 149dd12www/py-django52 distinfo Makefile

www/py-django52: Update to 5.2.13
DeltaFile
+3-3www/py-django52/distinfo
+1-1www/py-django52/Makefile
+4-42 files

FreeBSD/ports 1b67b7awww/py-django60 distinfo Makefile

www/py-django60: Update to 6.0.4
DeltaFile
+3-3www/py-django60/distinfo
+1-1www/py-django60/Makefile
+4-42 files

FreeBSD/src 6c13732sys/rpc clnt_bck.c

clnt_bck.c: Delete a couple of old diagnostic printfs

There were two debug printf()s that were left in the
code while debugging the handling of callbacks over
a NFSv4.1/4.2 backchannel was being done.

This patch removes them, since they are no longer
of benefit and cause "noise".

(cherry picked from commit 41b423cc4e4dfe3132bb5d287bba03b82ecb5be8)
DeltaFile
+0-2sys/rpc/clnt_bck.c
+0-21 files

FreeBSD/src e805302sys/arm64/apple apple_aic.c

arm64/apple: Fix malloc size for per-CPU arrays in AIC attach

sizeof(*sc->sc_ipimasks) * mp_maxid + 1 is parsed as
(sizeof(*sc->sc_ipimasks) * mp_maxid) + 1, so the buffers were one byte
short of a full (mp_maxid + 1) element count.  Multiply by (mp_maxid + 1)
for sc_ipimasks and sc_cpuids.

Signed-off-by: Weixie Cui <cuiweixie at gmail.com>
Reviewed-by: kevans, ngie
Pull-Request: https://github.com/freebsd/freebsd-src/pull/2112
DeltaFile
+2-2sys/arm64/apple/apple_aic.c
+2-21 files

FreeBSD/ports c9ecc8etextproc Makefile, textproc/pymupdf4llm-mcp Makefile pkg-descr

textproc/pymupdf4llm-mcp: New port: MCP server for pymupdf4llm: convert PDF to Markdown for LLMs
DeltaFile
+31-0textproc/pymupdf4llm-mcp/Makefile
+26-0textproc/pymupdf4llm-mcp/files/patch-tests_test__tool.py
+10-0textproc/pymupdf4llm-mcp/pkg-descr
+3-0textproc/pymupdf4llm-mcp/distinfo
+1-0textproc/Makefile
+71-05 files

FreeBSD/ports 12bf139textproc Makefile, textproc/py-pymupdf4llm Makefile pkg-descr

textproc/py-pymupdf4llm: New port: PyMuPDF utilities for LLM/RAG
DeltaFile
+25-0textproc/py-pymupdf4llm/Makefile
+4-0textproc/py-pymupdf4llm/pkg-descr
+3-0textproc/py-pymupdf4llm/distinfo
+1-0textproc/Makefile
+33-04 files

FreeBSD/src a8688e4. CHANGES.md NEWS.md, crypto param_build.c

openssl: import 3.0.20

This change adds OpenSSL 3.0.20 from upstream [1].

The 3.5.5 artifact was been verified via PGP key [2] and by SHA256 checksum [3].

This is a security release, but also contains several bugfixes.

More information about the release (from a high level) can be found in
the release notes [4].

1. openssl-3.0.20.tar.gz
2. openssl-3.0.20.tar.gz.asc
3. openssl-3.0.20.tar.gz.sha256
4. https://github.com/openssl/openssl/blob/openssl-3.0.20/NEWS.md
DeltaFile
+438-329doc/man1/openssl-ciphers.pod.in
+329-205CHANGES.md
+218-186NEWS.md
+108-0test/evp_extra_test.c
+92-4crypto/param_build.c
+46-42util/mkerr.pl
+1,231-766142 files not shown
+2,251-1,287148 files

FreeBSD/src ab5fc4a. CHANGES.md NEWS.md, doc/man1 openssl-ciphers.pod.in

OpenSSL: import 3.5.6

This change adds OpenSSL 3.5.6 from upstream [1].

The 3.5.5 artifact was been verified via PGP key [2] and by SHA256 checksum [3].

This is a security release, but also contains several bugfixes.

More information about the release (from a high level) can be found in
the release notes [4].

1. openssl-3.5.6.tar.gz
2. openssl-3.5.6.tar.gz.asc
3. openssl-3.5.6.tar.gz.sha256
4. https://github.com/openssl/openssl/blob/openssl-3.5.6/NEWS.md
DeltaFile
+438-329doc/man1/openssl-ciphers.pod.in
+363-212CHANGES.md
+232-195NEWS.md
+152-213util/platform_symbols/windows-symbols.txt
+84-35doc/man3/SSL_CTX_set1_curves.pod
+109-1test/evp_extra_test.c
+1,378-985250 files not shown
+3,695-2,017256 files

FreeBSD/ports be4ff6dmultimedia/mkvtoolnix distinfo Makefile

multimedia/mkvtoolnix: Update to upstream release 98.0

Bugfixes and enhancements, see
https://mkvtoolnix.download/doc/NEWS.md

MFH:            2026Q2
(cherry picked from commit 799ba8473b623f60d69693f6338fdefdb7d9b298)
DeltaFile
+3-3multimedia/mkvtoolnix/distinfo
+1-1multimedia/mkvtoolnix/Makefile
+4-42 files

FreeBSD/ports 799ba84multimedia/mkvtoolnix distinfo Makefile

multimedia/mkvtoolnix: Update to upstream release 98.0

Bugfixes and enhancements, see
https://mkvtoolnix.download/doc/NEWS.md

MFH:            2026Q2
DeltaFile
+3-3multimedia/mkvtoolnix/distinfo
+1-1multimedia/mkvtoolnix/Makefile
+4-42 files

FreeBSD/ports 739a987security/uacme distinfo Makefile

security/uacme: Update to 1.8.1

ChangeLog:      https://github.com/ndilieto/uacme/blob/master/ChangeLog
MFH:            2026Q2 (bugfix release)
(cherry picked from commit a7bb517a2f5ca4ff153de0ff16e8ddefe2e1c6c2)
DeltaFile
+3-3security/uacme/distinfo
+1-1security/uacme/Makefile
+4-42 files

FreeBSD/ports a7bb517security/uacme distinfo Makefile

security/uacme: Update to 1.8.1

ChangeLog:      https://github.com/ndilieto/uacme/blob/master/ChangeLog
MFH:            2026Q2 (bugfix release)
DeltaFile
+3-3security/uacme/distinfo
+1-1security/uacme/Makefile
+4-42 files

FreeBSD/ports 8fc50bbmath/R-cran-lava Makefile distinfo

math/R-cran-lava: Update to 1.9.0

ChangeLog: https://cran.r-project.org/web/packages/lava/news/news.html
DeltaFile
+8-1math/R-cran-lava/Makefile
+3-3math/R-cran-lava/distinfo
+11-42 files

FreeBSD/ports ce6a8b6security/himitsu distinfo Makefile

security/himitsu: Update 0.9 => 0.10

Changelog:
https://git.sr.ht/~sircmpwn/himitsu/refs/0.10

PR:             294241
Sponsored by:   UNIS Labs
DeltaFile
+3-3security/himitsu/distinfo
+1-1security/himitsu/Makefile
+4-42 files

FreeBSD/src cc2f8f3. RELNOTES

RELNOTES: Update the entry for commit 8b9775912cbc
DeltaFile
+8-3RELNOTES
+8-31 files