aboutsummaryrefslogtreecommitdiff
path: root/projects/gdal
AgeCommit message (Collapse)Author
2021-09-17[GDAL] Use Ubuntu 20.04 base-builder image (#6476)Even Rouault
I've committed changes into GDAL master that make it build with the 20.04 base-builder image refsĀ #6291 Fixes coverage build failure of https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38508
2021-08-24[Ubuntu upgrade] Pin projects to Xenial where fuzzer build fails. (#6293)jonathanmetzman
This does not include coverage build failures. Related: #6180.
2020-12-10Populate a bunch of main_repo values. (#4815)Oliver Chang
Also enforce this for future integrations.
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-06-07Install latest cmake, make easy to install i386 packages (#3943)Abhishek Arya
Fixes #3124, #2751
2020-05-31[GDAL] Move clone of dependencies to upstream repository (#3911)Even Rouault
Cloning of build dependencies and patching is now done by https://github.com/OSGeo/gdal/blob/master/gdal/fuzzers/build.sh
2020-03-13[GDAL] Update download URL for netCDF dependency (#3501)Even Rouault
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [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-01-17[GDAL] Update download URL for netCDF dependency (#3248)Even Rouault
2019-09-30[GDAL] Move build.sh to GDAL upstream (#2909)Even Rouault
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-29[GDAL] Fix build due to poppler git API change (#2908)Even Rouault
We use a hack to pretend this is Poppler 0.82, as currently poppler git still advertizes 0.81
2019-09-18[GDAL] Add new GDAL developer to the list of authorized viewers (#2847)Even Rouault
2019-08-22[GDAL] Enable unsigned-integer-overflow (#2747)Even Rouault
GDAL regression test suite now passes with this, and some local testing of it for ossfuzz is encouraging, so let's enable that.
2019-08-20[GDAL] Fix broken undefined builds (#2727)Even Rouault
The builds were broken due to inappropriate build flags being passed during poppler build.
2019-08-19GDAL: ignore Poppler UBSAN issues (#2716)Even Rouault
2019-08-12GDAL: enable PDF/poppler support (#2688)Even Rouault
2019-08-11GDAL: add support for i386 architecture (#2677)Even Rouault
* GDAL: add support for i386 architecture * Remove unneeded apt-get remove
2019-02-01[gdal] GDAL: fix build (#2124)Even Rouault
Since yesterday, GDAL requires building against https://github.com/OSGeo/proj.4 master
2017-12-05[gdal] Add new GDAL contributor (#1021)Even Rouault
2017-11-05Add new GDAL contributor to CC list (#955)Even Rouault
2017-08-17GDAL: add co-maintainer email (#781)Even Rouault
2017-06-23GDAL: enhance exhisting netcdf patch (#688)Even Rouault
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2356 Patch contributed to upstream libnetcdf per https://github.com/Unidata/netcdf-c/pull/427/commits/4779c8278f67964d9dfc6dc13449543fc15226a4
2017-06-15GDAL: add libcurl dependency (#677)Even Rouault
* 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-07GDAL: only build libgdal.a, to fix building against hongfuzz engine (#657)Even Rouault
2017-06-07GDAL: add a patch to fix a leak in libnetcdf (#653)Even Rouault
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-06[gdal] GDAL: add netCDF dependency (#652)Even Rouault
* 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-05-28gdal: add contributor in CC list (#629)Even Rouault
2017-05-14GDAL: add more dependencies by using system static libraries (#607)Even Rouault
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-13gdal: add sqlite3 and expat dependencies (#605)Even Rouault
2017-05-12Update project.yamlAbhishek Arya
2017-05-11Add gdal project (#589)Even Rouault
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