Build also fails with gcc 14 now: _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_8CEmitter___init__': _ruamel_yaml.c:16882:53: error: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] 16882 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_output_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *,...
build failure with openssl 3.0
parallel build fatal error: soapcpp2_yacc.h: No such file or directory
Aret here any fixes for CVE-2019-12212 and CVE-2019-12214?
Thank you very much!
I am aware that there more issues. The point is that it is difficult to fix production systems at current state. Backporting patches also require some work since each commit includes changelog and version string change. Those hunks needs to be manually removed to be able to apply the patch which the actual fix. I did a handful fixes but gave up when I got to png.c. I though that it would be easier for you to tag a new release than ti would be for me to try manually backport 20-30 patches for png.c....
Please make a 1.3.27 release for security fixes
make check fails in testrsa on x86_64 alpine linux