FreeBSD/ports d8c3ef3www/caddy distinfo Makefile

www/caddy: Update to 2.11.3

This contains security fixes. See the link below for details.

Changes: https://github.com/caddyserver/caddy/releases/tag/v2.11.3
(cherry picked from commit 0a696546ee9801da4afe88f9625c753644e37d7a)
DeltaFile
+5-5www/caddy/distinfo
+1-2www/caddy/Makefile
+6-72 files

FreeBSD/ports 0a69654www/caddy distinfo Makefile

www/caddy: Update to 2.11.3

This contains security fixes. See the link below for details.

Changes: https://github.com/caddyserver/caddy/releases/tag/v2.11.3
DeltaFile
+5-5www/caddy/distinfo
+1-2www/caddy/Makefile
+6-72 files

FreeBSD/ports 7b0ff64java/apache-commons-logging distinfo Makefile

java/apache-commons-logging: Update 1.3.5 => 1.3.6

Release Notes:
https://github.com/apache/commons-logging/blob/rel/commons-logging-1.3.6/RELEASE-NOTES.txt

PR:             295247
Sponsored by:   UNIS Labs
DeltaFile
+3-3java/apache-commons-logging/distinfo
+1-2java/apache-commons-logging/Makefile
+4-52 files

FreeBSD/src b66538cetc/mtree BSD.root.dist

BSD.root.dist: Correct tag for /etc/sysctl.kld.d

This is only used by rc.subr and belongs in rc, not runtime.

Approved by:    re (cperciva)
Fixes:          fa6d67cd16b5 ("BSD.root.dist: Add package tag for all directories")
MFC after:      3 days
Reviewed by:    ivy
Differential Revision:  https://reviews.freebsd.org/D56900

(cherry picked from commit 44338ccd12685621c4b1c57e692a4f27f5a655d3)
(cherry picked from commit 714f6ac0003482d3270a9d0026e59909cff73c3f)
DeltaFile
+1-1etc/mtree/BSD.root.dist
+1-11 files

FreeBSD/ports 33c0754databases/weaviate distinfo Makefile

databases/weaviate: update 1.37.2 → 1.37.3
DeltaFile
+5-5databases/weaviate/distinfo
+1-2databases/weaviate/Makefile
+6-72 files

FreeBSD/ports 9176fcbdevel/goswagger distinfo Makefile

devel/goswagger: Update 0.33.1 => 0.33.2

Changelog:
https://github.com/go-swagger/go-swagger/releases/tag/v0.33.2

PR:             295248
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 5154d10ae4c1364804bdcd370562ebd1f679cc3a)
DeltaFile
+5-5devel/goswagger/distinfo
+1-2devel/goswagger/Makefile
+6-72 files

FreeBSD/ports 5154d10devel/goswagger distinfo Makefile

devel/goswagger: Update 0.33.1 => 0.33.2

Changelog:
https://github.com/go-swagger/go-swagger/releases/tag/v0.33.2

PR:             295248
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+5-5devel/goswagger/distinfo
+1-2devel/goswagger/Makefile
+6-72 files

FreeBSD/ports 5f1b102devel/catch2 pkg-plist distinfo

devel/catch2: update 3.14.0 → 3.15.0
DeltaFile
+3-4devel/catch2/pkg-plist
+3-3devel/catch2/distinfo
+2-2devel/catch2/Makefile
+8-93 files

FreeBSD/ports 4fa0593audio/xsynth distinfo Makefile

audio/xsynth: update 0.3.4 → 0.4.0
DeltaFile
+367-295audio/xsynth/distinfo
+183-147audio/xsynth/Makefile
+550-4422 files

FreeBSD/ports 43aef4edevel/py-uv-build distinfo Makefile

devel/py-uv-build: update 0.11.13 → 0.11.14
DeltaFile
+3-3devel/py-uv-build/distinfo
+1-1devel/py-uv-build/Makefile
+4-42 files

FreeBSD/ports 3a14e43devel/py-uv distinfo Makefile, devel/uv distinfo Makefile.crates

