DavidKorczynski
db515e7dee
wget2: fix build ( #10287 )
...
gnutls is compiled without libdane and wget2 should do this as well to
avoid build errors.
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=58348
2023-05-10 11:26:23 -04:00
Dongge Liu
7e66453383
Make `Centipede` a default fuzzing engine ( #10109 )
...
1. Add `centipede` to `DEFAULT_ENGINES`.
2. Remove the `fuzzing_engines` attribute from `project.yaml`s if
redundant (i.e., all default engines are included in that YAML file).
3. Temporarily disable `centipede` on `c`/`c++` projects that previously
use all `DEFAULT_ENGINES` (200 projects did not specify
`fuzzing_engines` in `project.yaml`) so that we can gradually enable
centipede later them later.
2023-04-21 09:48:45 +10:00
jonathanmetzman
439d0bc2c6
Enable centipede on a bunch of projects ( #9643 )
2023-02-13 14:24:42 -05:00
Tim Rühsen
4c08dabcbb
[wget2] Add libz-dev to fix the build ( #9180 )
...
This should at least fix the ./configure step.
2022-12-10 10:40:44 -08:00
Tim Rühsen
397e3b46f0
Fix wget2 ( #8587 )
...
- Speed up and stabilize the build by building libunistring and libidn2
from tarball.
- Fix the build by explicitly adding -lz at link time.
2022-09-25 22:52:42 +01:00
Tim Rühsen
83b899cfb2
Add rootkea to wget2 project ( #8252 )
2022-08-15 10:38:10 +01:00
DavidKorczynski
fc6b79a20d
wget, wget2: fix builds ( #7587 )
...
Fixes:
- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46501
- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46485
2022-04-20 09:56:57 -04:00
DavidKorczynski
1933636ced
wget2: upgrade build to latest base builder ( #6483 )
...
* wget2: upgrade build to latest base builder
* cleanup build
* wget2: simplify build
* wget2: cleanup build
* wget2: last cleanup (hopefully)
* wget2: cleanup build
2021-09-18 21:33:01 +01:00
jonathanmetzman
03d18372d5
Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade ( #6313 )
...
This reverts commit 878c32419c
.
Related: #6180
2021-08-26 09:53:49 -07:00
Oliver Chang
878c32419c
Revert "[Ubuntu upgrade] Fix projects so they don't break with upgrade. ( #6304 )" ( #6306 )
...
This reverts commit 5549d804b3
.
2021-08-26 15:42:34 +10:00
jonathanmetzman
5549d804b3
[Ubuntu upgrade] Fix projects so they don't break with upgrade. ( #6304 )
...
Fix projects so they don't break with upgrade.
These fixes are likely not backwards compatible and will fail on
Ubuntu 16.04.
Related: #6180
2021-08-25 22:14:52 -07:00
jonathanmetzman
bf1275f005
[Ubuntu upgrade] Pin projects to Xenial where fuzzer build fails. ( #6293 )
...
This does not include coverage build failures.
Related: #6180 .
2021-08-24 15:24:25 -07:00
Oliver Chang
84faf55729
Populate a bunch of main_repo values. ( #4815 )
...
Also enforce this for future integrations.
2020-12-10 09:49:27 +11: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
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
Tim Rühsen
80ee4a9247
Fix build issue for wget & wget2 ( #3183 )
...
* [wget] Fix building latest gnutls
* [wget2] Fix building latest gnutls
2020-01-05 16:01:11 -08:00
Tim Rühsen
3d70ee5414
[wget2] Fix gnutls build ( #2071 )
2019-01-04 07:08:51 -08:00
Tim Rühsen
b332fd9f75
[wget2] Fix order of link libraries ( #2059 )
2018-12-28 09:28:29 -08:00
Tim Rühsen
aa01541a0a
[wget2] Build MHD from latest tarball ( #1943 )
2018-11-12 09:09:53 -08:00
Tim Rühsen
21d1a4cfe6
[wget2] Install lzip and rsync ( #976 )
2017-11-11 18:47:10 -08:00
Tim Rühsen
ceaa1f2433
[wget2] Prepare for new fuzzers, don't execute network tests ( #930 )
2017-10-31 09:33:02 +11:00
Tim Rühsen
67924a6df0
[wget2] Add libmicrohttpd as new test suite dependency ( #841 )
2017-09-14 06:42:51 -07:00
Oliver Chang
4e9b30adc9
wget2: Set LLVM_PROFILE_FILE
...
Should hopefully address #808
2017-09-01 12:29:14 -07:00
Tim Rühsen
0687321411
[wget2] Fixes and enhancements ( #787 )
2017-08-22 13:35:00 -07:00
Tim Rühsen
2ad437bb36
[wget2] Fix building cookie fuzzer ( #701 )
2017-07-06 07:45:40 -07:00
Tim Rühsen
eb6f8654b7
[wget2] Reflect better upstream integration ( #660 )
2017-06-08 07:25:56 -07:00
Tim Rühsen
5bd65c6bc9
[wget2] Fix build, better upstream integration, added auto_ccs ( #650 )
2017-06-04 17:53:00 -07:00
Tim Rühsen
eb27381e17
[wget2] Fix .dict and .options names ( #642 )
...
* [wget2] Speed up build
* [wget2] Remove path from corpora in zip archive
* [wget2] Fix copying of option and dict files to
2017-06-01 08:19:09 -07:00
Tim Rühsen
3d1773b3d4
Add GNU wget2 to oss-fuzz ( #630 )
2017-05-29 08:34:31 -07:00