fluidsynth: updated to 2.5.7
2.5.7
Fix a bug where DLS files that contain a PGAL chunk may sound incorrectly
Fix a build issue with MSVC
Fix DLS sample invalidation logic to avoid possible use of uninitialized memory
appstream: updated to 1.1.5
1.1.5
Features:
* sysinfo: Implement display size detection on macOS
Bugfixes:
* qt: Add back wrong const Component::addBundle for ABI compatibility
* qt: Use strndup for C string-list conversion
* pool: Fix bidirectional wildcard search for modalias provides
freecad: Update to 1.1.3
FreeCAD 1.1.3 is a maintenance release in the 1.1.x series. It includes several
security fixes addressing code-execution and other file-handling
vulnerabilities that can be triggered by opening a maliciously crafted FCStd
file. All previously-released versions are affected by one or more of these
issues, so we strongly recommend that all users upgrade, especially anyone who
opens FreeCAD files from untrusted or unknown sources.
What happened to 1.1.2?
Shortly after the release of 1.1.2 we discovered that a bugfix that had been
intended for inclusion in the next release had been inadvertently omitted. It
is not a security bug, so if you've already installed 1.1.2 there is no urgent
need to update to 1.1.3, though the bug is an annoyance (repeated warnings of a
version update when saving a file) so you will likely want to upgrade sooner
rather than later.
What's Changed
[112 lines not shown]
Coin: Update to 4.0.10
Coin 4.0.10
This is a bugfix release.
- Fail gracefully on recursive PROTO definitions.
- Replaced fixed length buffers in parsing functions.
- Increase robustness against malformed SoPath input.
- Reject input with invalid IS mappings.
- Fixed some vulnerabilities reported in GHSA-hcqw-f3m9-mq7p
Coin 4.0.9
This is a bugfix release.
- Skip negative indices in SoIndexedPointSet vertex arrays
- Fix cc_string inline buffer size calculation in string.h
- Remove outdated build files.
[22 lines not shown]
wip/hawk-scheme: import hawk-0.9 as wip/hawk-scheme
Hawk is a tracing JIT compiler for Scheme. It includes a bytecode
compiler, runtime, garbage collector, interpreter, trace recorder, and native
code emitters for x86-64 and aarch64.
wip/hawk-scheme: Fix "hawk --exe" compiler.
The compiler needs clang with the correct library paths.
The executable still needs "paxctl +m", which is not
fixed yet.
gotosocial: Update to 0.22.1
Provided by m33 in wip.
# Summary
This is a minor update.
If you're updating to this version from v0.22.0, it's a very easy
update with no db migrations.
math/lean4: import lean4-4.32.1
Lean is a proof assistant and a functional programming language.
It is based on the calculus of constructions with inductive types.
math/cadical3: import cadical-3.0.1
The goal of the development of CaDiCaL was to obtain a CDCL solver,
which is easy to understand and change, while at the same time not
being much slower than other state-of-the-art CDCL solvers.