FreeBSD/ports d8857f8devel/tracy distinfo Makefile

devel/tracy: Update 0.13.0 => 0.13.1

Changelog:
https://github.com/wolfpld/tracy/releases/tag/v0.13.1

PR:     292690
MFH:    2026Q1
DeltaFile
+3-3devel/tracy/distinfo
+1-1devel/tracy/Makefile
+4-42 files

FreeBSD/ports c99902edatabases/cego pkg-plist distinfo

databases/cego: update 2.53.8 -> 2.54.1

- Removed PIDFILE attribute from db xml.
  PIDFILE should be specified by database startup with pidfile option
- remove distributed mode, was never used in production (2.53.x -> 2.54.x)
- Changed tableset ticket handling for backup recovery
DeltaFile
+6-9databases/cego/pkg-plist
+3-3databases/cego/distinfo
+1-1databases/cego/Makefile
+10-133 files

GhostBSD/build 4178e21packages drivers

Removed virtualbox-ose-additions from drivers package list.
DeltaFile
+0-1packages/drivers
+0-11 files

FreeBSD/ports b02adfaarchivers/minizip-ng distinfo Makefile, archivers/minizip-ng/files patch-mz__strm__os__posix.c

archivers/minizip-ng: Update 4.0.10 => 4.1.0

Changelog:
https://github.com/zlib-ng/minizip-ng/releases/tag/4.1.0

Add patch to fix build:
FAILED: [code=1] CMakeFiles/minizip-ng.dir/mz_strm_os_posix.c.o
mz_strm_os_posix.c:93:32: error: use of undeclared identifier 'S_IRUSR'
   93 |     fd = open(path, mode_open, S_IRUSR | S_IWUSR | S_IRGRP);
      |                                ^
mz_strm_os_posix.c:93:42: error: use of undeclared identifier 'S_IWUSR'
   93 |     fd = open(path, mode_open, S_IRUSR | S_IWUSR | S_IRGRP);
      |                                          ^
mz_strm_os_posix.c:93:52: error: use of undeclared identifier 'S_IRGRP'
   93 |     fd = open(path, mode_open, S_IRUSR | S_IWUSR | S_IRGRP);
      |                                                    ^
3 errors generated.

Upstream issue: https://github.com/zlib-ng/minizip-ng/issues/941
DeltaFile
+12-0archivers/minizip-ng/files/patch-mz__strm__os__posix.c
+3-3archivers/minizip-ng/distinfo
+1-1archivers/minizip-ng/Makefile
+16-43 files

OPNSense/core 7bb4008src/opnsense/scripts/filter/lib/alias __init__.py

Firewall: Aliases - expire geoip aliases when there's either no database installed or its newer than the alias contents populated. closes https://github.com/opnsense/core/issues/9374

In the long run we should probably refactor the alias class so different types can have their own implementations, but this has a lot more impact than injecting a specific expire() implementation for geoip information at its current spot.

The additional advantage of this change is it will update aliases before their TTL expires when the geoip database is newer than the alias content.
DeltaFile
+13-0src/opnsense/scripts/filter/lib/alias/__init__.py
+13-01 files

NetBSD/pkgsrc FovphCslang/go go-module.mk

   go-module.mk: new variable, GOFLAGS

   Any extra arguments to the "go" tool, such as linker flag overrides,
   should go into this variable instead of GO_BUILD_PATTERN.
VersionDeltaFile
1.25+12-4lang/go/go-module.mk
+12-41 files

FreeBSD/ports 6cbb8d6cad/openvsp distinfo Makefile

cad/openvsp: Update to 3.47.0

ChangeLog:
https://openvsp.org/blogs/announcements/2026/01/23/openvsp-3-47-0-released

Features:

 * Swept Volume Analysis
 * Look-At Visibility Analysis
 * Look-From Visibility now has discrete mode
 * Look-From Visibility supports multiple viewpoints
 * Look-From Visibility supports constrained FOV from each viewpoint
 * Intersect type SubSurfaces
 * Reworked UX for all item browsers and trees regarding
   adding/deleting/renaming
 * Explicit Add and Delete button
 * Auto-name for all recently-added items
 * Rename using name field, no button necessary
 * Inline rename field via item double click, F2, or Enter

    [20 lines not shown]
DeltaFile
+3-3cad/openvsp/distinfo
+1-2cad/openvsp/Makefile
+4-52 files

FreeBSD/ports 9365ec8science/afni distinfo Makefile

science/afni: Update to 26.0.06
DeltaFile
+3-3science/afni/distinfo
+1-1science/afni/Makefile
+4-42 files

LLVM/project 217731ellvm/test/TableGen MacroFusion.td ResolveSchedClass.td, llvm/utils/TableGen SubtargetEmitter.cpp

TableGen: Emit subtarget generated methods as final
DeltaFile
+9-9llvm/utils/TableGen/SubtargetEmitter.cpp
+1-1llvm/test/TableGen/MacroFusion.td
+1-1llvm/test/TableGen/ResolveSchedClass.td
+11-113 files

