From 40c41edee7bbbafd2060fb73fd73c3c69175f2f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 16 Oct 2023 11:32:43 +0200 Subject: [PATCH] Update nettel to 3.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- docs/ftldns/compile.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ftldns/compile.md b/docs/ftldns/compile.md index 4684fbf..6be9c2d 100644 --- a/docs/ftldns/compile.md +++ b/docs/ftldns/compile.md @@ -27,9 +27,9 @@ sudo dnf install git wget ca-certificates gcc gmp-devel gmp-static m4 cmake libi Compile and install a recent version using: ```bash -wget https://ftp.gnu.org/gnu/nettle/nettle-3.9.tar.gz -tar -xzf nettle-3.9.tar.gz -cd nettle-3.9 +wget https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz +tar -xzf nettle-3.9.1.tar.gz +cd nettle-3.9.1 ./configure --libdir=/usr/local/lib --enable-static --disable-shared --disable-openssl --disable-mini-gmp -disable-gcov --disable-documentation make -j $(nproc) sudo make install