aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libzmq/Dockerfile
Commit message (Collapse)AuthorAge
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [libzmq] use build script from upstream repository (#4054)Gravatar Luca Boccassi2020-06-30
| | | | | | | | | * libzmq: use build script from upstream repository In order to avoid having to send PRs every time we change something, simply maintain the build script in the upstream repository, and change build.sh to a one-line call. * libzmq: clone corpora and dictionary repository
* libzmq: move fuzzers to libzmq's repository (#3719)Gravatar Luca Boccassi2020-04-28
| | | | | | | | A specific configure option and installation directory have been added for fuzzers built with an external engine via: https://github.com/zeromq/libzmq/pull/3885 Also clone and build libsodium, as the encryption feature is using its safe memory APIs.
* Add libzmq (#3690)Gravatar Google AutoFuzz Team2020-04-23