mirror of https://github.com/google/oss-fuzz.git
[cryptofuzz] Update mpdecimal to version 2.5.1 (#5679)
* [bignum-fuzzer] Update mpdecimal to version 2.5.1 * [cryptofuzz] Update mpdecimal to version 2.5.1 * Revert bignum-fuzzer changes.
This commit is contained in:
parent
3311daea9f
commit
8d0531dca8
|
@ -44,7 +44,7 @@ RUN git clone --depth 1 https://github.com/libtom/libtomcrypt.git
|
||||||
RUN git clone --depth 1 https://github.com/microsoft/SymCrypt.git
|
RUN git clone --depth 1 https://github.com/microsoft/SymCrypt.git
|
||||||
RUN git clone --depth 1 https://git.lysator.liu.se/nettle/nettle
|
RUN git clone --depth 1 https://git.lysator.liu.se/nettle/nettle
|
||||||
RUN hg clone https://gmplib.org/repo/gmp/ libgmp/
|
RUN hg clone https://gmplib.org/repo/gmp/ libgmp/
|
||||||
RUN wget https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.5.0.tar.gz
|
RUN wget https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.5.1.tar.gz
|
||||||
RUN git clone --depth 1 https://github.com/indutny/bn.js.git
|
RUN git clone --depth 1 https://github.com/indutny/bn.js.git
|
||||||
RUN git clone --depth 1 https://github.com/MikeMcl/bignumber.js.git
|
RUN git clone --depth 1 https://github.com/MikeMcl/bignumber.js.git
|
||||||
RUN git clone --depth 1 https://github.com/guidovranken/libfuzzer-js.git
|
RUN git clone --depth 1 https://github.com/guidovranken/libfuzzer-js.git
|
||||||
|
|
|
@ -208,8 +208,8 @@ fi
|
||||||
|
|
||||||
# Compile mpdecimal
|
# Compile mpdecimal
|
||||||
cd $SRC/
|
cd $SRC/
|
||||||
tar zxf mpdecimal-2.5.0.tar.gz
|
tar zxf mpdecimal-2.5.1.tar.gz
|
||||||
cd mpdecimal-2.5.0/
|
cd mpdecimal-2.5.1/
|
||||||
./configure
|
./configure
|
||||||
cd libmpdec/
|
cd libmpdec/
|
||||||
make libmpdec.a -j$(nproc)
|
make libmpdec.a -j$(nproc)
|
||||||
|
|
Loading…
Reference in New Issue