cad/openvsp: Update to 3.52.0
ChangeLog:
https://openvsp.org/blogs/announcements/2026/09/19/openvsp-3-52-0-released
Features:
* FitModel undo button
* FitModel GUI improvements
* FitModel API access
* Read point clouds as .csv files
* Read unformatted Plot3D and Cart3D .tri files
* Expose Parasite Drag flow conditions in Results – thanks Ojasvi
Bugs:
* Fix ID remapping when referencing an ID outside of the DecodeXml set
* Fix scaling of Reynolds number in VSPAERO
* Fix Mass Properties calculation – now better and faster
[17 lines not shown]
japanese/ebview-gtk2: Fix crashes immediately after startup
Since japanese/ebview was removed in 2014, remove CONFLICTS.
Switch from REINPLACE_CMD to patchfile.
PR: 297153
Approved by: fluffy (mentor)
Co-authored-by: mce
(cherry picked from commit e1c65a93e348dddf2ab5a5b099f4d2fae262d0b2)
databases/p5-DBI: update 1.648 -> 1.654
Changelog: https://metacpan.org/dist/DBI/changes
Major changes for 1.650:
- Set a hard limit of 99999 on '?' placeholders (CVE-2026-14739)
- Fix out-of-bounds read in preparse of SQL that starts with a comment (CVE-2026-14740)
- Fix code injection via Profile DSN attribute or DBI_PROFILE variable (CVE-2026-14380)
Major changes for 1.651:
- Fix inverted comparisons for strings in DBI::SQL::Nano (CVE-2026-15043)
- Fix DBD::File to ensure that the table is not a symlink outside of f_dir (CVE-2026-15392)
- Fix an out-of-bounds error when a statement handle has no fields but the source row is not empty (CVE-2026-60082)
- Add an overridable upper bound $MAX_PATH_DEPTH for DBI::ProfileData (CVE-2026-60081)
Major changes for 1.652:
- require perl >= 5.12
- Force placeholder limit on :# and :p# too (CVE-2026-73194)
- Limit statements to 292 Mb in preparse (CVE-2026-73193)
[23 lines not shown]
editors/openoffice-devel: Update to a new snapshot
Update openoffice-devel to a newer snapshot
Change the splash screen to say OpenOffice 5.
MFH: 2026Q3
www/adjuster: Update 3.249 => 3.250
Commit log:
* Added a native cgi option (no need for WSGI).
* Fix Python 3 compatibility for non-function htmlFilter settings.
* Updated Annotator Generator to version 3.43 which fixes a cross-site
scripting vulnerability.
https://github.com/ssb22/adjuster/compare/v3.249...v3.250
PR: 298818
Approved by: osa, vvd (Mentors, implicit)
MFH: 2026Q3
(cherry picked from commit a205e4a71a0739d64baddf2b65e9334eba6d59e2)
www/adjuster: Update 3.248 => 3.249
This release adds support for the new HTTP QUERY method to Web Adjuster,
as well as several updates to Annotator Generator's Android code generation.
Commit log:
https://github.com/ssb22/adjuster/compare/v3.248...v3.249
PR: 298094
Reported by: Silas S. Brown <ssb22 at cam.ac.uk> (maintainer)
Approved by: osa, vvd (Mentors, implicit)
(cherry picked from commit a2ba42cb3a8cafce2439a5ce726217deeed6e447)
www/adjuster: Update 3.249 => 3.250
Commit log:
* Added a native cgi option (no need for WSGI).
* Fix Python 3 compatibility for non-function htmlFilter settings.
* Updated Annotator Generator to version 3.43 which fixes a cross-site
scripting vulnerability.
https://github.com/ssb22/adjuster/compare/v3.249...v3.250
PR: 298818
Approved by: osa, vvd (Mentors, implicit)
MFH: 2026Q3
graphics/linux-slang: Add new port
Slang is a shading language that makes it easier to build and maintain large
shader codebases in a modular and extensible fashion, while also maintaining
the highest possible performance on modern GPUs and graphics APIs. Slang is
based on years of collaboration between researchers at NVIDIA, Carnegie Mellon
University, Stanford, MIT, UCSD and the University of Washington.
The Slang shading language is designed to enable real-time graphics developers
to work with large-scale, high-performance shader code.
https://shader-slang.com/
net/nfstrace: Fix remaining CMake 4 build errors
The previous fix updated only the top-level CMakeLists.txt. Update the
minimum CMake version in the two analyzer subdirectories as well.
PR: 298743