Commit Graph

7 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
Tim Rühsen 1eea5653d2
[libpsl] Update libicu to fix the build (#3628) 2020-04-12 12:10:44 -07:00
Tim Rühsen 44b807c57d [libpsl] Fix and optimize libpsl build (#1446)
* [libpsl] Add autoconf-archive to fix libidn2 build

* [libpsl] Speed up build by using ./configure caches

* [libpsl] Prevent cloning gnulib multiple times
2018-05-25 07:05:58 -07:00
Tim Rühsen 75fb8e55aa [libpsl] Add fuzzers for conditional code paths (#712)
Libpsl can either be built with libicu, libidn2, libidn or with
basic internal code. Each built uses different code paths via
conditional compilation. To cover all these paths during fuzzing
and regression testing, new fuzzer targets are added by this commit.
2017-07-12 08:02:34 -07:00
Tim Rühsen 037660bcf1 [libpsl] Build and link with latest static dependencies (#706) 2017-07-08 13:30:35 -07:00
Tim Rühsen b9e125f9df [libpsl] Install libidn2 from git and statically link the fuzz target against it (#680) 2017-06-20 15:03:06 -07:00
Tim Rühsen 1353edfc44 Add libpsl to oss-fuzz (#670) 2017-06-09 15:49:58 -07:00