OpenBSD/ports W5cbT63www/jupyterlab distinfo Makefile, www/jupyterlab/pkg PLIST

   update jupyterlab to 4.5.3
VersionDeltaFile
1.13+79-79www/jupyterlab/pkg/PLIST
1.12+2-2www/jupyterlab/distinfo
1.12+1-1www/jupyterlab/Makefile
+82-823 files

FreeBSD/ports c8af973devel/onetbb Makefile, devel/onetbb/files patch-test_common_utils_concurrency_limit.h-affinity

devel/onetbb: Fix the last failing test

Fix the following test:

 63 - test_hw_concurrency (ILLEGAL)

by using sched_getaffinity().

PR:     292088
Reported by:    diizzy
DeltaFile
+57-0devel/onetbb/files/patch-test_common_utils_concurrency_limit.h-affinity
+1-1devel/onetbb/Makefile
+58-12 files

LLVM/project 8dcc9b6polly/lib/External/isl isl_map.c isl_map_simplify.c, polly/lib/External/isl/include/isl typed_cpp.h cpp.h

[Polly] Update isl to isl-0.27 (#177776)

Fixes: #177527

Updated test cases:

* CodeGen/OpenMP/matmul-parallel.ll, ScheduleOptimizer/pattern-matching-based-opts.ll
  Before the update, ISL bailed out the dependency computation due to
  hitting the max operation limit. The commit
  https://repo.or.cz/isl.git/commit/4bdfe2567715c5d1a8287c07d8685eb3db281e32
  seems to have reduced the complexity needed of the dependency
  computation, thus now being able to recognize some loops as parallel.
  The tests were checking that the outer loop is not parallel, but some
  inner loops can be parallized, particularly the array packing loops.

 * DeLICM/reduction_looprotate_hoisted.ll
   changes in how isl generates expressions

 * ScheduleOptimizer/pattern-matching-based-opts_5.ll
   changes in how isl generates expressions, and AST node changes
DeltaFile
+52,760-0polly/lib/External/isl/include/isl/typed_cpp.h
+30,864-0polly/lib/External/isl/include/isl/cpp.h
+21,192-0polly/lib/External/isl/include/isl/cpp-checked.h
+19,097-0polly/lib/External/isl/interface/isl.py.core
+1,681-148polly/lib/External/isl/isl_map.c
+772-161polly/lib/External/isl/isl_map_simplify.c
+126,366-309141 files not shown
+131,425-2,485147 files

OpenBSD/src ySu5EdYsys/arch/arm64/dev smmu_acpi.c smmu_fdt.c

   The Qualcomm QCS6490/SC7280 SoC needs the SMMUv2 workaround as well.

   ok patrick@
VersionDeltaFile
1.14+3-2sys/arch/arm64/dev/smmu_acpi.c
1.13+3-2sys/arch/arm64/dev/smmu_fdt.c
+6-42 files

FreeBSD/src 52ddca7sys/fs/fuse fuse_ipc.h

fusefs: style

Reorder macro definitions.
DeltaFile
+2-2sys/fs/fuse/fuse_ipc.h
+2-21 files

FreeBSD/src ffb747dtests/sys/fs/fusefs destroy.cc mockfs.cc

fusefs: Add tests for the new -o auto_unmount feature

Add tests for mount_fusefs's new -o auto_unmount feature, recently added
by arrowd.

MFC with:       10037d0978f "fusefs: Implement support for the auto_unmount"
DeltaFile
+81-0tests/sys/fs/fusefs/destroy.cc
+11-1tests/sys/fs/fusefs/mockfs.cc
+7-1tests/sys/fs/fusefs/utils.cc
+4-1tests/sys/fs/fusefs/mockfs.hh
+5-0tests/sys/fs/fusefs/utils.hh
+108-35 files

OpenBSD/ports mS3eluctextproc/py-sphinx-notfound-page Makefile distinfo

   update to py3-sphinx-notfound-page-1.1.0
VersionDeltaFile
1.17+3-4textproc/py-sphinx-notfound-page/Makefile
1.5+2-2textproc/py-sphinx-notfound-page/distinfo
+5-62 files

OpenBSD/ports 2Ddnso0devel/py-test-benchmark Makefile distinfo, devel/py-test-benchmark/pkg PLIST

   update to py3-test-benchmark-5.2.3
VersionDeltaFile
1.22+3-4devel/py-test-benchmark/Makefile
1.7+2-2devel/py-test-benchmark/distinfo
1.12+1-1devel/py-test-benchmark/pkg/PLIST
+6-73 files

OpenBSD/ports iYmQDEXdevel/py-test-cov Makefile distinfo, devel/py-test-cov/pkg PLIST

   update to py3-test-cov-7.0.0
VersionDeltaFile
1.29+7-8devel/py-test-cov/Makefile
1.10+0-8devel/py-test-cov/pkg/PLIST
1.14+2-2devel/py-test-cov/distinfo
+9-183 files

OpenBSD/ports XrVfq0odatabases/py-ldap Makefile distinfo, databases/py-ldap/pkg PLIST

   update to py3-ldap-3.4.5
VersionDeltaFile
1.18+1-40databases/py-ldap/pkg/PLIST
1.69+3-9databases/py-ldap/Makefile
1.26+2-2databases/py-ldap/distinfo
+6-513 files

FreeBSD/ports 08cf438devel/libwasmtime distinfo Makefile.cargo

devel/libwasmtime: update 40.0.1 -> 41.0.0

ChangeLog:      https://github.com/bytecodealliance/wasmtime/compare/v40.0.1...v41.0.0

Sponsored by:   tipi.work
DeltaFile
+23-13devel/libwasmtime/distinfo
+9-4devel/libwasmtime/Makefile.cargo
+2-2devel/libwasmtime/Makefile
+34-193 files

LLVM/project 4623ccallvm/include/llvm-c Core.h, llvm/lib/IR Core.cpp

Add C API to set this
DeltaFile
+34-0llvm/include/llvm-c/Core.h
+30-0llvm/unittests/IR/AttributesTest.cpp
+16-0llvm/lib/IR/Core.cpp
+80-03 files

LLVM/project f5de162llvm/test/Assembler denormal_fpenv.ll, llvm/test/Bitcode compatibility.ll auto_upgrade_denormal_fp_math.ll

bar syntax and only print input if different from output.

Breaks update_test_checks Function Attrs comment check in the rare
case where the modes mismatch.
DeltaFile
+72-72llvm/test/Bitcode/compatibility.ll
+70-72llvm/test/Assembler/denormal_fpenv.ll
+57-57llvm/test/Transforms/Attributor/nofpclass-canonicalize.ll
+48-48llvm/test/Transforms/InstSimplify/canonicalize.ll
+42-42llvm/test/Bitcode/auto_upgrade_denormal_fp_math.ll
+40-44llvm/test/Transforms/Attributor/denormal-fp-math.ll
+329-335156 files not shown
+861-848162 files

OpenBSD/ports TIvpZOksecurity/py-argon2-cffi-bindings Makefile distinfo

   update to py3-argon2-cffi-bindings-25.1.0
VersionDeltaFile
1.4+2-3security/py-argon2-cffi-bindings/Makefile
1.2+2-2security/py-argon2-cffi-bindings/distinfo
+4-52 files

FreeBSD/ports 0180079net/nats-surveyor distinfo Makefile

net/nats-surveyor: Update 0.9.5 → 0.9.7
DeltaFile
+7-7net/nats-surveyor/distinfo
+1-2net/nats-surveyor/Makefile
+8-92 files

OpenBSD/ports KGRtkunsysutils/py-dotenv Makefile distinfo

   update to py3-dotenv-1.2.1
VersionDeltaFile
1.17+3-5sysutils/py-dotenv/Makefile
1.9+2-2sysutils/py-dotenv/distinfo
+5-72 files

FreeBSD/ports ab58854graphics/inkscape distinfo Makefile

graphics/inkscape: update 1.4.2 -> 1.4.3

Note:
- this is a bridge release in the sense that it can be used to
  convert the planned Inkscape 1.5 multipage file format
  to the pre-1.5 multipage format.
- 24 crash/freeze fixes

PR:             292694
Changes:        https://inkscape.org/doc/release_notes/1.4.3/Inkscape_1.4.3.html
Reviewed by:    Tomasz "CeDeROM" CEDRO <tomek at cedro.info>
DeltaFile
+3-9graphics/inkscape/distinfo
+2-8graphics/inkscape/Makefile
+1-1graphics/inkscape/pkg-plist
+6-183 files

LLVM/project 4faddd6llvm/lib/AsmParser LLParser.cpp, llvm/lib/Support FloatingPointMode.cpp

XXX - syntax change
DeltaFile
+14-4llvm/lib/AsmParser/LLParser.cpp
+5-5llvm/test/Assembler/denormal_fpenv.ll
+1-1llvm/lib/Support/FloatingPointMode.cpp
+20-103 files

LLVM/project 7f4b459llvm/docs LangRef.rst

Documentation examples
DeltaFile
+6-0llvm/docs/LangRef.rst
+6-01 files

LLVM/project 8c07e17llvm/lib/AsmParser LLParser.cpp, llvm/lib/Support FloatingPointMode.cpp

Revert "XXX - syntax change"

This reverts commit 1336cd4e7d2754ea5eddf2a43c1f66c615ea40ff.
DeltaFile
+4-14llvm/lib/AsmParser/LLParser.cpp
+5-5llvm/test/Assembler/denormal_fpenv.ll
+1-1llvm/lib/Support/FloatingPointMode.cpp
+10-203 files

LLVM/project 3d2466cllvm/docs LangRef.rst

Fix links in documentation
DeltaFile
+7-6llvm/docs/LangRef.rst
+7-61 files