devel/{,py-}uv: update 0.11.13 → 0.11.14
DeltaFile
+7-7devel/uv/distinfo
+3-3devel/py-uv/distinfo
+2-2devel/uv/Makefile.crates
+1-1devel/uv/Makefile
+1-1devel/py-uv/Makefile
+14-145 files

FreeBSD/ports 4d78fdddns/dnsmasq-devel Makefile distinfo

dns/dnsmasq-devel: Update 2.93test10 => 2.93rc1 (6 CVEs)

This contains the six security fixed (or variants thereof) recently
appeared in 2.92rel2.

Including privilege escalation, cache poisoning/rediction, information
leak, and denial of service.

See https://www.kb.cert.org/vuls/id/471747
See https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2026q2/018471.html

Upstream Git changelog since v2.93test10:

* 14094e8 2026-05-09 | Fix buffer OOB read in find_soa() (tag: v2.93rc1)
                       [do litli]
* c705607 2026-04-06 | Fix problen in from_wire() when names contain
                       escape chars. [Simon Kelley]
* 9d2c93b 2026-03-30 | Sync 3ea905b98b8756f0652a9626a98384e96bab3a97 with
                       7cd050075ea73cd7707fce5b70f0fec25f722f67

    [35 lines not shown]
DeltaFile
+5-5dns/dnsmasq-devel/Makefile
+3-3dns/dnsmasq-devel/distinfo
+8-82 files

FreeBSD/ports 841318bdns/dnsmasq-devel distinfo Makefile

dns/dnsmasq-devel: update to v2.93test10

Upstream Git changes since v2.93test9:
* fc22868 2026-04-21 | Preserve existing log file permissions when adding group-write bit. (tag: v2.93test10) [Florian Margaine]
* d158aec 2026-04-21 | Increase default limit on TCP handler processes from 20 to 30. [Simon Kelley]
* 36d081e 2026-04-21 | Fix buffer overlow in log_query() [Simon Kelley]
* 9eb0757 2026-04-21 | Fix crash with mal-formed config option. [Toliak Purple]
* 2d0e0c7 2026-04-10 | Tweak DHCPv6 replay decapsulation. [Simon Kelley]
* cfc2244 2026-04-08 | Bump copyrights to 2026. [Simon Kelley]

Upstream Git changes since v2.93test8:
* 9ad7492 2026-04-06 | Fix 1-byte buffer overflow in relay_reply4() (tag: v2.93test9) [Simon Kelley]
* a6069da 2026-04-05 | Check DNS query via TCP doesn't have QR bit set. [Simon Kelley]
* 14f5317 2026-04-05 | Sanity checking on DNS replies via TCP. [Simon Kelley]
* 8fd06d2 2026-03-30 | OOB buffer check with DNS bitstring labels. [Simon Kelley]
* d152e81 2026-03-30 | Tighten check on TFTP pathnames to avoid directory escape. [Simon Kelley]
* e0bec33 2026-03-30 | Move logging on TCP timeout from child process to main process. [Simon Kelley]
* dd70793 2026-03-20 | dump: check lseek() return in pcap record-counting loop [Dominik]
* c5f4641 2026-03-19 | domain: fix strncat buffer-size argument in is_rev_synth() [Dominik]

    [24 lines not shown]
DeltaFile
+3-3dns/dnsmasq-devel/distinfo
+1-1dns/dnsmasq-devel/Makefile
+4-42 files

FreeBSD/ports 5f74f30dns/dnsmasq-devel Makefile distinfo

dns/dnsmasq-devel: Update 2.93test10 => 2.93rc1 (6 CVEs)

This contains the six security fixed (or variants thereof) recently
appeared in 2.92rel2.

Including privilege escalation, cache poisoning/rediction, information
leak, and denial of service.

See https://www.kb.cert.org/vuls/id/471747
See https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2026q2/018471.html

Upstream Git changelog since v2.93test10:

* 14094e8 2026-05-09 | Fix buffer OOB read in find_soa() (tag: v2.93rc1)
                       [do litli]
* c705607 2026-04-06 | Fix problen in from_wire() when names contain
                       escape chars. [Simon Kelley]
* 9d2c93b 2026-03-30 | Sync 3ea905b98b8756f0652a9626a98384e96bab3a97 with
                       7cd050075ea73cd7707fce5b70f0fec25f722f67

    [33 lines not shown]
