Andrey Semashev
Andrey Semashev
Rebased on top of libsrtp 2.5.0. The implementation replaces the default linked list based implementation. As I noted before, the generic interface is not suitable for efficient implementation of this...
BTW, the patch now includes https://github.com/cisco/libsrtp/pull/643 fix.
We're currently using (patched) libsrtp 2.5.0, and I haven't updated the PR to main yet. Not sure when I'll have time to update the PR, most likely when a new...
I have the same problem with checkout@v4 with running CI on ubuntu:16.04 and ubuntu:18.04 docker images: ``` /usr/bin/docker exec 96e66dce4d560bc83ea53e3885a0f7a370efc33ab78c57efc31e036d6ef7b0c3 sh -c "cat /etc/*release | grep ^ID" /__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version...
SHA256 checksums for the official archives are published in [release notes](https://www.boost.org/users/history/version_1_85_0.html).
The checksums in the release notes only cover the archives on jfrog. The archives on GitHub are different and there are no published checksums for those.
I don't disagree, but still the current code is incorrect.
I believe, this is caused by `IsPolicyCacheInstantiated` call [here](https://github.com/ImageMagick/ImageMagick6/blob/7100cc9021b9982c81cf5c95374f54bf03a73c7c/magick/policy.c#L1154). If the cache is not instantiated, it [will call](https://github.com/ImageMagick/ImageMagick6/blob/7100cc9021b9982c81cf5c95374f54bf03a73c7c/magick/policy.c#L597) `AcquirePolicyCache` with the default `PolicyFilename` argument, which will load the default "/etc/ImageMagick-6/policy.xml"...
> What your `configure` script command-line? I'm building Debian packages for Kubuntu and Debian. Configure command line is: ``` cd debian/build-quantum-q16 && ../../configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var...