diff options
Diffstat (limited to 'template/gnurl.html.j2')
-rw-r--r-- | template/gnurl.html.j2 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/template/gnurl.html.j2 b/template/gnurl.html.j2 index c502de71..c9c5d8ba 100644 --- a/template/gnurl.html.j2 +++ b/template/gnurl.html.j2 @@ -28,9 +28,9 @@ </p> <p> {% trans %} - Our main usecase is for GNUnet, but it might be usable - for others, hence we're releasing the code to the - general public. + Our main usecase is for GNUnet and Taler, but it might + be usable for others, hence we're releasing the code + to the general public. {% endtrans %} </p> <p> @@ -129,8 +129,9 @@ my mood. Note that this pretty much CANNOT be done without a fork, as renaming is an essential part of the fix. Now, there might be creative solutions to achieve the same thing within the standard cURL build - system, but I'm not happy to wait for a decade for Daniel to review - the patches. The changes libgnurl makes to curl are miniscule and can + system, but this was deemed to be too much work when + gnurl was originally started. + The changes libgnurl makes to curl are miniscule and can easily be applied again and again whenever libcurl makes a new release. {% endtrans %} @@ -210,7 +211,7 @@ {% trans %} Releases are published on <a href="https://ftpmirror.gnu.org/gnu/gnunet/">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a variety of distributions and package managers. - Package Managers which include gnurl are: + Some Package Managers which include gnurl are: <a href="https://www.gnu.org/software/guix/">GNU Guix</a> (available as "gnurl"), <a href="https://gentoo.org">Gentoo</a> through the collaborative ebuild collection <a href="https://git.gnunet.org/youbroketheinternet-overlay.git/">youbroketheinternet</a>, @@ -266,7 +267,7 @@ {% trans %} Fetch the signature key from {% endtrans %} - <a href="https://keys.openpgp.org/search?q=ng0%40n0.is">keys.openpgp.org</a> + <a href="https://keys.openpgp.org/search?q=nikita%40NetBSD.org">keys.openpgp.org</a> {% trans %} or via commandline with gnupg2. {% endtrans %} @@ -395,10 +396,9 @@ <p> {% trans %} gnurl/libgnurl is maintained by Nikita. - Releases are signed with the OpenPGP Key - <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, - with the key fingerprint - <b>A88C 8ADD 1298 28D7 EAC0 2E52 E22F 9BBF EE34 8588</b>. + Releases after version 7.69.1 are signed with the OpenPGP Key + <b>0xD6B570842F7E7F8D</b> (<a href="https://keys.openpgp.org/search?q=6115012DEA3026F62A98A556D6B570842F7E7F8D">keys.openpgp.org</a>, <a href="https://n0.is/pubkey.asc">n0.is</a>), with the key fingerprint + <b>6115 012D EA30 26F6 2A98 A556 D6B5 7084 2F7E 7F8D</b>. {% endtrans %} </p> </div> |