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
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.
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.
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]
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
[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
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"
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.
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>