File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ sudo dnf install git wget ca-certificates gcc gmp-devel gmp-static m4 cmake libi
2727Compile and install a recent version using:
2828
2929``` bash
30- wget https://ftp.gnu.org/gnu/nettle/nettle-3.9.1 .tar.gz
31- tar -xzf nettle-3.9.1 .tar.gz
32- cd nettle-3.9.1
30+ wget https://ftp.gnu.org/gnu/nettle/nettle-3.10.2 .tar.gz
31+ tar -xzf nettle-3.10.2 .tar.gz
32+ cd nettle-3.10.2
3333./configure --libdir=/usr/local/lib --enable-static --disable-shared --disable-openssl --disable-mini-gmp -disable-gcov --disable-documentation
3434make -j $( nproc)
3535sudo make install
@@ -44,9 +44,9 @@ Since Ubuntu 20.04, you need to specify the library directory explicitly. Otherw
4444Compile and install a recent version using:
4545
4646``` bash
47- wget https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v3.5.0 .tar.gz -O mbedtls-3.5.0 .tar.gz
48- tar -xzf mbedtls-3.5.0 .tar.gz
49- cd mbedtls-3.5.0
47+ wget https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v3.6.4 .tar.gz -O mbedtls-3.6.4 .tar.gz
48+ tar -xzf mbedtls-3.6.4 .tar.gz
49+ cd mbedtls-3.6.4
5050sed -i ' /#define MBEDTLS_THREADING_C/s*^//**g' include/mbedtls/mbedtls_config.h
5151sed -i ' /#define MBEDTLS_THREADING_PTHREAD/s*^//**g' include/mbedtls/mbedtls_config.h
5252make -j $( nproc)
@@ -66,7 +66,7 @@ git clone https://github.com/pi-hole/FTL.git && cd FTL
6666If you want to build another branch and not ` master ` , use checkout to get to this branch, like
6767
6868``` bash
69- git checkout development-v6
69+ git checkout development
7070```
7171
7272## Compile the source
You can’t perform that action at this time.
0 commit comments