FreeBSD/ports feab1e8graphics/gpu-firmware-intel-kmod pkg-plist

graphics/gpu-firmware-intel-kmod: Fix plist for Kaby Lake
DeltaFile
+1-0graphics/gpu-firmware-intel-kmod/pkg-plist
+1-01 files

FreeBSD/ports ff95715security/wazuh-agent Makefile, security/wazuh-agent/files patch-src-data_provider-src_sysInfoFreeBSD.cpp

security/wazuh-agent: Reimplement getPackages() using SQLite

- getPackages() is a function used to get a set of information about
  the packages installed on the system where the manager and agent
  are installed. To obtain this information, pkg-query(8) was used;
  however, prior to this commit, it was assumed that pkg(8) was
  installed on the system, which could be wrong, especially on systems
  such as jails, where pkg(8) is normally used from the host. With
  this change, we leverage SQLite to read the pkg(8) database and
  obtain information about the packages, which is also much more
  efficient than executing a command. This also fixes the segmentation
  fault in wazuh-modulesd when this condition occurs.
- Bump PORTREVISION
DeltaFile
+114-60security/wazuh-agent/files/patch-src-data_provider-src_sysInfoFreeBSD.cpp
+1-0security/wazuh-agent/Makefile
+115-602 files

FreeBSD/ports c86d3fcsecurity/wazuh-manager distinfo Makefile, security/wazuh-manager/files patch-src-data_provider-src_sysInfoFreeBSD.cpp check_pid.c

security/wazuh-manager: Improve port to run inside jail

- Reimplement getPackages() using SQLite
  getPackages() is a function used to get a set of information about
  the packages installed on the system where the manager and agent
  are installed. To obtain this information, pkg-query(8) was used;
  however, prior to this commit, it was assumed that pkg(8) was
  installed on the system, which could be wrong, especially on systems
  such as jails, where pkg(8) is normally used from the host. With
  this change, we leverage SQLite to read the pkg(8) database and
  obtain information about the packages, which is also much more
  efficient than executing a command. This also fixes the segmentation
  fault inside jail in wazuh-modulesd when this condition occurs.
- Fix wazuh-apid when security.bsd.see_other_{u,g}ids=0
  wazuh-apid checks the status of some daemons (or services) before
  starting completely, and if it cannot detect the status, it may
  mark the service as failed or stopped. When security.bsd.see_other_{u,g}ids
  is enabled, apid cannot correctly detect the status of some daemons
  running as root, such as wazuh-execd and wazuh-modulesd, so the API

    [7 lines not shown]
DeltaFile
+114-60security/wazuh-manager/files/patch-src-data_provider-src_sysInfoFreeBSD.cpp
+103-0security/wazuh-manager/files/check_pid.c
+33-0security/wazuh-manager/files/patch-framework-wazuh-core-cluster_utils.py
+8-8security/wazuh-manager/distinfo
+5-0security/wazuh-manager/Makefile
+2-0security/wazuh-manager/pkg-plist
+265-686 files

FreeBSD/ports 0b4ed99security/vaultwarden distinfo Makefile.crates

security/vaultwarden: Update to 1.35.1

Bugfix to 1.35.0

PR:             292043
Reported by:    Bernard Spil
DeltaFile
+43-41security/vaultwarden/distinfo
+20-19security/vaultwarden/Makefile.crates
+1-1security/vaultwarden/Makefile
+64-613 files

FreeBSD/ports 7fccbe9multimedia/navidrome distinfo Makefile, multimedia/navidrome/files modules.txt

multimedia/navidrome: update to 0.59.0

Change the way to deal with npm, to make it more dynamic and not
requireing an actual cache of the npm state.

Reviewed by:            kbowling (maintainer)
Approved by:            kbowling (maintainer)
Differential Reviewed:  https://reviews.freebsd.org/D54417
DeltaFile
+11,718-0multimedia/navidrome/files/packagejsons/package-lock.json
+255-227multimedia/navidrome/distinfo
+173-75multimedia/navidrome/files/modules.txt
+90-65multimedia/navidrome/Makefile
+85-0multimedia/navidrome/files/packagejsons/package.json
+12,321-3675 files

