FreeBSD/ports 0fe6932graphics/xv distinfo Makefile

graphics/xv: update to 6.1.0
DeltaFile
+3-3graphics/xv/distinfo
+1-1graphics/xv/Makefile
+4-42 files

FreeBSD/ports a0a1ba2x11/hyprland-guiutils Makefile, x11/hyprlauncher Makefile

x11/{hyprland-guiutils,hyprlauncher}: Bump port revision after hyprtoolkit update (ee44f36ed04b)
DeltaFile
+1-0x11/hyprlauncher/Makefile
+1-0x11/hyprland-guiutils/Makefile
+2-02 files

FreeBSD/ports ee44f36x11-toolkits/hyprtoolkit/files patch-CMakeLists.txt patch-include_hyprtoolkit_palette_Palette.hpp

x11-toolkits/hyprtoolkit: Update to 0.4.0

Changelog: https://github.com/hyprwm/hyprtoolkit/releases/tag/v0.4.0

Reported by:    GitHub (watch releases)
DeltaFile
+0-28x11-toolkits/hyprtoolkit/files/patch-CMakeLists.txt
+0-11x11-toolkits/hyprtoolkit/files/patch-include_hyprtoolkit_palette_Palette.hpp
+11-0x11-toolkits/hyprtoolkit/files/patch-src_layout_Positioner.cpp
+11-0x11-toolkits/hyprtoolkit/files/patch-src_sessionLock_WaylandSessionLock.cpp
+0-11x11-toolkits/hyprtoolkit/files/patch-src_element_Element.cpp
+0-11x11-toolkits/hyprtoolkit/files/patch-src_element_scrollArea_ScrollArea.cpp
+22-619 files not shown
+41-12315 files

FreeBSD/ports 12ff828editors/vim distinfo Makefile

editors/vim: Update to 9.1.1942
DeltaFile
+3-3editors/vim/distinfo
+1-1editors/vim/Makefile
+4-42 files

FreeBSD/ports 02853b7www/fcgi Makefile distinfo

www/fcgi: Update 2.4.6 => 2.4.7 (fixes CVE-2025-23016)

Commit log:
https://github.com/FastCGI-Archives/fcgi2/compare/2.4.6...2.4.7

Changelog:
https://github.com/FastCGI-Archives/fcgi2/releases/tag/2.4.7

PR:             291307
Approved by:    John von Essen <john at essenz.com> (maintainer, implicit - last activity 2019)
Security:       CVE-2025-23016
MFH:            2025Q4

(cherry picked from commit 1a30da80670973368b399f2b01fe9c04b91a1273)
DeltaFile
+3-4www/fcgi/Makefile
+3-3www/fcgi/distinfo
+6-72 files

FreeBSD/ports 1a30da8www/fcgi Makefile distinfo

www/fcgi: Update 2.4.6 => 2.4.7 (fixes CVE-2025-23016)

Commit log:
https://github.com/FastCGI-Archives/fcgi2/compare/2.4.6...2.4.7

Changelog:
https://github.com/FastCGI-Archives/fcgi2/releases/tag/2.4.7

PR:             291307
Approved by:    John von Essen <john at essenz.com> (maintainer, implicit - last activity 2019)
Security:       CVE-2025-23016
MFH:            2025Q4
DeltaFile
+3-4www/fcgi/Makefile
+3-3www/fcgi/distinfo
+6-72 files

FreeBSD/ports 2a6802fftp/wget Makefile

ftp/wget: adopt port
DeltaFile
+1-1ftp/wget/Makefile
+1-11 files

FreeBSD/ports 022d232security/wolfssl distinfo Makefile

security/wolfssl: Update to 5.8.4

Changes since 5.8.2:

To download the release bundle of wolfSSL visit the download page at
www.wolfssl.com/download/

PR stands for Pull Request, and PR references a GitHub pull request number
where the code change was added.

Vulnerabilities

  * [Low CVE-2025-12888] Vulnerability in X25519 constant-time cryptographic
    implementations due to timing side channels introduced by compiler
    optimizations and CPU architecture limitations, specifically with the
    Xtensa-based ESP32 chips. If targeting Xtensa it is recommended to use the
    low memory implementations of X25519, which is now turned on as the default
    for Xtensa. Thanks to Adrian Cinal for the report. Fixed in PR 9275.
  * [Med. CVE-2025-11936] Potential DoS vulnerability due to a memory leak

    [130 lines not shown]
DeltaFile
+3-3security/wolfssl/distinfo
+1-2security/wolfssl/Makefile
+2-1security/wolfssl/pkg-plist
+6-63 files

FreeBSD/ports f12c037textproc/jing Makefile, textproc/trang Makefile

