FreeBSD/ports af77559security/wazuh-manager Makefile distinfo

security/wazuh-manager: Fix build/install

- Remove sqlite3 from USES. Now it consumes sqlite3 inside of wazuh
  libraries
- Other minor modifications

Reported by:    pkg-fallout

(cherry picked from commit 324fe51ac4e07189e75aa25435cce269425ee2ad)
DeltaFile
+5-6security/wazuh-manager/Makefile
+3-3security/wazuh-manager/distinfo
+8-92 files

FreeBSD/ports 324fe51security/wazuh-manager Makefile distinfo

security/wazuh-manager: Fix build/install

- Remove sqlite3 from USES. Now it consumes sqlite3 inside of wazuh
  libraries
- Other minor modifications

Reported by:    pkg-fallout
DeltaFile
+5-6security/wazuh-manager/Makefile
+3-3security/wazuh-manager/distinfo
+8-92 files

FreeBSD/ports 70c226bmisc/hermes-agent/files patch-hermes__cli_gateway.py patch-hermes__cli_main.py

misc/hermes-agent: update to 0.15.0
DeltaFile
+145-133misc/hermes-agent/files/patch-hermes__cli_gateway.py
+17-64misc/hermes-agent/files/patch-hermes__cli_main.py
+18-33misc/hermes-agent/files/patch-hermes__cli_setup.py
+18-27misc/hermes-agent/files/patch-hermes__cli_uninstall.py
+9-13misc/hermes-agent/files/patch-hermes__cli_config.py
+13-0misc/hermes-agent/files/patch-tools_lazy__deps.py
+220-2704 files not shown
+251-28110 files

FreeBSD/src 672345csys/fs/tmpfs tmpfs_vnops.c

tmpfs: implement AT_RENAME_EXCHANGE

(cherry picked from commit 7e06c33151e7664f6d664ee282d8da1985ce94aa)
DeltaFile
+68-24sys/fs/tmpfs/tmpfs_vnops.c
+68-241 files

FreeBSD/src feb4c9dsys/fs/tmpfs tmpfs_vnops.c

tmpfs: extract tmpfs_rename_check/set_parent() from tmpfs_rename()

(cherry picked from commit 5e0b96e728af9916ac59d65e37155a95e06c3b5e)
DeltaFile
+89-78sys/fs/tmpfs/tmpfs_vnops.c
+89-781 files

FreeBSD/src 5dc55ccsys/fs/tmpfs tmpfs_vnops.c

tmpfs_rename(): style

(cherry picked from commit 631b8ff9318a83b985d3a8a790dd0fc1bab9d5cd)
DeltaFile
+2-2sys/fs/tmpfs/tmpfs_vnops.c
+2-21 files

FreeBSD/src 090fff7lib/libsys rename.2

rename.2: Document AT_RENAME_EXCHANGE

(cherry picked from commit 3055c47f6024b087a90021edb05992304a119827)
DeltaFile
+6-0lib/libsys/rename.2
+6-01 files

FreeBSD/src e0fe823sys/kern vfs_syscalls.c, sys/sys fcntl.h

renameat(2): add AT_RENAME_EXCHANGE flag

(cherry picked from commit 8e6e77ec25bc5809500d29bf318a843b40205657)
DeltaFile
+57-13sys/kern/vfs_syscalls.c
+2-0sys/sys/fcntl.h
+59-132 files

FreeBSD/src 123dfd3sys/arm64/vmm/io vgic_v3.c

arm64/vmm: Fix vgic_v3 dropping EOI for disabled IRQs

Now that IRQs can properly be disabled by GICD_ICENABLERn, an EOI for a
disabled IRQ ends up being lost, since we don't assign it to a list
register and don't enable maintenance interrupts for such cases. As a
result, we keep the IRQ active, which stops it from ever being delivered
again (which would be true even if we supported the active and pending
state). Keep disabled but active IRQs around in list registers so we can
see the EOI having taken place in a future sync (noting that since we
already don't create list registers in active and pending state there
are no concerns with causing a disabled IRQ to be delivered).

Fixes:          47e073941f4e ("Import the kernel parts of bhyve/arm64")
MFC after:      1 week
DeltaFile
+7-1sys/arm64/vmm/io/vgic_v3.c
+7-11 files

FreeBSD/src 422a530sys/arm64/vmm/io vgic_v3.c

arm64/vmm: Fix vgic_v3 copy paste error for writing to GICD_ICENABLERn

Otherwise we try to disable the wrong IRQ.

Fixes:          47e073941f4e ("Import the kernel parts of bhyve/arm64")
MFC after:      1 week
DeltaFile
+1-1sys/arm64/vmm/io/vgic_v3.c
+1-11 files

FreeBSD/ports d1bac54www/xcaddy distinfo Makefile

www/xcaddy: Update to 0.4.6
DeltaFile
+5-5www/xcaddy/distinfo
+1-2www/xcaddy/Makefile
+6-72 files

FreeBSD/src 8a16004sys/compat/linuxkpi/common/src linux_80211.c

LinuxKPI: 802.11: stop ieee80211_start_tx_ba_session() if no HT supported

