pkg-vulnerabilities: add last days CVEs
+ avahi (fixed upstream, latest stable release 0.8 and also 0.9rc2 affected),
cpp-httplib,
freeimage (links only to PoC, unclear if reported upstream or not, assume not
fixed),
freerdp2, glpi,
gpac (probably none reported upstream, assume not fixed),
gradle,
libsndfile (fixed upstream, latest 1.2.2 version affected),
libsoup (not fixed, possible merge request under review),
libxml2 (CVE-2026-0989: not fixed, possible merge request under review,
CVE-2026-0990 and CVE-2026-0992 fixed upstream, no stable release with the
fix),
metabase, mit-krb5, opencolorio, png
raylib (fixed upstream, latest stable release 5.5 affected),
rt4, rt5, slurm-wlm, php-typo3, vlc, wireshark
libfyaml: update to 0.9.3.
0.9.3
A maintenance release focused on platform support, memory leak
fixes, and emitter improvements.
0.9.2
Addressing a couple of build related problems with v0.9.1 No
functionality changes.
0.9.1
This is libfyaml v0.9.1, a significant maintenance release focused
on licensing clarity, performance, stability, and build system
modernization.
Coin: Update to 4.0.6
Coin 4.0.6
This is a bugfix release.
- Fixed SoShape::getScreenSize to handle empty bounding box case.
- Fixed EGL and GLX handling on Wayland.
- Applied Debian patch for fixing compatibility with 64-bit time_t.
Coin 4.0.5
This is a bugfix release.
- Added SDL3 example.
- More robust EGL display initilization.
- Added a clipping offset dependent on bounding box size.
- Only use GLX on platforms with X11.
[18 lines not shown]
Rewrite ec_point_cmp()
This removes some complications due to handling the fast path for affine
points and general points at the same time. The result is a bit more code
but both paths should be much easier to follow.
ok jsing kenjiro
update-plist: ensure all LIB*_VERSION have a matching file in PLISTs
This had been the case before the rewrite but was left as a TODO in the
new code. This makes update-plist complain about SHARED_LIB entries that
don't exist as a file, which avoids fiddly and error prone grep for huge
library ports like abseil-cpp and boost.
from espie, thanks
interfaces: generalise the dhcp6c_script using the new IFNAME variable
The file was conceptually created in d36f0f4f62557 and before was a single
command line script... so add appropriate copyrights from that time onward.
Many thanks to Martin for pinoeering this back in the day!