Commit Graph

12 Commits

Author SHA1 Message Date
Matthew Waters 3a2cbe546b
[gstreamer] update meson version in docker image (#4437)
GStreamer requires a newer verison of meson (>= 0.54) to build now.

Fixed build error:

meson.build:1:0: ERROR: Meson version is 0.53.2 but project requires >= 0.54
2020-09-10 19:26:41 -07:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Matthew Waters a010156a41
[gstreamer] update build for meson and autotool removal (#3675)
- update glib built to 2.64.2
- point to gitlab.fd.o
2020-04-20 07:31:03 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Jan Schmidt 6d74be53b8 [gstreamer]: add Jan Schmidt for access (#1179) 2018-02-20 07:52:55 -08:00
Matthew Waters 4e6c1c95c4 [gstreamer] add Matthew Waters to the CC list (#963) 2017-11-07 06:56:54 -08:00
Edward Hervey e8f371548c gstreamer: Move actual script to gstreamer repositories (#956)
This will make it easier to add/extend/fix the fuzzing targets
and run them on gstreamer's CI system
2017-11-05 08:55:20 -08:00
Mathieu Duponchelle f3bc593d69 [gstreamer] Add Thibault Saunier to CC list (#948) 2017-11-03 08:37:04 -07:00
Edward Hervey 5e99b37529 [gstreamer] Add Mathieu Duponchelle to CC list (#946) 2017-11-03 07:46:51 -07:00
Edward Hervey 398bb0134e [gstreamer] several updates + add new "typefind" target (#938)
* gstreamer: build glib ourselves

Allows having full backtraces of leaks amongst other things

* gstreamer: Don't build orc

it's still too problematic

* gstreamer: Add new typefind fuzzing target

Covers just the typefind element, which has a lot of parsing code within
2017-11-01 09:06:31 -07:00
Edward Hervey 61a5763b4e [gstreamer] Add other maintainers to CC list (#934) 2017-10-30 08:38:22 -07:00
Edward Hervey 5a748a122c projects: Add GStreamer (#905)
* projects: Add GStreamer

This is an initial fuzzer which goes over ogg/theora/vorbis files
using the discoverer process

* gstreamer/build.sh: Cleanup file

* gstreamer/Dockerfile: Update copyright date

* gstreamer: Update project.yaml

Use the security mailing list as the primary contact
Remove explicit sanitizer listing

* gstreamer: Simplify base fuzzer

Removed almost all outputting

I am the original author of the code this is taken for, relicensing
an ultra-simplified version of my original code to Apache.

* gstreamer: Cleanup of build file and dockerfile

* gstreamer: Code minimization and avoid leaks

Data provided by the fuzzer shouldn't be freed (but the wrapping
GstBuffer should).

Avoid logging by default

* gstreamer: Download corpus in Dockerfile

And extract in build.sh

* gstreamer: Move code to repository and more cleanups

Remove custom LDFLAGS (not needed)
Use fuzzing target code from upstream repository
2017-10-30 13:53:52 +11:00