rtw89(4) would constantly try to start a TX BlockACK session even if no
HT or higher was available.  The only way to stop this (currently) is
to return -EINVAL instead of any other error.

Note: we should investigate if/when to call (*set_tid_config)() as that
will also offer the ability to forbid BA.

Sponsored by:   The FreeBSD Foundation
Reported by:    arved, bnovkov
Tested by:      bnovkov
MFC after:      3 days
DeltaFile
+1-1sys/compat/linuxkpi/common/src/linux_80211.c
+1-11 files

FreeBSD/ports 37df854filesystems/pjdfstest distinfo Makefile.crates, filesystems/pjdfstest/files patch-Cargo.lock

filesystems/pjdfstest: fix the build in vanilla RISCV

Patch the port to update libc to a version that will work on RISCV
without COMPAT11.

Sponsored by:   ConnectWise
DeltaFile
+14-0filesystems/pjdfstest/files/patch-Cargo.lock
+3-3filesystems/pjdfstest/distinfo
+1-1filesystems/pjdfstest/Makefile.crates
+1-0filesystems/pjdfstest/Makefile
+19-44 files

FreeBSD/src d7ea4aa. CLAUDE.md, include ucl.h

libucl: Import libucl 0.9.4

Changelog: https://github.com/vstakhov/libucl/releases/tag/0.9.4
DeltaFile
+82-0CLAUDE.md
+27-4src/ucl_util.c
+23-0include/ucl.h
+13-0tests/basic/issue312.res
+8-4tests/CMakeLists.txt
+9-3src/ucl_emitter.c
+162-116 files not shown
+196-1412 files

FreeBSD/ports e8ffb84devel/cargo-c distinfo Makefile.crates

devel/cargo-c: update to 0.10.24

Changes: https://github.com/lu-zero/cargo-c/releases/tag/v0.10.24
(cherry picked from commit 476f9e3dd82462bf07102f9a7d1394ab59a8e344)
DeltaFile
+255-327devel/cargo-c/distinfo
+126-162devel/cargo-c/Makefile.crates
+2-3devel/cargo-c/Makefile
+383-4923 files

FreeBSD/ports 2f2d453math/saga pkg-plist Makefile, math/saga/files pkg-message.in patch-src_saga__core_saga__gui_dlg__about.cpp

math/saga: Update to 9.13.0

New Release with many new features and bug fixes, e.g.:
- New plugin 'SAGA Processing Provider' for QGIS, see pkg-message
- 3D Viewer accepting geodetic crs
- imagery_opencv/opencv_ml: Added random forest with options
- imagery_vigra: Fix hdf5 support, further options for random forest
- io_cloud_storage: New tool library to use cloud storage via gdal vsi
- io_gdal, tools added: import from arcgis gdb; list arcgis gdb layers
- io_pdal: New tool Export COPC File
- io_webservices, soilgrids: downloader tool added

Tool interface changes:
- Grid Statistics for Polygons ('shapes_grid', '2')
  The tool has been renamed to "Zonal Grid Statistics for Polygons" to
  better reflect its functionality
- Cluster Analysis (Table Fields) ('table_tools', '28')
  The tool has been renamed to "K-Means Clustering for Table Fields"
  to better reflect its functionality

    [2 lines not shown]
DeltaFile
+1,248-1math/saga/pkg-plist
+16-1math/saga/files/pkg-message.in
+8-3math/saga/Makefile
+4-4math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp
+3-3math/saga/distinfo
+1,279-125 files

FreeBSD/ports 476f9e3devel/cargo-c distinfo Makefile.crates

devel/cargo-c: update to 0.10.24

Changes: https://github.com/lu-zero/cargo-c/releases/tag/v0.10.24
DeltaFile
+255-327devel/cargo-c/distinfo
+126-162devel/cargo-c/Makefile.crates
+2-3devel/cargo-c/Makefile
+383-4923 files

FreeBSD/ports 891f2eesecurity/acme.sh pkg-plist distinfo

security/acme.sh: Update to 3.1.4

re: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.4
DeltaFile
+22-2security/acme.sh/pkg-plist
+3-3security/acme.sh/distinfo
+1-2security/acme.sh/Makefile
+26-73 files

FreeBSD/ports 0f2b43amath/octave-forge-biosig distinfo Makefile

math/octave-forge-biosig: Update to 3.9.7.
DeltaFile
+3-3math/octave-forge-biosig/distinfo
+1-2math/octave-forge-biosig/Makefile
+4-52 files

FreeBSD/ports 94cb617net-p2p/libtorrent pkg-plist distinfo, net-p2p/libtorrent/files patch-PR841

net-p2p/{lib,r}torrent: Update to 0.16.18

ChangeLog: https://github.com/rakshasa/rtorrent/releases/tag/v0.16.18
DeltaFile
+0-76net-p2p/rtorrent/files/patch-Fix-i386
+12-0net-p2p/libtorrent/files/patch-PR841
+5-4net-p2p/libtorrent/pkg-plist
+3-3net-p2p/libtorrent/distinfo
+3-3net-p2p/rtorrent/distinfo
+1-1net-p2p/rtorrent/Makefile
+24-871 files not shown
+25-887 files

