NextCloud and Memcached-APCu

For those of you which update your personal cloud to the lastest stable version of Nextcloud due to CVE (https://www.cert.ssi.gouv.fr/avis/CERTFR-2021-AVI-543/), you could encountered this error : An unhandled exception has been thrown: OC\HintException: [0]: Memcache \OC\Memcache\APCu not available for local

bwping patch (catching signals)

diff -urpN bwping/bwping.c bwping-patched/bwping.c — bwping/bwping.c 2012-10-11 19:23:17.000000000 +0200 +++ bwping-patched/bwping.c 2017-04-20 09:06:23.449540033 +0200 @@ -26,6 +26,7 @@ #include #include #include +#include #ifdef __CYGWIN__ #include “cygwin.h” @@ -224,21 +225,39 @@ static int recv_ping (int sock, int iden return 0; }