Commit Graph

15 Commits

Author SHA1 Message Date
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Abhishek Arya 1776bd3dec
Install latest cmake, make easy to install i386 packages (#3943)
Fixes #3124, #2751
2020-06-07 17:27:40 -07:00
Even Rouault 476cb1b550
[GDAL] Move clone of dependencies to upstream repository (#3911)
Cloning of build dependencies and patching is now done by
https://github.com/OSGeo/gdal/blob/master/gdal/fuzzers/build.sh
2020-05-31 12:30:29 -07:00
Even Rouault 1e63d75b28
[GDAL] Update download URL for netCDF dependency (#3501) 2020-03-13 08:09:56 -07:00
Even Rouault dcf68ac497 [GDAL] Update download URL for netCDF dependency (#3248) 2020-01-17 10:35:31 -08:00
Even Rouault 4be53a633e [GDAL] Move build.sh to GDAL upstream (#2909)
build.sh has been moved to
https://github.com/OSGeo/gdal/blob/master/gdal/fuzzers/build.sh
as suggested in
https://github.com/google/oss-fuzz/pull/2908#pullrequestreview-294723365
2019-09-30 20:58:33 -07:00
Even Rouault 5b8dcb5d94 GDAL: enable PDF/poppler support (#2688) 2019-08-12 12:52:31 -07:00
Even Rouault e4c5f42a7b GDAL: add support for i386 architecture (#2677)
* GDAL: add support for i386 architecture

* Remove unneeded apt-get remove
2019-08-11 19:12:51 -07:00
Even Rouault f395935e32 [gdal] GDAL: fix build (#2124)
Since yesterday, GDAL requires building against
https://github.com/OSGeo/proj.4 master
2019-02-01 06:38:31 -08:00
Even Rouault 606d84b729 GDAL: add libcurl dependency (#677)
* GDAL: add libcurl dependency

* GDAL: move download of curl and netcdf sources in Dockerfile

* GDAL: add patch for libnetcdf

This fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2265

Patch submitted in libnetcdf upstream per
https://github.com/Unidata/netcdf-c/pull/427
2017-06-15 08:37:04 -07:00
Even Rouault 62c99c6ffa GDAL: add a patch to fix a leak in libnetcdf (#653)
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2129 identified a leak
in libnetcdf itself.

Patch submitted upstream as
https://github.com/Unidata/netcdf-c/pull/415
2017-06-07 06:43:10 -07:00
Even Rouault da0c9bdb4e [gdal] GDAL: add netCDF dependency (#652)
* GDAL: add netCDF dependency

Note that given the way GDAL will use it
(see https://trac.osgeo.org/gdal/changeset/38914 ), we won't fuzz netCDF files
themselves and test libnetcdf itself. Instead, for the purpose of oss-fuzz,
GDAL will use as input a text file (syntax of the ncdump/ncgen utilitis)
and will convert it to a (valid) netCDF file on-the-fly. This way we test how
the GDAL netCDF driver reacts, instead of potential bug in libnetcdf itself.

* GDAL: compile libnetcdf against libhdf5_serial to enable netcdf-4 support
2017-06-06 08:29:59 -07:00
Even Rouault 1bb7bfdcab GDAL: add more dependencies by using system static libraries (#607)
Use static versions of Ubuntu -dev libraries.
Add: lzma, xerces, webp
Use external version of libz, libpng, libgif instead of GDAL internal copies.
2017-05-14 20:45:29 -07:00
Even Rouault a509666343 gdal: add sqlite3 and expat dependencies (#605) 2017-05-13 20:11:49 -07:00
Even Rouault a22bad13f9 Add gdal project (#589)
Extract from http://gdal.org/ :
GDAL is a translator library for raster and vector geospatial data
formats that is released under an X/MIT style Open Source license by
the Open Source Geospatial Foundation. As a library, it presents a
single raster abstract data model and single vector abstract data model
to the calling application for all supported formats. It also comes
with a variety of useful command line utilities for data translation
and processing

GDAL upstream ticket:
https://trac.osgeo.org/gdal/ticket/6883
2017-05-11 13:07:23 -07:00