FreeBSD/ports f8a44a0mail/thunderbird-esr distinfo Makefile

mail/thunderbird-esr: update to 153.0 (rc2)

Relesae Notes:
  https://www.thunderbird.net/en-US/thunderbird/153.0esr/releasenotes/

(cherry picked from commit 1cebf21d0d33ff547c46a2a5ab54d6ca2606078d)
DeltaFile
+3-3mail/thunderbird-esr/distinfo
+2-1mail/thunderbird-esr/Makefile
+5-42 files

FreeBSD/ports cba06c6mail/thunderbird distinfo Makefile

mail/thunderbird: update to 153.0 (rc2)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/153.0/releasenotes/

(cherry picked from commit 3543faa43c1a8aeaadb4c1e63ed09fbbe6da54c6)
DeltaFile
+3-3mail/thunderbird/distinfo
+2-1mail/thunderbird/Makefile
+5-42 files

FreeBSD/ports 1cebf21mail/thunderbird-esr distinfo Makefile

mail/thunderbird-esr: update to 153.0 (rc2)

Relesae Notes:
  https://www.thunderbird.net/en-US/thunderbird/153.0esr/releasenotes/
DeltaFile
+3-3mail/thunderbird-esr/distinfo
+2-1mail/thunderbird-esr/Makefile
+5-42 files

FreeBSD/ports 3543faamail/thunderbird distinfo Makefile

mail/thunderbird: update to 153.0 (rc2)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/153.0/releasenotes/
DeltaFile
+3-3mail/thunderbird/distinfo
+2-1mail/thunderbird/Makefile
+5-42 files

FreeBSD/src 1403ca1sbin/ipf/ippool ippool.5, sys/netinet/libalias libalias.3

man: Fix RFC 1918 network prefix lengths

According to RFC 1918, the following IP prefixes are reserved for
private internets:

    10.0.0.0/8
    172.16.0.0/12
    192.168.0.0/16

This PR fixes the prefix lengths in references to private networks
("RFC 1918 networks", "the standard private IP address ranges").
The changes are limited to man pages.

Signed-off-by:  Yusuke Ichiki <public at yusuke.pub>
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2328
MFC after:      3 days
DeltaFile
+2-2sys/netinet/libalias/libalias.3
+1-1sbin/ipf/ippool/ippool.5
+3-32 files

FreeBSD/doc 6c4064dwebsite/content/en/status/report-2026-04-2026-06 lkpi-wireless.adoc

Status/2026Q2: grammar fixes
DeltaFile
+5-5website/content/en/status/report-2026-04-2026-06/lkpi-wireless.adoc
+5-51 files

FreeBSD/ports 1be5bf2net Makefile, net/cliproxyapi Makefile pkg-descr

net/cliproxyapi: New port: AI provider API proxy

CLIProxyAPI is a proxy server that exposes OpenAI, Gemini, Claude,
Codex, and Grok compatible API interfaces, letting local clients reach
multiple AI providers through a single endpoint and authentication.
DeltaFile
+32-0net/cliproxyapi/Makefile
+6-0net/cliproxyapi/pkg-descr
+5-0net/cliproxyapi/distinfo
+1-0net/Makefile
+44-04 files

FreeBSD/ports e075c0alang Makefile, lang/clx Makefile pkg-descr

lang/clx: New port: Ahead-of-time Lua compiler producing native executables
DeltaFile
+30-0lang/clx/Makefile
+8-0lang/clx/pkg-descr
+3-0lang/clx/distinfo
+1-0lang/Makefile
+42-04 files

FreeBSD/ports c99f5eedevel/gwm distinfo Makefile

devel/gwm: Update to 1.1.1
DeltaFile
+3-3devel/gwm/distinfo
+1-1devel/gwm/Makefile
+4-42 files

FreeBSD/ports 5ef1812net/freerdp3 distinfo Makefile

net/freerdp3: Update 3.28.0 => 3.30.0

Changelogs:
https://github.com/FreeRDP/FreeRDP/releases/tag/3.29.0
https://github.com/FreeRDP/FreeRDP/releases/tag/3.30.0

Sponsored by:   UNIS Labs
Security:       GHSA-43hh-p3vw-hfx3
Security:       GHSA-ph3q-f9w8-7jf3
Security:       GHSA-mwwh-mhp9-q7vm
Security:       GHSA-whq8-c3v3-p8v8
Security:       GHSA-hgj8-g595-wfc6
Security:       GHSA-8v6m-2cmc-chx9
Security:       GHSA-5wr6-8m8j-3h7f
Security:       GHSA-89c6-jjrw-96h4
Security:       GHSA-8xqm-wp3f-rfp9
Security:       GHSA-jm8r-22j6-4m4v
Security:       GHSA-2c6r-4pr4-9x8m
Security:       GHSA-qmvw-52ph-q5pv

    [16 lines not shown]
DeltaFile
+3-3net/freerdp3/distinfo
+1-1net/freerdp3/Makefile
+4-42 files