rust192: transform the NetBSD riscv64 libc segment...
...to something which also passes the upstream automated checks.
Pull request submitted at
https://github.com/rust-lang/libc/pull/4886
musescore: update to 4.6.5
This is a minor update that includes several crash fixes as well as
improvements to chord symbols, which should prevent them from
unintentionally moving in the score.
Also included is an audio export fix, where rests at the start of the
score were being skipped.
Update the orphan test to use dumplfs, avoiding false negatives.
Add post-test fsck to all the LFS tests.
(This is the intended commit comment for the previous revision.)
go125: avoid linker panics on i386
Add a patch to fix https://github.com/golang/go/issues/76815, noticed in
NetBSD/i386 bulk builds. In builds with cgo, the assembler can create a
section twice by mistake, which confuses the linker.
This should fix several package build failures observed in bulk builds.
ok during freeze by maya@
Adjust __cpu_simple_lock{,_try}() to work in an environment where the
TAS instruction cannot be used by using _atomic_cas_8():
- For the _KERNEL case, if __HAVE_M68K_BROKEN_RMC is defined. This will
result in an _atomic_cas_8() that is implmented in terms of _atomic_cas_32(),
which in turn is implemented in lock_stubs.s as restartable atomic sequence.
- For the non-_KERNEL case. This will result in use of an _atomic_cas_8()
that is appropriate for system as determined at run-time (well, compile-
time for 68010).
www/php-concrete-cms: update to 9.4.7
9.4.7 (2025-12-02)
Behavioral Improvements
* YouTube block view now contains iframe code to help YouTube render better
under certain stricter web server settings (thanks MarcoKuoni)
* We now define operation IDs for API endpoints (thanks hissy)
* On the Dashboard > Database Entities page we now show entities that are
defined using PHP attributes (not just entities) (thanks mlocati)
Bug Fixes
* Fixed: Conversations file attachment icons and file attachment area are
not formatted properly.
* Fixed: conversation loader shows properly.
* Fixed: The close "X" of Workflow pop-up only has Atomik css & doesn't show
up in other theme
[19 lines not shown]
lang/php84: update to 8.4.16
PHP 8.4.16 (2025-12-18)
- Core:
. Sync all boost.context files with release 1.86.0. (mvorisek)
. Fixed bug GH-20435 (SensitiveParameter doesn't work for named argument
passing to variadic parameter). (ndossche)
. Fixed bug GH-20286 (use-after-destroy during userland stream_close()).
(ndossche, David Carlier)
- Bz2:
. Fix assertion failures resulting in crashes with stream filter
object parameters. (ndossche)
- Date:
. Fix crashes when trying to instantiate uninstantiable classes via date
static constructors. (ndossche)
[85 lines not shown]
lang/php83: update to 8.3.29
PHP 8.3.29 (2025-12-18)
- Core:
. Sync all boost.context files with release 1.86.0. (mvorisek)
. Fixed bug GH-20435 (SensitiveParameter doesn't work for named argument
passing to variadic parameter). (ndossche)
. Fixed bug GH-20286 (use-after-destroy during userland stream_close()).
(ndossche, David Carlier)
- Bz2:
. Fix assertion failures resulting in crashes with stream filter
object parameters. (ndossche)
- Date:
. Fix crashes when trying to instantiate uninstantiable classes via date
static constructors. (ndossche)
[81 lines not shown]