Re: [oe-core][PATCH] cups: Upgrade 2.4.6 -> 2.4.7

2023-11-12 Thread Markus Volk
I've sent a v2 that would fix the issue by adding openssl tls support by default. tls can be switched to gnutls by using PACKAGECONFIG On Sun, Nov 12 2023 at 09:59:39 PM +01:00:00, Markus Volk wrote: Hi, | hash.c:16:12: fatal error: gnutls/crypto.h: No such file or directory |16 | # i

Re: [oe-core][PATCH] cups: Upgrade 2.4.6 -> 2.4.7

2023-11-12 Thread Markus Volk
Hi, | hash.c:16:12: fatal error: gnutls/crypto.h: No such file or directory |16 | # include it fails because there is no tls implementation activated by default. I do my builds with gnutls enabled and removing the bbappend that contains the packageconfig makes this problem reproducible f

Re: [oe-core][PATCH] cups: Upgrade 2.4.6 -> 2.4.7

2023-11-12 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails: reproducible: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3912/steps/12/logs/errors lib32: https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/7998/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/5334/

[oe-core][PATCH] cups: Upgrade 2.4.6 -> 2.4.7

2023-11-11 Thread Markus Volk
Changes in CUPS v2.4.7 (2023-09-20) --- - CVE-2023-4504 - Fixed Heap-based buffer overflow when reading Postscript in PPD files - Added OpenSSL support for cupsHashData (Issue #762) - Fixed delays in lpd backend (Issue #741) - Fixed extensive logging in scheduler