From 8bd3d0ff334de8e9c12065361572244efad95d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@southpole.se> Date: Tue, 10 Jun 2014 12:04:07 +0200 Subject: [PATCH] Updated download and git links. List release key fingerprint. --- index.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 4d77731b..3ac9d7eb 100644 --- a/index.html +++ b/index.html @@ -31,9 +31,19 @@ <p> Get the latest version by <a - href="http://www.lysator.liu.se/~nisse/archive/">http</a> or <a - href="ftp://ftp.lysator.liu.se/pub/security/lsh">ftp</a>. + href="https://ftp.gnu.org/gnu/nettle/">https</a> or <a + href="ftp://ftp.gnu.org/gnu/nettle/">ftp</a>. + + Recent releases are signed with the following PGP key: </p> +<blockquote> + <pre> +pub 2560R/28C67298 2013-01-07 + Key fingerprint = 343C 2FF0 FBEE 5EC2 EDBE F399 F359 9FF8 28C6 7298 +uid Niels Möller <nisse@lysator.liu.se> + + </pre> +</blockquote> <h2> Language bindings </h2> @@ -64,7 +74,7 @@ <p> The public git repository for Nettle is located at <a - href='http://git.lysator.liu.se/nettle'>git.lysator.liu.se</a>. + href='http://git.lysator.liu.se/nettle/nettle'>git.lysator.liu.se</a>. After checkout, you need to run the <tt>.bootstrap</tt> script before the standard <tt>./configure && make</tt>. </p> @@ -75,7 +85,7 @@ directory organization used to be a bit different, building old versions of Nettle from the current git repository does not work out of the box. To do that, you have to check out historic versions from - the <a href='http://git.lysator.liu.se/lsh'>LSH repository</a> + the <a href='http://git.lysator.liu.se/lsh/lsh'>LSH repository</a> instead. </p> -- GitLab