component/glib: apply patch to compile with GCC 9

In Ubuntu 19.10, we use GCC 9.2.1 and glib was failing to compile with
the following message:

  CC       libgio_2_0_la-gdbusauth.lo
gdbusauth.c: In function '_g_dbus_auth_run_server':
gdbusauth.c:1302:11: error: '%s' directive argument is null [-Werror=format-overflow=]
 1302 |           debug_print ("SERVER: WaitingForBegin, read '%s'", line);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors

So we apply this MR:
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/626
corresponding to this commit:
https://gitlab.gnome.org/GNOME/glib/-/commit/2a9ddc630341789c629c17c17565f5a7a7db8a8e

"gdbus: Avoid printing null strings"
6 jobs for master in 0 seconds
Status Job ID Name Coverage
  External
canceled SlapOS.SlapRunner.ResilienceTest-Master

22:39:37

canceled SlapOS.SlapRunner.ResilienceTest-Master.ERP5

22:47:35

failed SlapOS.SoftwareReleases.IntegrationTest-Master.Python2

06:43:12

passed SlapOS.SoftwareReleases.IntegrationTest-Master.Python3

03:49:44

canceled SlapOS.SlapRunner.ResilienceTest-Master

01:09:24

canceled SlapOS.SlapRunner.ResilienceTest-Master.ERP5

01:15:24