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!
interface: multi-dhcp6c support and custom PD association #7647
This splits off rtsold and dhcp6c into separate processes
which frees us from the restrictions of faked iterative IDs
for PD associations. For NA we simply default to 0 now.
I'm not entirely sure why we settled for a single deamon of
dhcp6c back in the day, but there are certianly downsides to
it and I don't see something that wasn't fixed in the meantime
that makes this not work.
Add two debugging files which still need to be steered via the
debug setting.
interaces: use ifctl -u mode to check if force is needed #9521
We do force-reload in SOLICIT/REQUEST, but in REBIND and RENEW
cases we do want to check if the prefix information changed.
This may produce one spurious forced renew when the old prefix
disappears, but avoids reloading in average cases where the
existing prefix is (or existing prefixes are) kept.
Update to 0.10
Upstream changes:
0.10 2024-10-01 19:32:23Z
- remove the use of MooseX::AttributeHelpers
- fix test for changes to an error message in perl 5.37.7