FreeBSD/ports 0d200b8www/py-django-cms distinfo Makefile

www/py-django-cms: Update to 5.0.5
DeltaFile
+3-3www/py-django-cms/distinfo
+1-1www/py-django-cms/Makefile
+4-42 files

FreeBSD/ports e64b8e4net-im/teams Makefile pkg-plist, net-im/teams/files patch-scripts_afterpack.js teams.in

net-im/teams: Add port: Unofficial Microsoft Teams client

Unofficial Microsoft Teams client for Linux using Electron. It uses
the Web App and wraps it as a standalone application using Electron.

WWW: https://github.com/IsmaelMartinez/teams-for-linux
DeltaFile
+6,864-0net-im/teams/files/packagejsons/package-lock.json
+166-0net-im/teams/files/packagejsons/package.json
+44-0net-im/teams/Makefile
+20-0net-im/teams/files/patch-scripts_afterpack.js
+17-0net-im/teams/pkg-plist
+13-0net-im/teams/files/teams.in
+7,124-05 files not shown
+7,145-011 files

FreeBSD/ports f8d47eewww/uwsgi distinfo Makefile

www/uwsgi: Update to 2.0.31
DeltaFile
+3-3www/uwsgi/distinfo
+1-1www/uwsgi/Makefile
+4-42 files

FreeBSD/ports e75f48ffinance/R-cran-timeDate distinfo Makefile

finance/R-cran-timeDate: Update to 4051.111
DeltaFile
+3-3finance/R-cran-timeDate/distinfo
+1-1finance/R-cran-timeDate/Makefile
+4-42 files

FreeBSD/doc 276bbd5website/content/en/status/report-2025-10-2025-12 geneve-support.adoc jdk21default.adoc

Status/2025Q4: spell
DeltaFile
+2-2website/content/en/status/report-2025-10-2025-12/geneve-support.adoc
+1-1website/content/en/status/report-2025-10-2025-12/jdk21default.adoc
+3-32 files

FreeBSD/src e8567desys/fs/nfsclient nfs_clvnops.c

nfscl: Fix handling of POSIX draft default ACLs

A POSIX draft default ACL may not exist.  As such,
an ACL with zero ACEs needs to be allowed.

This patch fixes acquisition of POSIX draft default
ACLs when they do not exist on the directory.

Fixes:  a35bbd5d9f5f ("nfscommon: Add some support for POSIX draft ACLs")
DeltaFile
+2-1sys/fs/nfsclient/nfs_clvnops.c
+2-11 files

FreeBSD/src ab5ec8cusr.sbin/nfsd nfsd.8

nfsd.8: Add a short paragraph w.r.t. NFSv3 vs NFSv4 setup

The nfsd can be configured to support NFSv3, NFSv4 or both
of them.

This patch adds a short paragraph to nfsd.8 to explain this.

This is a content change.

(cherry picked from commit 4f184fd35d81bbd85284d47d2a65aeece67e87d4)
DeltaFile
+60-2usr.sbin/nfsd/nfsd.8
+60-21 files

FreeBSD/src 785d429usr.sbin/nfsd nfsd.8

nfsd.8: Add a short paragraph w.r.t. NFSv3 vs NFSv4 setup

The nfsd can be configured to support NFSv3, NFSv4 or both
of them.

This patch adds a short paragraph to nfsd.8 to explain this.

This is a content change.

(cherry picked from commit 4f184fd35d81bbd85284d47d2a65aeece67e87d4)
DeltaFile
+60-2usr.sbin/nfsd/nfsd.8
+60-21 files

FreeBSD/src 4fecc8esbin/pfctl parse.y

pfctl: remove duplicate "va" entry

It turns out we'd already added this a few years ago, so didn't need to
add it again.

