[oe] [meta-oe][kirkstone][PATCH] libcec: fix runtime dependencies for ${PN}-examples

2022-09-24 Thread Martin Jansa
* cec-client doesn't link with libcec, but uses LibCecInitialise to dlopen libcec, so do_package cannot add the runtime dependency automatically * fixes: root@rpi4:# cec-client -l libcec.so.6: cannot open shared object file: No such file or directory root@rpi4:# cecc-client -l libcec.s

[oe] [meta-networking][kirkstone][PATCH] frr: Security fix CVE-2022-37035

2022-09-24 Thread Yi Zhao
CVE-2022-37035: An issue was discovered in bgpd in FRRouting (FRR) 8.3. In bgp_notify_send_with_data() and bgp_process_packet() in bgp_packet.c, there is a possible use-after-free due to a race condition. This could lead to Remote Code Execution or Information Disclosure by sending crafted BGP pack