File tree Expand file tree Collapse file tree 16 files changed +24
-24
lines changed
apache-commons-collections Expand file tree Collapse file tree 16 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1616
1717FROM gcr.io/oss-fuzz-base/base-builder-jvm
1818
19- RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3 /binaries/apache-maven-3.6.3 -bin.zip -o maven.zip && \
19+ RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.zip -o maven.zip && \
2020unzip maven.zip -d $SRC/maven && \
2121rm -rf maven.zip
2222
23- ENV MVN $SRC/maven/apache-maven-3.6.3 /bin/mvn
23+ ENV MVN $SRC/maven/apache-maven-3.9.9 /bin/mvn
2424
2525RUN git clone https://github.com/apache/commons-collections
2626
Original file line number Diff line number Diff line change 1414#
1515# #########################################################################
1616FROM gcr.io/oss-fuzz-base/base-builder-jvm
17- RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3 /binaries/apache-maven-3.6.3 -bin.zip -o maven.zip && \
17+ RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.zip -o maven.zip && \
1818 unzip maven.zip -d $SRC/maven && \
1919 rm -rf maven.zip
20- ENV MVN $SRC/maven/apache-maven-3.6.3 /bin/mvn
20+ ENV MVN $SRC/maven/apache-maven-3.9.9 /bin/mvn
2121RUN git clone --depth 1 https://github.com/spotify/docker-client docker-client
2222COPY *.sh *.java $SRC/
2323WORKDIR $SRC/docker-client
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
1818
1919RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev
2020RUN git clone --branch branch-2.2 --single-branch --depth 1 https://github.com/apple/cups.git cups
21- RUN git clone --branch VER-2-13 -0 --single-branch --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git freetype
21+ RUN git clone --branch VER-2-14 -0 --single-branch --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git freetype
2222RUN git clone --single-branch --depth 1 git://git.ghostscript.com/ghostpdl.git ghostpdl
2323RUN mkdir ghostpdl/fuzz
2424
Original file line number Diff line number Diff line change 1616FROM gcr.io/oss-fuzz-base/base-builder
1717RUN apt-get update && apt-get install -y make libpcre2-dev zlib1g-dev
1818RUN git clone https://github.com/haproxy/haproxy
19- RUN git clone https://github.com /vtest/VTest2 --depth=1
19+ RUN git clone https://code.vinyl-cache.org /vtest/VTest2
2020
2121WORKDIR $SRC/haproxy
2222
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
1818RUN apt-get update && \
1919 apt-get install -y make autoconf automake libtool g++ libssl-dev \
2020 libssl-dev:i386
21- RUN git clone --depth 1 git ://w1.fi/srv/git /hostap.git hostap
21+ RUN git clone --depth 1 https ://w1.fi/hostap.git hostap
2222WORKDIR hostap
2323COPY build.sh $SRC/
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ MAIN_REPOSITORY=https://github.com/jboss-logging/jboss-logging
2222
2323function set_project_version_in_fuzz_targets_dependency {
2424 # PROJECT_VERSION=$(cd $PROJECT && $MVN org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout)
25- PROJECT_VERSION=3.6.2 .Final-SNAPSHOT # workaround to make it consistent with pom.xml
25+ PROJECT_VERSION=3.6.3 .Final-SNAPSHOT # workaround to make it consistent with pom.xml
2626 # set dependency project version in fuzz-targets
2727 (cd fuzz-targets && $MVN versions:use-dep-version -Dincludes=$PROJECT_GROUP_ID :$PROJECT_ARTIFACT_ID -DdepVersion=$PROJECT_VERSION -DforceVersion=true)
2828}
Original file line number Diff line number Diff line change 1616
1717FROM gcr.io/oss-fuzz-base/base-builder-jvm
1818
19- RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3 /binaries/apache-maven-3.6.3 -bin.zip -o maven.zip && \
19+ RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.zip -o maven.zip && \
2020unzip maven.zip -d $SRC/maven && \
2121rm -rf maven.zip
2222
23- ENV MVN $SRC/maven/apache-maven-3.6.3 /bin/mvn
23+ ENV MVN $SRC/maven/apache-maven-3.9.9 /bin/mvn
2424
2525RUN git clone https://github.com/openjdk/jmh
2626
Original file line number Diff line number Diff line change 1616
1717FROM gcr.io/oss-fuzz-base/base-builder-jvm
1818
19- RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3 /binaries/apache-maven-3.6.3 -bin.zip -o maven.zip && \
19+ RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.9 /binaries/apache-maven-3.9.9 -bin.zip -o maven.zip && \
2020 unzip maven.zip -d $SRC/maven && \
2121 rm -rf maven.zip
2222
23- ENV MVN $SRC/maven/apache-maven-3.6.3 /bin/mvn
23+ ENV MVN $SRC/maven/apache-maven-3.9.9 /bin/mvn
2424
2525RUN git clone --depth 1 https://github.com/EsotericSoftware/kryo
2626
Original file line number Diff line number Diff line change 1616
1717FROM gcr.io/oss-fuzz-base/base-builder
1818
19- RUN apt-get update && apt-get install -y libpcre3-dev zlib1g-dev mercurial ninja-build cmake liblzma-dev libz-dev binutils libtool
20- RUN hg clone http ://hg.nginx.org /nginx/
19+ RUN apt-get update && apt-get install -y libpcre3-dev zlib1g-dev ninja-build cmake liblzma-dev libz-dev binutils libtool
20+ RUN git clone --depth 1 https ://github.com /nginx/nginx.git
2121RUN git clone --depth 1 https://github.com/google/libprotobuf-mutator.git
2222RUN git clone --depth 1 https://github.com/google/fuzzer-test-suite
2323RUN (mkdir LPM && cd LPM && cmake ../libprotobuf-mutator -GNinja -DLIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF=ON -DLIB_PROTO_MUTATOR_TESTING=OFF -DCMAKE_BUILD_TYPE=Release && ninja)
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616# ###############################################################################
17- hg import $SRC /add_fuzzers.diff --no-commit
17+ git apply $SRC /add_fuzzers.diff || patch -p1 < $SRC /add_fuzzers.diff
1818
1919cp -r $SRC /fuzz src/
2020cp $SRC /make_fuzzers auto/make_fuzzers
You can’t perform that action at this time.
0 commit comments