FreeBSD/ports c8cb646www/tikiwiki distinfo Makefile

www/tikiwiki: Update to 29.1
DeltaFile
+3-3www/tikiwiki/distinfo
+1-1www/tikiwiki/Makefile
+4-42 files

FreeBSD/ports 44dd6eewww/py-nicegui Makefile distinfo, www/py-nicegui-nogui Makefile

www/py-nicegui{,-nogui}: Update to 3.8.0

ChangeLog:
https://github.com/zauberzeug/nicegui/compare/zauberzeug:6e1ec4f...zauberzeug:97def3b
DeltaFile
+11-3www/py-nicegui/Makefile
+3-3www/py-nicegui/distinfo
+1-1www/py-nicegui-nogui/Makefile
+15-73 files

FreeBSD/ports 4b70270www/py-nicegui-highcharts distinfo Makefile, www/py-nicegui-highcharts/files patch-pyproject.toml

www/py-nicegui-highcharts: Update to 3.2.0

ChangeLog:
https://github.com/zauberzeug/nicegui-highcharts/compare/v2.1.0...v3.2.0
DeltaFile
+0-11www/py-nicegui-highcharts/files/patch-pyproject.toml
+3-3www/py-nicegui-highcharts/distinfo
+2-4www/py-nicegui-highcharts/Makefile
+5-183 files

FreeBSD/ports fb2d6d2textproc/py-typst distinfo Makefile.crates, textproc/py-typst/files patch-Cargo.lock

textproc/py-typst: Update to 0.14.8

ChangeLog: https://github.com/messense/typst-py/releases/tag/v0.14.8
DeltaFile
+75-95textproc/py-typst/distinfo
+36-46textproc/py-typst/Makefile.crates
+5-5textproc/py-typst/files/patch-Cargo.lock
+1-2textproc/py-typst/Makefile
+117-1484 files

FreeBSD/ports 321913bdatabases/libvalkey distinfo pkg-plist

databases/libvalkey: Update to 0.4.0

ChangeLogs:

- https://github.com/valkey-io/libvalkey/releases/tag/0.3.0
- https://github.com/valkey-io/libvalkey/releases/tag/0.4.0
DeltaFile
+3-3databases/libvalkey/distinfo
+2-2databases/libvalkey/pkg-plist
+1-1databases/libvalkey/Makefile
+6-63 files

FreeBSD/ports f849c6asysutils/rdfind distinfo Makefile

sysutils/rdfind: Update to 1.8.0

ChangeLog: https://github.com/pauldreik/rdfind/releases/tag/releases/1.8.0
DeltaFile
+3-3sysutils/rdfind/distinfo
+1-1sysutils/rdfind/Makefile
+4-42 files

FreeBSD/ports 0a58a47www/py-httpx-retries distinfo Makefile

www/py-httpx-retries: Update to 0.4.6

ChangeLog: https://github.com/will-ockmore/httpx-retries/releases/tag/0.4.6
DeltaFile
+3-3www/py-httpx-retries/distinfo
+1-1www/py-httpx-retries/Makefile
+4-42 files

FreeBSD/ports 510181baudio/openal-soft Makefile

audio/openal-soft: Optionally remove dependency on RTKIT/DBUS

The RTKIT functionality pulls in DBUS. As this functionallity doesn't
even work on FreeBSD, add the option to remove it.
Set the default value to "ON" to not affect the current state.

PR:             292308
Approved by:    multimedia (maintainer, timeout 6+ weeks)
DeltaFile
+6-4audio/openal-soft/Makefile
+6-41 files

FreeBSD/ports d6ad8c9lang/fpc-devel Makefile

lang/fpc-devel: Fix build cleaning env before sub-gmake

PR:             291061
DeltaFile
+4-4lang/fpc-devel/Makefile
+4-41 files

FreeBSD/ports ab7261bsysutils/try-rs distinfo Makefile

sysutils/try-rs: Update to 1.5.2
DeltaFile
+3-3sysutils/try-rs/distinfo
+1-1sysutils/try-rs/Makefile
+4-42 files

FreeBSD/ports 9f34883cad/openscad-devel distinfo Makefile.git_rev

cad/openscad-devel: Update to 2026.02.19
DeltaFile
+9-9cad/openscad-devel/distinfo
+5-5cad/openscad-devel/Makefile.git_rev
+1-1cad/openscad-devel/Makefile
+15-153 files

