File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN git clone --depth 1 https://github.com/wolfssl/wolfsm
23
23
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
24
24
RUN wget -q https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.lz
25
25
RUN test "$(sha256sum gmp-6.2.1.tar.lz)" = "2c7f4f0d370801b2849c48c9ef3f59553b5f1d3791d070cffb04599f9fc67b41 gmp-6.2.1.tar.lz"
26
- RUN wget -q https://archives.boost.io/release/1.74 .0/source/boost_1_74_0 .tar.bz2
26
+ RUN wget -q https://archives.boost.io/release/1.84 .0/source/boost_1_84_0 .tar.bz2
27
27
COPY build.sh $SRC/
28
28
# This is to fix Fuzz Introspector build by using LLVM old pass manager
29
29
# re https://github.com/ossf/fuzz-introspector/issues/305
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ export LIBFUZZER_LINK="$LIB_FUZZING_ENGINE"
20
20
21
21
# Install Boost headers
22
22
cd $SRC /
23
- tar jxf boost_1_74_0 .tar.bz2
24
- cd boost_1_74_0 /
23
+ tar jxf boost_1_84_0 .tar.bz2
24
+ cd boost_1_84_0 /
25
25
CFLAGS=" " CXXFLAGS=" " ./bootstrap.sh
26
26
CFLAGS=" " CXXFLAGS=" " ./b2 headers
27
27
cp -R boost/ /usr/include/
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN git clone --depth 1 https://git.lysator.liu.se/nettle/nettle
20
20
RUN git clone --depth 1 https://github.com/randombit/botan.git
21
21
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
22
22
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz-corpora
23
- RUN wget https://archives.boost.io/release/1.74 .0/source/boost_1_74_0 .tar.bz2
23
+ RUN wget https://archives.boost.io/release/1.84 .0/source/boost_1_84_0 .tar.bz2
24
24
RUN wget https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.lz
25
25
RUN test "$(sha256sum gmp-6.2.1.tar.lz)" = "2c7f4f0d370801b2849c48c9ef3f59553b5f1d3791d070cffb04599f9fc67b41 gmp-6.2.1.tar.lz"
26
26
COPY build.sh $SRC/
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ export LINK_FLAGS=""
22
22
23
23
# Install Boost headers
24
24
cd $SRC /
25
- tar jxf boost_1_74_0 .tar.bz2
26
- cd boost_1_74_0 /
25
+ tar jxf boost_1_84_0 .tar.bz2
26
+ cd boost_1_84_0 /
27
27
CFLAGS=" " CXXFLAGS=" " ./bootstrap.sh
28
28
CFLAGS=" " CXXFLAGS=" " ./b2 headers
29
29
cp -R boost/ /usr/include/
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ FROM gcr.io/oss-fuzz-base/base-builder
18
18
RUN apt-get update && apt-get install -y make autoconf automake libtool wget python
19
19
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
20
20
RUN git clone --depth 1 https://github.com/randombit/botan.git
21
- RUN wget https://archives.boost.io/release/1.74 .0/source/boost_1_74_0 .tar.bz2
21
+ RUN wget https://archives.boost.io/release/1.84 .0/source/boost_1_84_0 .tar.bz2
22
22
COPY build.sh $SRC/
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ source $HOME/.cargo/env
25
25
26
26
# Install Boost headers
27
27
cd $SRC /
28
- tar jxf boost_1_74_0 .tar.bz2
29
- cd boost_1_74_0 /
28
+ tar jxf boost_1_84_0 .tar.bz2
29
+ cd boost_1_84_0 /
30
30
CFLAGS=" " CXXFLAGS=" " ./bootstrap.sh
31
31
CFLAGS=" " CXXFLAGS=" " ./b2 headers
32
32
cp -R boost/ /usr/include/
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool wget pyt
19
19
RUN git clone --depth 1 https://github.com/relic-toolkit/relic.git
20
20
RUN git clone --depth 1 https://github.com/randombit/botan.git
21
21
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
22
- RUN wget https://archives.boost.io/release/1.74 .0/source/boost_1_74_0 .tar.bz2
22
+ RUN wget https://archives.boost.io/release/1.84 .0/source/boost_1_84_0 .tar.bz2
23
23
COPY build.sh $SRC/
24
24
# This is to fix Fuzz Introspector build by using LLVM old pass manager
25
25
# re https://github.com/ossf/fuzz-introspector/issues/305
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ export LIBFUZZER_LINK="$LIB_FUZZING_ENGINE"
20
20
21
21
# Install Boost headers
22
22
cd $SRC /
23
- tar jxf boost_1_74_0 .tar.bz2
24
- cd boost_1_74_0 /
23
+ tar jxf boost_1_84_0 .tar.bz2
24
+ cd boost_1_84_0 /
25
25
CFLAGS=" " CXXFLAGS=" " ./bootstrap.sh
26
26
CFLAGS=" " CXXFLAGS=" " ./b2 headers
27
27
cp -R boost/ /usr/include/
You can’t perform that action at this time.
0 commit comments