fluidsynth: updated to 2.5.5
2.5.5
Fix a build issue on BigEndian architectures
Adjust the log level for unimplemented OSAL functions in release builds
pound: update to 4.23
Addresses PR pkg/60114 from Eirik Øverby.
Version 4.23, 2026-05-26
* Important bugfix
A bug in "SendFile" allowed for reading files outside of the
configured directory. This is fixed.
* Compilation
The early pthread_cancel probe hack is no longer used. Consequently, the
"--disable-pthread-cancel-probe" configure option is gone.
* Handling of errors during service selection
In previous versions, if service selection failed due to an error
[547 lines not shown]
(math/R-RPostgreSQL) Updated 0.7.7 to 0.7.8
(from ChangeLog)
2025-03-28 Tomoaki NISHIYAMA <tomoaki at sci.u-toyama.ac.jp>
* Makevars.win rely on pkgconfig to find libpq on windows envirionment.
* Drop PQprint and related routines from the attached libpq library.
2024-09-30 Tomoaki NISHIYAMA <tomoaki at sci.u-toyama.ac.jp>
* Simplify tests
2024-09-24 Tomoaki NISHIYAMA <tomoaki at sci.u-toyama.ac.jp>
* Update DESCRIPTION
2024-09-22 Tomoaki NISHIYAMA <tomoaki at sci.u-toyama.ac.jp>
* Update DESCRIPTION
(math/R-MatrixModels) Updated 0.5.3 to 0.5.4
2024-08-14 Martin Maechler <maechler at stat.math.ethz.ch>
* DESCRIPTION (Version): 0.5-4 ; use `Authors at R`
* man/*.Rd: fix some `\link{.}` with `[Matrix..]`
(math/R-GPArotation) Updated 2024.3.1 to 2026.4.1
Changes in GPArotation version 2026.4-1:
o Comprehensive code cleanup across all functions including GPForth,
GPFoblq, GPFRSorth, GPFRSoblq, .GPA_RS_engine, vgQ rotation
criterion functions, Random.Start, and S3 print/summary methods.
All existing code should run without modification.
o GPForth and GPFoblq: pre-allocated iteration Table replaces rbind
growth; step size variable renamed from 'al' to 'alpha'; Table
column names set at allocation. Legacy implementations retained as
unexported GPForth.legacy and GPFoblq.legacy for historical
reference.
o print.GPArotation and summary.GPArotation: factor sorting and sign
correction now handled by internal helper .sortGPALoadings, adapted
from factanal:::sortLoadings (R Core Team). This ensures print and
summary produce consistent sorted output. The sign correction
[47 lines not shown]
(math/R-Deriv) Updated 4.1.6 to 4.2.0
Version 4.2.0
=============
* 2025-06-20
- added `with()` construct
- fixed as.integer() for big numbers in simplification of fractions (fixing issue #29)
(math/R-DBI) Updated 1.2.3 to 1.3.0
# DBI 1.3.0 (2026-02-11)
## Features
- Add support for OpenTelemetry via the otel and otelsdk packages
(@shikokuchuo, #551).
## Bug fixes
- `dbWithTransaction()` calls `dbRollback()` also on interrupt
(@klin333, #528).
- `dbQuoteLiteral()` uses the format `"%Y-%m-%d %H:%M:%S%z"` which is
understood by more databases (#486).
## Documentation
[21 lines not shown]
(math/R-RNetCDF) Updated 2.9.2 to 2.11.1
Version 2.11-1, 2025-04-30
* Do not use nc-config compiler by default
* Use new R API functions for environments
* Use config.h to simplify compiler flags
* Call gc before opening datasets
- This may avoid corruption or crashes if a dataset is changed
unexpectedly when the garbage collector closes unreferenced ncids
Version 2.10-2, 2025-04-15
* Fix bashism in configure.ac
Version 2.10-1, 2025-04-13
* Detect and work around broken nc-config in configure script
- Try static option with nc-config if linking fails without it
- Use compiler from nc-config which may enable MPI
- Try pkg-config if nc-config fails or is disabled
* Prepare for upcoming change to bit64 package namespace
* Remove call to non-API entry point in R