aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2020-11-11 18:04:35 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2020-11-11 18:04:35 +0900
commita5737cb6ebacd44f50b54a102ad424cb24f9aece (patch)
tree2cdd84b96bb6b5aa1ea8a07b5f29993956a2204c
parent502f6b78ff9cf3c3aa880a8fe2af59f4b66add13 (diff)
downloadwww-a5737cb6ebacd44f50b54a102ad424cb24f9aece.tar.gz
www-a5737cb6ebacd44f50b54a102ad424cb24f9aece.zip
-add gns spec 4
-rw-r--r--news/2020-11-GNSSpec4.html.j244
1 files changed, 44 insertions, 0 deletions
diff --git a/news/2020-11-GNSSpec4.html.j2 b/news/2020-11-GNSSpec4.html.j2
new file mode 100644
index 00000000..711d6f85
--- /dev/null
+++ b/news/2020-11-GNSSpec4.html.j2
@@ -0,0 +1,44 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3 <h1>GNS Technical Specification Milestone 4/4 and Packaging 1+2</h1>
4<p>
5 We are happy to announce the completion of the fourth and last milestone for the GNS
6 Specification. The fourth milestone consists of involving a broader community
7 for feedback and improvements:
8<p>
9<ul>
10 <li><a href="https://news.ycombinator.com/item?id=23766947">Hacker News</a></li>
11 <li><a href="https://datatracker.ietf.org/meeting/108/session/secdispatch">IETF 108 secdispatch</a>
12 (see also associated discussions on the mailinglist)</li>
13 <li><a href="https://centr.org/news/news/alternative-dns.html">Reporting on IETF secdispatch</a></li>
14 <li><a href="https://mailarchive.ietf.org/arch/msg/din/jkbYgEsyuZCknyYQxN-LxDtWpsY/">IRTF DINRG</a></li>
15 <li>https://lists.gnu.org/archive/html/gnunet-developers/2020-07/msg00043.html</li>
16</ul>
17<p>
18 Based on this and private feedback received, we updated the draft and
19 the implementation.
20 The (protocol breaking) changes will be released as part of GNUnet 0.14.0.
21 The specification document <b>LSD001</b> can be found at:
22</p>
23<ul>
24 <li>Git: <a href="git://gnunet.org/lsd0001.git">LSD001</a></li>
25 <li><a href="https://lsd.gnunet.org/lsd0001/draft-schanzen-gns.txt">Link to TXT version</a></li>
26 <li><a href="https://lsd.gnunet.org/lsd0001/draft-schanzen-gns.html">Link to HTML version</a></li>
27 <li><a href="https://datatracker.ietf.org/doc/draft-schanzen-gns/">Link to IETF Datatracker (updated less frequently)</a></li>
28</ul>
29<p>
30 Further, work on packaging has been done on Alpine (Packaging 1) and Debian (Packaging 2) packages.
31 The packaging for Alpine is complete, the Debian package is in progress as
32 review and final integration is out of our hands. For reference see also:
33</p>
34<ul>
35 <li>Git: <a href="https://pkgs.alpinelinux.org/packages?name=gnunet&branch=edge">Alpine package</a></li>
36 <li><a href="https://salsa.debian.org/debian/gnunet/-/merge_requests/3">Debian package</a></li>
37</ul>
38<p>
39 We will continue to engage with IETF/IRTF as much as possible (online or in-person)
40 including future presentations and discussions at IETF/IRTF.
41 There is still a packaging task open for Fedora (3) which is still work in progress.
42 This work was (and other aspects still are) generously funded by <a href="https://nlnet.nl">NLnet</a> as part of their <a href="https://nlnet.nl/project/GNS/">Search and discovery fund</a>.
43</p>
44{% endblock body_content %}