Simon Chopin
Simon Chopin
For some reason, `cargo test --all-targets` doesn't build the examples in the same way it would without this option, which breaks the tests. I'm not sure if it is a...
This function has been removed in OpenSSL 3, replaced by EVP_default_properties_enable_fips. See https://www.openssl.org/docs/man3.0/man7/migration_guide.html
OpenSSL 3.0 has a high degree of API compatibility with the 1.1.1 branch, so the 1.1 code branches are also valid for higher versions. Note that this patch does *not*...
This is more of an FYI than an actual issue with LXC. Ubuntu compiles its packages with -O3 by default on ppc64el, and its lxc package has -Werror enabled. Using...
On systems with the armhf ABI as used by Debian and Ubuntu (amdv7 + VFP, but without NEON), graphene falls back to the scalar definition of graphene_simd4f_t, which has the...
The `x` instance wasn't initialized properly, which led to undefined behaviour in _tgl_do_send_photo when copying its content to t->avatar. This patch fixes that by using the C struct initializer syntax,...
This allows us to migrate away from av_init_packet() which has been deprecated in recent FFMpeg, making the build fail. This implementation is somewhat rough, there's probably a way to avoid...
VLAs in C++ are compiler extensions, and clang 18 will complain about it. Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libelfin/+bug/2060786 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065084
A couple of commits that split out some code out of apport-retrace's main() and into helper functions. Depends on #295
Rather than relying on binary packages being named the same as their source package, we actually split the two of them. There's an underlying assumption that we're reporting to a...