FreeBSD/ports e905399textproc/opensearch distinfo Makefile, textproc/opensearch-dashboards distinfo Makefile

textproc/opensearch*: update to 3.5.0

With hat:       opensearch
PR:             293199 293200
Reviewed by:    Sven Ruediger
DeltaFile
+5-5textproc/opensearch/distinfo
+5-5textproc/opensearch-dashboards/distinfo
+1-1textproc/opensearch-dashboards/Makefile
+1-1textproc/opensearch/Makefile
+12-124 files

FreeBSD/ports 6ae2ea6graphics/openexr Makefile distinfo, graphics/openexr-website-docs distinfo Makefile

graphics/openexr*: Security update to v3.4.5 and i386 fix

"Patch release that fixes an incorrect size check in
istream_nonparallel_read that could lead to a buffer overflow on invalid
input data."

Also fix i386 self-tests by adding -msse2: i386 builds require SSE2, but
the upstream cmake stuff does not enable this, so use CFLAGS_i386.

To prevent people seeing SIGILL crashes down late at run-time,
check if the CPU is sse2-capable by querying the clang compiler from
the pre-install script (pkg-plist's @preexec). Suggested by diizzy@.
  Other than that we could use the cpuid or the lscpu port instead, but
let's for now assume everything that wants to run OpenEXR also has a
working cc that is clang and has -march=native and gives us CPU details).
(GCC also gives us this but will use a different output format.)

While here, make failed tests verbose through ctest's environment so we
can see what's up from the build log already. (We need to go through

    [7 lines not shown]
DeltaFile
+14-1graphics/openexr/Makefile
+3-3graphics/openexr-website-docs/distinfo
+3-3graphics/openexr/distinfo
+1-1graphics/openexr-website-docs/Makefile
+1-0graphics/openexr/pkg-plist
+22-85 files

FreeBSD/ports c157508dns/dnsmasq/files patch-src_dhcp.c

dns/dnsmasq: Backport upstream commit to fix PXEBOOT regression

Reference:
https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=84415a87be571a6da82c910c1b87b194e5f54727

MFH:            2026Q1
(cherry picked from commit 13100fe1ce1d4d3fe3ed172400d3a20033fe0eeb)
DeltaFile
+110-0dns/dnsmasq/files/patch-src_dhcp.c
+110-01 files

FreeBSD/ports 7af5af7multimedia/obuparse distinfo Makefile

multimedia/obuparse: Update to 2.0.2

Security update

Changelog: https://github.com/dwbuiten/obuparse/releases/tag/v2.0.2
DeltaFile
+3-3multimedia/obuparse/distinfo
+1-1multimedia/obuparse/Makefile
+4-42 files

FreeBSD/ports dcd66e2devel/jenkins distinfo Makefile

devel/jenkins: Update to 2.552

Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3devel/jenkins/distinfo
+1-1devel/jenkins/Makefile
+4-42 files

FreeBSD/ports b541bafdevel/py-kaitaistruct distinfo Makefile

devel/py-kaitaistruct: update to 0.11
DeltaFile
+3-3devel/py-kaitaistruct/distinfo
+1-2devel/py-kaitaistruct/Makefile
+4-52 files

FreeBSD/ports f2569b9astro/qmapshack distinfo Makefile

astro/qmapshack: update to 1.20.1

Release Notes:
  https://github.com/Maproom/qmapshack/releases/tag/V_1.20.1
DeltaFile
+3-3astro/qmapshack/distinfo
+1-1astro/qmapshack/Makefile
+4-42 files

FreeBSD/ports 08b1b34games/0ad Makefile distinfo, games/0ad/files patch-boost-1.89 patch-build_premake_extern__libs5.lua

games/0ad: Update to 0.28.0
DeltaFile
+0-41games/0ad/files/patch-boost-1.89
+9-11games/0ad/Makefile
+6-9games/0ad/files/patch-build_premake_extern__libs5.lua
+0-12games/0ad/files/patch-libraries_source_nvtt_nvtt-28209_src_src_nvcore_Debug.cpp
+5-5games/0ad/distinfo
+0-4games/0ad/pkg-plist
+20-826 files

FreeBSD/ports ae75c68security/courier-authlib Makefile.dep

security/courier-authlib: Remove trailing whitespace in Makefile
DeltaFile
+1-1security/courier-authlib/Makefile.dep
+1-11 files