DeltaFile
+5-5dns/dnsmasq-devel/Makefile
+3-3dns/dnsmasq-devel/distinfo
+8-82 files

FreeBSD/ports e582499x11/rio distinfo Makefile

x11/rio: update 0.4.3 → 0.4.4
DeltaFile
+13-13x11/rio/distinfo
+6-6x11/rio/Makefile
+19-192 files

FreeBSD/ports 5205131databases/qdrant distinfo Makefile.crates

databases/qdrant: update 1.17.1 → 1.18.0
DeltaFile
+149-167databases/qdrant/distinfo
+73-82databases/qdrant/Makefile.crates
+1-2databases/qdrant/Makefile
+223-2513 files

FreeBSD/ports 9fdd005misc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.5.18 → 3.5.21
DeltaFile
+3-3misc/lean-ctx/distinfo
+1-1misc/lean-ctx/Makefile
+4-42 files

FreeBSD/ports 6b505bfmisc/py-uuid-utils distinfo Makefile

misc/py-uuid-utils: update 0.14.1 → 0.15.0
DeltaFile
+97-43misc/py-uuid-utils/distinfo
+50-23misc/py-uuid-utils/Makefile
+147-662 files

FreeBSD/src eacf4f5sys/dev/usb usbdevs, sys/dev/usb/serial u3g.c

u3g: Add Telit LM960A18 LTE modem

The patch in the PR failed to apply, so I manually applied the same
changes.

PR:             295231
Submitted by:   Mike Tancsa <mike at sentex.net>
Reviewed by:    emaste
DeltaFile
+2-0sys/dev/usb/usbdevs
+2-0sys/dev/usb/serial/u3g.c
+4-02 files

FreeBSD/src e6475c8. .cirrus.yml

Cirrus-CI: Bump toolchain to LLVM 21

Cirrus-CI is shutting down at the end of the month, but we can still
finish with an up-to-date working build with an LLVM version matching
the in-tree toolchain.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+17-1.cirrus.yml
+17-11 files

FreeBSD/src 8c5cc44sys/dev/mlx5/mlx5_en mlx5_en_hw_tls_rx.c

mlx5en: destroy TIR before DEK during TLS RX teardown

(cherry picked from commit bf636accdde4bb9af2c6c07af5420dffffd82332)
DeltaFile
+11-4sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
+11-41 files

FreeBSD/ports 490927cgraphics/openboard pkg-plist Makefile, graphics/openboard/files patch-src_frameworks_UBPlatformUtils__linux.cpp patch-src_podcast_UBPodcastController.cpp

graphics/openboard: New port: Interactive whiteboard

OpenBoard is an open source cross-platform interactive whiteboard
application designed primarily for use in schools. It was originally
forked from Open-Sankore, which was itself based on Uniboard. It
supports digital pens, virtual keyboards, PDF import, web browsing,
video playback, and screen annotations.

WWW: https://www.openboard.org/
https://github.com/OpenBoard-org/OpenBoard/

Patches reported to upstream:
https://github.com/OpenBoard-org/OpenBoard/pull/1489
https://github.com/OpenBoard-org/OpenBoard/pull/1490

PR:             295104
Sponsored by:   UNIS Labs
DeltaFile
+2,370-0graphics/openboard/pkg-plist
+64-0graphics/openboard/files/patch-src_frameworks_UBPlatformUtils__linux.cpp
+39-0graphics/openboard/Makefile
+29-0graphics/openboard/files/patch-src_podcast_UBPodcastController.cpp
+26-0graphics/openboard/files/patch-cmake_DependencyX11.cmake
+13-0graphics/openboard/files/patch-src_pdf_XPDFRenderer.cpp
+2,541-07 files not shown
+2,596-013 files

FreeBSD/ports 8ddb7ecmisc/py-llm distinfo Makefile, misc/py-llm/files patch-pyproject.toml

misc/py-llm: Update 0.27 => 0.31, take maintainerhsip

