From 91447e2e3cda587134cf7353f30102b40852910c Mon Sep 17 00:00:00 2001 From: Guido Vranken Date: Tue, 9 Jul 2019 00:52:54 +0200 Subject: [PATCH] [libsrtp] Use upstream libsrtp (#2580) --- projects/libsrtp/Dockerfile | 2 +- projects/libsrtp/build.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/libsrtp/Dockerfile b/projects/libsrtp/Dockerfile index 0667b505f..b2db89bd5 100644 --- a/projects/libsrtp/Dockerfile +++ b/projects/libsrtp/Dockerfile @@ -18,5 +18,5 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER guidovranken@gmail.com RUN apt-get update && apt-get install -y sudo autoconf build-essential libssl-dev pkg-config -RUN git clone --recursive https://github.com/guidovranken/libsrtp +RUN git clone --depth 1 https://github.com/cisco/libsrtp COPY build.sh $SRC/ diff --git a/projects/libsrtp/build.sh b/projects/libsrtp/build.sh index aa2eb10dd..76ce01ef3 100755 --- a/projects/libsrtp/build.sh +++ b/projects/libsrtp/build.sh @@ -1,6 +1,4 @@ cd $SRC/libsrtp -git checkout fuzzing -git fetch origin fuzzing autoreconf -ivf ./configure LIBFUZZER="$LIB_FUZZING_ENGINE" make srtp-fuzzer