*/*: Return to pool

I'll be away from keyboard soon and am not sure if I will return. So
return all ports that I currently maintain to pool hoping new
volunteers take care of them.
DeltaFile
+1-1x11-fonts/otf2bdf/Makefile
+1-1www/tdiary/Makefile
+1-1textproc/yaml.el/Makefile
+1-1textproc/yaml-mode.el/Makefile
+1-1textproc/trang/Makefile
+1-1textproc/jing/Makefile
+6-636 files not shown
+42-4242 files

FreeBSD/ports 593001csysutils/upower Makefile distinfo, sysutils/upower/files patch-etc_UPower.conf.d_meson.build

sysutils/upower: Update to 1.91.0

- Added patch to install documentation file in correct diretory
- Added DOCS option to handle document installation

PR:             291286
DeltaFile
+9-0sysutils/upower/files/patch-etc_UPower.conf.d_meson.build
+6-2sysutils/upower/Makefile
+3-3sysutils/upower/distinfo
+3-1sysutils/upower/pkg-plist
+21-64 files

FreeBSD/ports da111efwww/redmine60 Makefile pkg-plist, www/redmine60/files patch-config_database.yml.sample sql.rb

www/redmine60: Use puma 7, fix install directories

This commit also modernizes the port's dependencies and configuration
options.

Redmine 6.0 has changed to use a slightly different directory structure
from previous versions.  The installation now creates public/assets and
tmp/pdf directories that Redmine 6.x expects, preventing runtime errors
related to missing directories.

Support for Puma 7 allows users to benefit from the latest web server
performance improvements among other enhancements.

Database configuration is now clearer with mutually exclusive options that
prevent misconfiguration. SQLite and SQL Server support give users more
deployment flexibility, though SQLite is clearly marked as unsuitable for
production use.

Use the standardized "PGSQL" naming for PostgreSQL which aligns with

    [7 lines not shown]
DeltaFile
+31-19www/redmine60/Makefile
+39-0www/redmine60/files/patch-config_database.yml.sample
+6-1www/redmine60/pkg-plist
+6-0www/redmine60/pkg-message
+2-0www/redmine60/files/sql.rb
+1-0www/redmine60/files/sqlite3.rb
+85-206 files

FreeBSD/ports 2a1eb94science/py-scikit-learn/files patch-pyproject.toml

science/py-scikit-learn: Fix build with newer version of Cython

Approved by:    trivial build fix
DeltaFile
+5-3science/py-scikit-learn/files/patch-pyproject.toml
+5-31 files

FreeBSD/ports dd09ed9security/vuxml/vuln 2025.xml

security/vuxml: Document wolfSSL multiple vulnerabilities.
DeltaFile
+46-0security/vuxml/vuln/2025.xml
+46-01 files

FreeBSD/ports 9f01acbmisc Makefile, misc/tlm distinfo Makefile

misc/tlm: New port: Local CLI Copilot, powered by Ollama
DeltaFile
+101-0misc/tlm/distinfo
+78-0misc/tlm/Makefile
+5-0misc/tlm/pkg-descr
+1-0misc/Makefile
+185-04 files

FreeBSD/ports ece4646databases/weaviate distinfo Makefile

databases/weaviate: update 1.34.1 → 1.34.2
DeltaFile
+5-5databases/weaviate/distinfo
+1-1databases/weaviate/Makefile
+6-62 files

FreeBSD/ports 9861c26astro/qmapshack distinfo Makefile

astro/qmapshack: update to 1.19.0

Release Notes:
  https://github.com/Maproom/qmapshack/releases/tag/V_1.19.0

While here, take maintainer.
DeltaFile
+3-3astro/qmapshack/distinfo
+2-2astro/qmapshack/Makefile
+5-52 files

FreeBSD/ports a0975d4www/serendipity Makefile

www/serendipity: Back to pool

Sponsored by:   Netzkommune GmbH
DeltaFile
+1-1www/serendipity/Makefile
+1-11 files

FreeBSD/ports 78e0829mail/sendmail-devel distinfo Makefile

mail/sendmail-devel: update to 8.18.1.16
DeltaFile
+3-3mail/sendmail-devel/distinfo
+1-1mail/sendmail-devel/Makefile
+4-42 files

FreeBSD/ports bc229e6security/wolfssl distinfo Makefile

security/wolfssl: Update to 5.8.4

Changes since 5.8.2:

To download the release bundle of wolfSSL visit the download page at
www.wolfssl.com/download/

PR stands for Pull Request, and PR references a GitHub pull request number
where the code change was added.

Vulnerabilities

  * [Low CVE-2025-12888] Vulnerability in X25519 constant-time cryptographic
    implementations due to timing side channels introduced by compiler
    optimizations and CPU architecture limitations, specifically with the
    Xtensa-based ESP32 chips. If targeting Xtensa it is recommended to use the
    low memory implementations of X25519, which is now turned on as the default
    for Xtensa. Thanks to Adrian Cinal for the report. Fixed in PR 9275.
  * [Med. CVE-2025-11936] Potential DoS vulnerability due to a memory leak

    [128 lines not shown]
DeltaFile
+3-3security/wolfssl/distinfo
+1-2security/wolfssl/Makefile
+2-1security/wolfssl/pkg-plist
+6-63 files

FreeBSD/ports efb1081misc/crush distinfo Makefile

misc/crush: Update to 0.19.3

Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.19.3

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-1misc/crush/Makefile
+6-62 files

FreeBSD/ports 8182bd3misc/py-huggingface-hub distinfo Makefile

misc/py-huggingface-hub: Update to 1.1.6

Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v1.1.6

Reported by:    portscout
DeltaFile
+3-3misc/py-huggingface-hub/distinfo
+1-1misc/py-huggingface-hub/Makefile
+4-42 files

FreeBSD/ports f728901x11-wm/hyprland Makefile distinfo, x11-wm/hyprland/files patch-src_config_ConfigWatcher.cpp patch-hyprctl_main.cpp

x11-wm/hyprland: Update to 0.52.1

Changelog:
- https://github.com/hyprwm/Hyprland/releases/tag/v0.52.0
- https://github.com/hyprwm/Hyprland/releases/tag/v0.52.1

Reported by:    GitHub (watch releases)
DeltaFile
+12-7x11-wm/hyprland/Makefile
+7-3x11-wm/hyprland/distinfo
+0-10x11-wm/hyprland/files/patch-src_config_ConfigWatcher.cpp
+9-0x11-wm/hyprland/pkg-plist
+2-2x11-wm/hyprland/files/patch-hyprctl_main.cpp
+30-225 files

FreeBSD/ports 1e4b6e3devel/py-rich-toolkit distinfo Makefile

devel/py-rich-toolkit: Update to 0.17.0
DeltaFile
+3-3devel/py-rich-toolkit/distinfo
+1-1devel/py-rich-toolkit/Makefile
+4-42 files

FreeBSD/ports cff4476www/py-asgiref distinfo Makefile

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

FreeBSD/ports 646e363devel/gitaly distinfo Makefile

devel/gitaly: fix build on i386

I provided that patch upstream here:
https://gitlab.com/gitlab-org/gitaly/-/merge_requests/8309
DeltaFile
+3-1devel/gitaly/distinfo
+2-0devel/gitaly/Makefile
+5-12 files

FreeBSD/ports 9ed20a2www Makefile, www/py-litestar Makefile pkg-descr

www/py-litestar: Add new port

Litestar is a powerful, flexible yet opinionated ASGI framework, focused on
building APIs. It offers high-performance data validation, dependency injection,
first-class ORM integration, authorization primitives, a rich plugin API,
middleware, and much more that's needed to get applications up and running.
DeltaFile
+31-0www/py-litestar/Makefile
+4-0www/py-litestar/pkg-descr
+3-0www/py-litestar/distinfo
+1-0www/Makefile
+39-04 files

FreeBSD/ports ea2ae5firc/weechat distinfo Makefile

irc/weechat: Update to 4.8.0
DeltaFile
+3-3irc/weechat/distinfo
+1-1irc/weechat/Makefile
+4-42 files

FreeBSD/ports b9b0c68www/py-django-tree-queries distinfo Makefile

www/py-django-tree-queries: Update to 0.23.0

Changelog:

https://github.com/feincms/django-tree-queries/blob/0.23/CHANGELOG.rst
DeltaFile
+3-3www/py-django-tree-queries/distinfo
+1-1www/py-django-tree-queries/Makefile
+4-42 files

FreeBSD/ports 88e0b6ctextproc/py-pymdown-extensions distinfo Makefile

textproc/py-pymdown-extensions: Update to 10.17.2

Changelog:

https://github.com/facelessuser/pymdown-extensions/releases/tag/10.17.2
DeltaFile
+3-3textproc/py-pymdown-extensions/distinfo
+1-1textproc/py-pymdown-extensions/Makefile
+4-42 files

FreeBSD/ports 4d21cb6textproc/py-packageurl-python distinfo Makefile

textproc/py-packageurl-python: Update to 0.17.6

Changelog:

https://github.com/package-url/packageurl-python/releases/tag/v0.17.6
DeltaFile
+3-3textproc/py-packageurl-python/distinfo
+1-1textproc/py-packageurl-python/Makefile
+4-42 files