aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/cryptofuzz/Dockerfile
diff options
context:
space:
mode:
authorGravatar Stefan Krah <skrah@bytereef.org>2021-06-20 02:04:10 +0200
committerGravatar GitHub <noreply@github.com>2021-06-19 17:04:10 -0700
commit8d0531dca85230fa90518094d0d05f8c7e339469 (patch)
tree0df9d24fdbf4ceeb74d648b186a868699a490756 /projects/cryptofuzz/Dockerfile
parent3311daea9f0ffcc81fc5553a45e5d710f529ed2a (diff)
[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.
Diffstat (limited to 'projects/cryptofuzz/Dockerfile')
-rw-r--r--projects/cryptofuzz/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cryptofuzz/Dockerfile b/projects/cryptofuzz/Dockerfile
index 550c7cea..94dd75c2 100644
--- a/projects/cryptofuzz/Dockerfile
+++ b/projects/cryptofuzz/Dockerfile
@@ -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://git.lysator.liu.se/nettle/nettle
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/MikeMcl/bignumber.js.git
RUN git clone --depth 1 https://github.com/guidovranken/libfuzzer-js.git