Changelog:
https://github.com/simonw/llm/releases/tag/0.27.1
https://github.com/simonw/llm/releases/tag/0.28
https://github.com/simonw/llm/releases/tag/0.29
https://github.com/simonw/llm/releases/tag/0.30
https://github.com/simonw/llm/releases/tag/0.31

PR:             295216
Sponsored by:   UNIS Labs
DeltaFile
+3-3misc/py-llm/distinfo
+2-2misc/py-llm/files/patch-pyproject.toml
+2-2misc/py-llm/Makefile
+7-73 files

FreeBSD/ports 7bb1b42biology/sra-tools Makefile, biology/sra-tools/files patch-build_install.sh patch-ngs_ngs-python_CMakeLists.txt

biology/sra-tools: Patch out extraneous scripts

Build from source was installing scripts directly into /etc/profile.d
that are not even needed when installing from ports.
Also patched out some pip commands to silence poudriere warnings.

PR:             294837
Reported by:    milios at ccsys.com
DeltaFile
+24-0biology/sra-tools/files/patch-build_install.sh
+19-0biology/sra-tools/files/patch-ngs_ngs-python_CMakeLists.txt
+13-0biology/sra-tools/files/patch-build_env.cmake
+1-1biology/sra-tools/Makefile
+57-14 files

FreeBSD/ports 8c6ab50security/zeek distinfo Makefile

security/zeek: Update to 8.0.8

    https://github.com/zeek/zeek/releases/tag/v8.0.8

This release fixes the following potential DoS vulnerability:

 - A specially-crafted series of MIME headers sent via SMTP or HTTP
   could cause Zeek to use large amounts of memory and potentially
   crash.

This release fixes the following potential DoS vulnerability:

 - Sqlite storage backends no longer potentially write data into a
   single database file across multiple unrelated backend handles.

 - A crash in the table code was fixed if reallocation failed while
   resizing.

Reported by:    Tim Wojtulewicz
DeltaFile
+3-3security/zeek/distinfo
+1-1security/zeek/Makefile
+0-1security/zeek/pkg-plist
+4-53 files

FreeBSD/ports 894f968security/vuxml/vuln 2026.xml

security/vuxml: Mark security/zeek < 8.0.8 as vulnerable as per:

    https://github.com/zeek/zeek/releases/tag/v8.0.8

This release fixes the following potential DoS vulnerability:

 - A specially-crafted series of MIME headers sent via SMTP or HTTP
   could cause Zeek to use large amounts of memory and potentially
   crash.

Reported by:    Tim Wojtulewicz
DeltaFile
+27-0security/vuxml/vuln/2026.xml
+27-01 files

FreeBSD/doc 9f8a9bfdocumentation/content/en/articles/committers-guide _index.adoc

committers-guide: Remove stale FreeBSD Mall link

PR: 293468
DeltaFile
+0-5documentation/content/en/articles/committers-guide/_index.adoc
+0-51 files

FreeBSD/ports ccf615ddevel/fatal distinfo Makefile

devel/fatal: update 2026.02.09.00 → 2026.05.11.00
DeltaFile
+3-3devel/fatal/distinfo
+1-1devel/fatal/Makefile
+4-42 files

FreeBSD/ports 9eead9awww/proxygen pkg-plist distinfo, www/proxygen/files patch-proxygen_httpserver_samples_hq_CMakeLists.txt patch-cmake_ProxygenFunctions.cmake

www/proxygen: update 2026.02.09.00 → 2026.05.11.00
DeltaFile
+32-0www/proxygen/files/patch-proxygen_httpserver_samples_hq_CMakeLists.txt
+16-13www/proxygen/pkg-plist
+27-0www/proxygen/files/patch-cmake_ProxygenFunctions.cmake
+26-0www/proxygen/files/patch-proxygen_httpserver_CMakeLists.txt
+13-0www/proxygen/files/patch-proxygen_httpserver_samples_hq_devious_CMakeLists.txt
+3-3www/proxygen/distinfo
+117-161 files not shown
+118-177 files

FreeBSD/ports d99585enet/wangle distinfo Makefile

net/wangle: update 2026.02.09.00 → 2026.05.11.00
DeltaFile
+3-3net/wangle/distinfo
+1-1net/wangle/Makefile
+4-42 files