Fixes:          190c1f3d9326
Reported by:    Seth Hoffert <seth.hoffert at gmail.com>
Sponsored by:   Rubicon Communications, LLC ("Netgate")
DeltaFile
+0-1sbin/pfctl/parse.y
+0-11 files

FreeBSD/ports 3adafa3textproc/py-pdfminer.six distinfo Makefile, textproc/py-pdfminer.six/files patch-pyproject.toml

textproc/py-pdfminer.six: Update to 20251230

Changelog since 20251107:

https://github.com/pdfminer/pdfminer.six/releases/tag/20251230

MFH:            2025Q4
Security:       fa433f05-c217-11f0-82ac-901b0edee044
(cherry picked from commit 9acc3385d7ada889b575fcbb04956ff4848eb2c7)
DeltaFile
+3-3textproc/py-pdfminer.six/distinfo
+3-3textproc/py-pdfminer.six/files/patch-pyproject.toml
+1-1textproc/py-pdfminer.six/Makefile
+7-73 files

FreeBSD/ports 9acc338textproc/py-pdfminer.six distinfo Makefile, textproc/py-pdfminer.six/files patch-pyproject.toml

textproc/py-pdfminer.six: Update to 20251230

Changelog since 20251107:

https://github.com/pdfminer/pdfminer.six/releases/tag/20251230

MFH:            2025Q4
Security:       fa433f05-c217-11f0-82ac-901b0edee044
DeltaFile
+3-3textproc/py-pdfminer.six/files/patch-pyproject.toml
+3-3textproc/py-pdfminer.six/distinfo
+1-1textproc/py-pdfminer.six/Makefile
+7-73 files

FreeBSD/ports dc11214security/vuxml/vuln 2025.xml

security/vuxml: Adjust version range for py-pdfminer.six

* The fix for CVE-2025-64512 introduced with release 20251107 was
  incomplete.  This has been remedied with release 20251230, adjust
  the entry accordingly.
DeltaFile
+2-1security/vuxml/vuln/2025.xml
+2-11 files

FreeBSD/ports 36ca711emulators/wine-mono-devel distinfo Makefile

emulators/wine-mono-devel: Update to version 10.4.1
DeltaFile
+3-3emulators/wine-mono-devel/distinfo
+1-1emulators/wine-mono-devel/Makefile
+4-42 files

FreeBSD/ports 65b6af3sysutils/xfce4-settings distinfo Makefile

sysutils/xfce4-settings: Update to 4.20.3
DeltaFile
+3-3sysutils/xfce4-settings/distinfo
+1-1sysutils/xfce4-settings/Makefile
+4-42 files

FreeBSD/ports 03b2b54x11-wm/xfce4-panel distinfo Makefile

x11-wm/xfce4-panel: Update to 4.20.6
DeltaFile
+3-3x11-wm/xfce4-panel/distinfo
+1-1x11-wm/xfce4-panel/Makefile
+4-42 files

FreeBSD/ports 3e0184dx11/libxfce4windowing Makefile distinfo, x11/libxfce4windowing/files libxfce4windowing-docs.xml.in libxfce4windowingui-docs.xml.in

x11/libxfce4windowing: Update to 4.20.5

- Removed extra files now included in distribution
DeltaFile
+0-83x11/libxfce4windowing/files/libxfce4windowing-docs.xml.in
+0-55x11/libxfce4windowing/files/libxfce4windowingui-docs.xml.in
+1-6x11/libxfce4windowing/Makefile
+3-3x11/libxfce4windowing/distinfo
+4-1474 files

FreeBSD/ports 7305a52net/ntopng pkg-plist Makefile, net/ntopng/files patch-configure.ac.in patch-Makefile.in

net/ntopng: Update to 6.6 branch head
DeltaFile
+77-18net/ntopng/pkg-plist
+39-47net/ntopng/files/patch-configure.ac.in
+31-8net/ntopng/files/patch-Makefile.in
+8-6net/ntopng/Makefile
+9-2net/ntopng/files/patch-autogen.sh
+5-5net/ntopng/distinfo
+169-866 files

