Catena cyber
3ae0d9fe14
Fixes ecc-diff-fuzzer with new base-builder ( #6383 )
...
* Fixes ecc-diff-fuzzer with new base-builder
Needing both rust and golang
* Move suricata to base-builder-rust
As it uses both C and rust
2021-09-02 12:06:47 -07:00
DavidKorczynski
4431a34a65
kamailio: updated build script for new fuzzer. ( #6387 )
2021-09-02 19:13:55 +01:00
DavidKorczynski
fafaf03d27
cairo: fix build ( #6386 )
...
* cairo: fix build.
* cairo: install gperf packet to fix undefined build.
2021-09-02 17:29:22 +00:00
DavidKorczynski
3a564d9f11
resiprocate: fix build. ( #6384 )
2021-09-02 17:46:25 +01:00
Jonathan Metzman
316f788f62
Fix i386 build uploading.
...
Don't upload to x86_64 bucket.
Fixes: https://github.com/google/oss-fuzz/issues/6382
2021-09-02 08:45:09 -07:00
Alastair Donaldson
ebae509b6a
Add corpora to the spirv-tools project ( #6381 )
...
Adds corpora of SPIR-V binary and assembly shaders to the spirv-tools
project, based on shaders in the SPIRV-Tools and tint repositories.
2021-09-02 14:38:39 +00:00
Alastair Donaldson
4a806c4eb2
Disable honggfuzz from the tint build ( #6377 )
...
Currently there are errors building with honggfuzz. This may be because
the tint fuzz targets are not correctly configured - the tint build
system does not use the LIB_FUZZING_ENGINE environment variable and
instead hard codes various fuzzer flags. This will be fixed in due
course, but disabling honggfuzz for now to get the OSS-Fuzz build
working.
2021-09-02 06:55:05 -07:00
jonathanmetzman
d82751d4e9
Remove accidentally committed file ( #6380 )
2021-09-02 06:54:46 -07:00
Gary Kramlich
cc4833b6de
Add additional pidgin developers so they can help ( #6373 )
2021-09-01 21:02:12 -07:00
jonathanmetzman
5ef1f7b588
[language builders] Get rid of base-builder-new ( #6361 )
...
Build all C/C++ projects in an image without rust, java,
atheris (python), or go.
2021-09-01 13:36:17 -07:00
Alastair Donaldson
a6a5263c2a
Update CC list for spirv-tools ( #6372 )
2021-09-01 13:32:38 -07:00
jonathanmetzman
696180cc83
[libssh2][python3-libraries][django] Run apt-get update ( #6371 )
...
Not doing this relies on the base-builder image running apt-get
update "recently" and is a bad assumption.
2021-09-01 10:33:33 -07:00
Abhishek Arya
df8c808091
Fix go coverage builds ( #6369 )
...
* Fix go coverage builds.
* Fix
2021-09-01 09:14:16 -07:00
Sergey Poznyakoff
2df776b9a9
gdbm: initial integration ( #6258 )
...
* gdbm: initial integration
* gdbm: add main_repo attribute.
* gdbm: Add Dockerfile and build.sh
* gdbm: move seed generation and runcom script to upstream
* gdbm: remove blank lines
2021-09-01 07:26:27 -07:00
Nikita Mikhaylov
b57fcacfb3
done ( #6368 )
2021-09-01 07:25:12 -07:00
Abhishek Arya
d88421483f
Fix go coverage build regression. ( #6367 )
...
* Fix go coverage build regression.
* Fix CI List.
* Proper fix.
* Revert one fix.
2021-08-31 21:25:24 -07:00
Curtis Malainey
0463a1b09f
sound-open-firmware: add more CCs ( #6366 )
...
Adding more people to help fix bugs
2021-08-31 19:07:17 +01:00
Kevin Lubick
ce743a6cc4
[skia] Fix build after Swiftshader update ( #6358 )
2021-08-31 17:45:30 +00:00
Caolán McNamara
cf1109a3cd
libreoffice: upgrade cairo ( #6365 )
2021-08-31 10:29:13 -07:00
jonathanmetzman
2888a967fd
[NFC][Ubuntu upgrade] Remove base-sanitizer-libs-builder ( #6364 )
...
Functionality was already removed. This is basically dead code right now.
Related: #6180
2021-08-31 09:41:41 -07:00
jonathanmetzman
2e3962d122
[languages] Handle language builders in cifuzz and build_and_push_test_images. ( #6359 )
2021-08-31 08:32:11 -07:00
jonathanmetzman
0d7a334854
[base-builder-new] Fix issues ( #6363 )
...
Include cargo and compile_go_fuzzer.
2021-08-31 08:30:11 -07:00
Shuduo Sang
c2947cd4b9
update Shuduo's email address ( #6360 )
2021-08-31 16:16:49 +01:00
Alastair Donaldson
004b4fda1f
Update auto-cc for spirv-tools ( #6357 )
...
Adds the Radial team to the auto-cc list.
2021-08-31 14:02:52 +00:00
MarcoFalke
8250db08a4
tor: Use default focal image ( #6356 )
2021-08-31 13:12:52 +01:00
Bart Van Assche
2f433a1f54
net-snmp: Simplify the build scripts ( #6231 )
...
Use the Net-SNMP continuous integration script ci/install.sh to install
development packages. Use the Net-SNMP script ci/build.sh to compile the
Net-SNMP source code.
2021-08-30 15:48:15 -07:00
jonathanmetzman
b556efce05
[base-builder-rust] Make install_rust.sh executable. ( #6354 )
2021-08-30 12:11:07 -07:00
jonathanmetzman
b15c167739
[infra][rust] Split out rust projects to their own builder image ( #6352 )
2021-08-30 11:47:04 -07:00
Alexander Bulekov
6ca77985cb
qemu: add Mauro to the auto_ccs ( #6353 )
...
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
2021-08-30 18:39:41 +01:00
jonathanmetzman
50f2fde161
[infra][python] Split out python projects to their own builder. ( #6341 )
2021-08-30 07:00:26 -07:00
jonathanmetzman
a4cd74a98e
[go][infra] Create base-builder-go and use it to build go projects. ( #6335 )
...
Also, update base-builder-new to copy everything base-builder does
2021-08-30 06:57:23 -07:00
jonathanmetzman
8520693633
[infra][jvm] Split out JVM projects to their own builder. ( #6336 )
2021-08-30 06:51:24 -07:00
jonathanmetzman
5576d3bd45
[cifuzz] Install docker for focal. ( #6339 )
2021-08-30 06:49:43 -07:00
Guido Vranken
a98ad2844e
[bls-signatures] Enable Fp2 math ( #6351 )
...
This enables and tests some additional math functions
2021-08-30 12:11:44 +01:00
Fabian Meumertzheim
6d247cdbbe
[zxing] Enable AWT headless mode ( #6350 )
...
Fixes issues with native AWT library loading.
2021-08-30 10:05:19 +01:00
Nikita Mikhaylov
4b569208a1
[ClickHouse] Enable coverage for memory and address sanitizer ( #6348 )
...
* Done
* done
* better
2021-08-29 20:49:33 -07:00
DavidKorczynski
40ea163e00
apache-httpd: make patches inline. ( #6349 )
2021-08-29 21:51:13 +01:00
Nikita Mikhaylov
4a93f2f49f
Done ( #6347 )
2021-08-29 19:07:47 +00:00
Guido Vranken
0a6f667e84
[bitcoin-core] Fix build ( #6344 )
...
* [bitcoin-core] Fix build
* [bitcoin-core] Add libsecp256k1 w20-p8 target
* [bitcoin-core] Fix
2021-08-29 09:42:06 -07:00
Kimball Thurston
0e7c2ba9c7
Add new C library for subsequent fuzz testing ( #6346 )
...
Also cleans up old cmake configure options
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
2021-08-28 19:12:31 -07:00
Kleis Auke Wolthuizen
68ec050a01
[libvips] Upgrade to Ubuntu 20.04 ( #6345 )
...
- Use libbrotli from system.
- Build libjxl without sjpeg support.
- Link fuzzers against libmount and libblkid (needed by libgio).
- Sort and remove duplicated apt-get packages.
2021-08-28 18:19:31 +00:00
DavidKorczynski
7f51cf9f04
tdengine: initial integration. ( #5675 )
...
* tdengine: initial integration.
* tdengine: fix build following upstream email.
2021-08-28 08:45:22 -07:00
Roman Wagner
90dc42fb87
[zxing] Initial Integration ( #6057 )
2021-08-28 07:49:25 -07:00
Alastair Donaldson
f7b1dfb4f8
Initial project file for SPIR-V Tools fuzzing ( #6330 )
...
* Add SPIR-V Tools fuzzer targets
Adds fuzzer targets for the SPIR-V Tools project.
* Disable honggfuzz, as it was failing in the CI.
2021-08-28 07:42:09 -07:00
DavidKorczynski
48d5a3e26d
rustls: update maintainer ( #6325 )
2021-08-28 07:39:35 -07:00
Alastair Donaldson
5bbbc5a7b5
Add fuzz targets for tint ( #6331 )
...
Adds fuzz targets for the SPIR-V reader of the tint project.
2021-08-28 07:38:54 -07:00
Ivan Blinkov
e88041326d
Change the primary contact for the ClickHouse project ( #6343 )
2021-08-28 07:37:38 -07:00
Guido Vranken
f1a39d8f39
[bls-signatures] Add target for size-optimized blst ( #6342 )
2021-08-28 08:47:38 +01:00
jonathanmetzman
20858d392a
[base-builder-new] Fix compile script. ( #6340 )
...
In https://github.com/google/oss-fuzz/pull/6322 compile was synced
with the version in base-builder. However, base-builder's compile
assumes that rust and go are installed. This change makes it possible
to run compile without those installed.
2021-08-27 13:00:03 -07:00
jonathanmetzman
c8d4d35f57
[infra] Do precompiles first before copying other scripts. ( #6337 )
...
This means we don't need to rebuild AFL++ and honggfuzz when
iteratively working on scripts.
2021-08-27 09:52:18 -07:00