Commit Graph

6 Commits

Author SHA1 Message Date
Philip Withnall b036df0ce1
glib: Fix build due to Meson option changing type (#3358)
* glib: Fix build due to Meson option changing type

In GLib master commit b220033c we changed the `libmount` option from a
`boolean` to a `feature`, which means it now takes
`enabled`/`disabled`/`auto` rather than `true`/`false`.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20552

* glib: Fix homepage URI

The FSF page on GLib is not official, loaded with their advertising, and
quite out of date.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

* infra: Add help_url to the valid section names list in Travis checks

It’s documented as valid:
https://google.github.io/oss-fuzz/getting-started/new-project-guide/#help_url

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
2020-02-07 05:03:31 -08:00
pdknsk c879a0cf3e [glib] add new build flag (#2235) 2019-03-13 06:52:41 -07:00
pdknsk afc8e4826a [glib] fix build (#1982) 2018-11-27 02:46:16 -08:00
pdknsk 7f8c385c8f [glib] GLib: integrate into build system (#1866)
* integrate into build system

* remove options file

* address review comment
2018-10-12 09:17:31 -07:00
pdknsk c0e1e46bab [glib] GLib: more targets (#1695)
* better seed corpus for fuzz_key

* new target: fuzz_variant_text

* new target: fuzz_dbus_message

* get ninja from pip

* remove target: fuzz_markup

* new target: fuzz_variant_binary
2018-08-09 07:52:25 -07:00
pdknsk 1d5bb6c78a [GLib] Integration (#1670) 2018-08-01 08:29:28 -07:00