Skip to content

Commit aa59d35

Browse files
authored
Bump Boost download URL in Cryptofuzz-related projects (part 1) (google#11756)
For some reason GitHub closed google#11741 without merge. So this is the same changes, reopened. Co-authored-by: MarcoFalke <[email protected]>
1 parent 00cb73a commit aa59d35

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

projects/libecc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN git clone --depth 1 https://github.com/wolfssl/wolfsm
2323
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
2424
RUN wget -q https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.lz
2525
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
2727
COPY build.sh $SRC/
2828
# This is to fix Fuzz Introspector build by using LLVM old pass manager
2929
# re https://github.com/ossf/fuzz-introspector/issues/305

projects/libecc/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export LIBFUZZER_LINK="$LIB_FUZZING_ENGINE"
2020

2121
# Install Boost headers
2222
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/
2525
CFLAGS="" CXXFLAGS="" ./bootstrap.sh
2626
CFLAGS="" CXXFLAGS="" ./b2 headers
2727
cp -R boost/ /usr/include/

projects/nettle/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN git clone --depth 1 https://git.lysator.liu.se/nettle/nettle
2020
RUN git clone --depth 1 https://github.com/randombit/botan.git
2121
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
2222
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
2424
RUN wget https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.lz
2525
RUN test "$(sha256sum gmp-6.2.1.tar.lz)" = "2c7f4f0d370801b2849c48c9ef3f59553b5f1d3791d070cffb04599f9fc67b41 gmp-6.2.1.tar.lz"
2626
COPY build.sh $SRC/

projects/nettle/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export LINK_FLAGS=""
2222

2323
# Install Boost headers
2424
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/
2727
CFLAGS="" CXXFLAGS="" ./bootstrap.sh
2828
CFLAGS="" CXXFLAGS="" ./b2 headers
2929
cp -R boost/ /usr/include/

projects/num-bigint/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ FROM gcr.io/oss-fuzz-base/base-builder
1818
RUN apt-get update && apt-get install -y make autoconf automake libtool wget python
1919
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
2020
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
2222
COPY build.sh $SRC/

projects/num-bigint/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ source $HOME/.cargo/env
2525

2626
# Install Boost headers
2727
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/
3030
CFLAGS="" CXXFLAGS="" ./bootstrap.sh
3131
CFLAGS="" CXXFLAGS="" ./b2 headers
3232
cp -R boost/ /usr/include/

projects/relic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool wget pyt
1919
RUN git clone --depth 1 https://github.com/relic-toolkit/relic.git
2020
RUN git clone --depth 1 https://github.com/randombit/botan.git
2121
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
2323
COPY build.sh $SRC/
2424
# This is to fix Fuzz Introspector build by using LLVM old pass manager
2525
# re https://github.com/ossf/fuzz-introspector/issues/305

projects/relic/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export LIBFUZZER_LINK="$LIB_FUZZING_ENGINE"
2020

2121
# Install Boost headers
2222
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/
2525
CFLAGS="" CXXFLAGS="" ./bootstrap.sh
2626
CFLAGS="" CXXFLAGS="" ./b2 headers
2727
cp -R boost/ /usr/include/

0 commit comments

Comments
 (0)