libzmq: add maintainer, add UBSAN (#3829)

* Add another maintainer to libzmq's CC list

* Enable UBSAN for libzmq

* libzmq: disable afl fuzzer, CI fails

* libsodium: do not let libsodium's autogen.sh download files from gnu.org

There is no sanity check and if the download fails because gnu.org is down
the build fails with unhelpful errors
This commit is contained in:
Luca Boccassi 2020-05-20 06:56:49 +01:00 committed by GitHub
parent e8ef609568
commit 8ca308e0db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# build project and dependencies
cd "${SRC}/libsodium"
./autogen.sh
DO_NOT_UPDATE_CONFIG_SCRIPTS=1 ./autogen.sh
./configure --disable-shared
make -j$(nproc) V=1 install DESTDIR=/tmp/zmq_install_dir

View File

@ -4,9 +4,13 @@ primary_contact: "bluca@debian.org"
auto_ccs:
- "luca.boccassi@gmail.com"
- "somdoron@gmail.com"
- "simon.giesecke@gmail.com"
fuzzing_engines:
- libfuzzer
sanitizers:
- address
- memory
- undefined
architectures:
- x86_64
- i386