FreeBSD/ports 830b33fsysutils/mstflint distinfo Makefile

sysutils/mstflint: Update to 4.35.0-1

Reported by:    portscout
Sponsored by:   Netflix
DeltaFile
+3-3sysutils/mstflint/distinfo
+1-1sysutils/mstflint/Makefile
+1-1sysutils/mstflint/pkg-plist
+5-53 files

FreeBSD/ports 4e2deb5graphics/lua-qrencode Makefile distinfo, graphics/lua-qrencode/files patch-Makefile

graphics/lua-qrencode: rework port

PR:             293392
Submitted by:   Daniel Engberg
DeltaFile
+10-5graphics/lua-qrencode/Makefile
+0-15graphics/lua-qrencode/files/patch-Makefile
+3-3graphics/lua-qrencode/distinfo
+13-233 files

FreeBSD/ports 2daab57databases/cego distinfo Makefile

databases/cego: update 2.54.7 -> 2.54.9

- fix CegoAdminThread::srvVerifyTableSet for view loop iterator
- Before decoding values via CegoQueryHelper::decodeFVL,
  the btree schema has to be sorted in terms of field id.
  Otherwise, decoding might be not complete in case of
  non-ascending btree attributes.
  fix in CegoBtreeNode::verifyLeafFull
DeltaFile
+3-3databases/cego/distinfo
+1-1databases/cego/Makefile
+4-42 files

FreeBSD/ports 1898727math/givaro Makefile distinfo, math/givaro/files patch-src_kernel_integer_random-integer.h patch-src_kernel_recint_rfiddling.h

math/givaro: update 4.2.0 -> 4.2.1, fix build with libc++ 21

- libc++ 21 no longer allows std::make_signed to be overridden.
  Upstream fixed this as part of
  https://github.com/linbox-team/givaro/commit/ed91ee0

PR:             293269
Changes:        https://github.com/linbox-team/givaro/releases/tag/v4.2.1
DeltaFile
+0-23math/givaro/files/patch-src_kernel_integer_random-integer.h
+9-4math/givaro/Makefile
+0-11math/givaro/files/patch-src_kernel_recint_rfiddling.h
+5-3math/givaro/distinfo
+2-1math/givaro/pkg-plist
+16-425 files

FreeBSD/ports ed52ebcsecurity/kanidm distinfo Makefile.crates, security/kanidm/files patch-tools_cli_Cargo.toml

security/kanidm: Update to 1.9.1

ChangeLog: https://github.com/kanidm/kanidm/releases/tag/v1.9.1

PR:             293327
Reported by:    brnrd@
Approved by:    bofh@ (implicit)
DeltaFile
+247-227security/kanidm/distinfo
+122-112security/kanidm/Makefile.crates
+11-0security/kanidm/files/patch-tools_cli_Cargo.toml
+1-1security/kanidm/Makefile
+381-3404 files

FreeBSD/ports c04a1adwww/gatus distinfo Makefile

www/gatus: Update to 5.35.0

ChangeLog: https://github.com/TwiN/gatus/releases/tag/v5.35.0
DeltaFile
+5-5www/gatus/distinfo
+1-2www/gatus/Makefile
+6-72 files

FreeBSD/ports ce07a53devel/aws-crt-cpp distinfo Makefile

devel/aws-crt-cpp: Update to 0.37.3

ChangeLog: https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.37.3
DeltaFile
+3-3devel/aws-crt-cpp/distinfo
+1-1devel/aws-crt-cpp/Makefile
+4-42 files

FreeBSD/ports 9fd0270devel/R-cran-testit distinfo Makefile

devel/R-cran-testit: Update to 0.16

ChangeLog: https://github.com/yihui/testit/releases/tag/v0.16
DeltaFile
+3-3devel/R-cran-testit/distinfo
+1-1devel/R-cran-testit/Makefile
+4-42 files

FreeBSD/ports d02f6cemail/nextcloud-mail distinfo Makefile

mail/nextcloud-mail: Update to 5.7.1
DeltaFile
+3-3mail/nextcloud-mail/distinfo
+1-1mail/nextcloud-mail/Makefile
+4-42 files

FreeBSD/ports df303f9net-im/nextcloud-talk distinfo Makefile

net-im/nextcloud-talk: Update to 23.0.1
DeltaFile
+3-3net-im/nextcloud-talk/distinfo
+2-2net-im/nextcloud-talk/Makefile
+5-52 files