FreeBSD/ports a0a3679net/ndpi distinfo Makefile, net/ndpi/files patch-src_lib_Makefile.in patch-example_Makefile.in

net/ndpi: Update to 5.0 branch head
DeltaFile
+14-14net/ndpi/files/patch-src_lib_Makefile.in
+10-11net/ndpi/files/patch-example_Makefile.in
+7-7net/ndpi/files/patch-tests_dga_Makefile.in
+7-7net/ndpi/files/patch-tests_unit_Makefile.in
+3-3net/ndpi/distinfo
+2-2net/ndpi/Makefile
+43-446 files

FreeBSD/ports 14821d6databases/clickhouse-cpp pkg-plist Makefile, databases/clickhouse-cpp/files patch-clickhouse_base_platform.h patch-clickhouse_base_socket.h

databases/clickhouse-cpp: Add new port

clickhouse-cpp is the official C++ client library for ClickHouse,
providing a fast and type-safe interface to ClickHouse using its
native binary protocol.
DeltaFile
+45-0databases/clickhouse-cpp/pkg-plist
+41-0databases/clickhouse-cpp/Makefile
+20-0databases/clickhouse-cpp/files/patch-clickhouse_base_platform.h
+13-0databases/clickhouse-cpp/files/patch-clickhouse_base_socket.h
+11-0databases/clickhouse-cpp/files/patch-clickhouse_base_socket.cpp
+3-0databases/clickhouse-cpp/pkg-descr
+133-02 files not shown
+137-08 files

FreeBSD/ports 72994a8sysutils Makefile

sysutils/Makefile: Add missing entry for mods

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-0sysutils/Makefile
+1-01 files

FreeBSD/ports da0b146www/gohugo distinfo Makefile

www/gohugo: Update to 0.153.5

ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.153.5

 * images: Add compression option to image config and clean up some of the options handling
 * config: Fix cascade per language in hugo.toml regression
 * images: Fix WebP quality and hint parameters being ignored

Approved by:    doceng@ (implicit)
DeltaFile
+5-5www/gohugo/distinfo
+1-1www/gohugo/Makefile
+6-62 files

FreeBSD/ports 1da4bd4security/age distinfo Makefile

security/age: Update version 1.3.0=>1.3.1

Changelog: https://github.com/FiloSottile/age/releases/tag/v1.3.1
DeltaFile
+5-5security/age/distinfo
+1-1security/age/Makefile
+6-62 files

FreeBSD/ports f719728databases/freetds-devel distinfo Makefile

databases/freetds-devel: Update version 1.5.221=>1.5.224
DeltaFile
+3-3databases/freetds-devel/distinfo
+1-1databases/freetds-devel/Makefile
+4-42 files

FreeBSD/doc 06d0803website/content/ru administration.adoc where.adoc, website/content/ru/releases/15.0R relnotes.adoc

website: RU - update all files changed in EN

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D54222
DeltaFile
+8-8website/content/ru/administration.adoc
+8-8website/content/ru/releng/_index.adoc
+5-2website/content/ru/releases/15.0R/relnotes.adoc
+3-3website/content/ru/security/_index.adoc
+3-2website/content/ru/status/_index.adoc
+2-3website/content/ru/where.adoc
+29-262 files not shown
+31-288 files

FreeBSD/src 4a15a35sys/arm/allwinner aw_rtc.c

aw_rtc: bump settime() delays

There are delay loops, checking the BUSY status bit, before writing to
the date or time registers. Each iteration contains a 1usec delay, for a
maximum of 70 iterations.

This is frequently not enough on the D1 platform, where the message is
emitted:

  rtc0: could not set date, RTC busy

Bump the loop delay to 10usecs each, and the maximum number of
iterations to 150, for a maximum delay of 1.5msecs between each write of
the register.

In my testing this seems to be adequate.

The loop variable is renamed for clarity/simplicity.


    [6 lines not shown]
DeltaFile
+12-11sys/arm/allwinner/aw_rtc.c
+12-111 files