aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-07-26 17:32:59 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-07-26 17:32:59 +0200
commita4dc4c18849b49ca01e530551c14fcbcceeb57af (patch)
treefcfeb22313fbebd032808357d3ab57c23acc1316
parent5d30c3cac2c7860f0787a7ae991e4ef0dae4186c (diff)
parentb1bebc005fbb3d42d09bf7748edc2948a0f4dbef (diff)
downloadwww-a4dc4c18849b49ca01e530551c14fcbcceeb57af.tar.gz
www-a4dc4c18849b49ca01e530551c14fcbcceeb57af.zip
Merge branch 'master' into stable
-rw-r--r--news/2019-0.11.6.inc5
-rw-r--r--template/install-on-debian9.html.j21
2 files changed, 5 insertions, 1 deletions
diff --git a/news/2019-0.11.6.inc b/news/2019-0.11.6.inc
index 42953c00..8ffdf31c 100644
--- a/news/2019-0.11.6.inc
+++ b/news/2019-0.11.6.inc
@@ -61,6 +61,9 @@
61 <tt>TRANSPORT</tt>, <tt>TESTBED</tt> and <tt>CADET</tt> tests now pass again on macOS. 61 <tt>TRANSPORT</tt>, <tt>TESTBED</tt> and <tt>CADET</tt> tests now pass again on macOS.
62 </li> 62 </li>
63 <li> 63 <li>
64 <tt>CADET</tt>: Replaced enum <tt>GNUNET_CADET_ChannelOption</tt> with <tt>GNUNET_MQ_PriorityPreferences</tt> in preparation of API changed in the future.
65 </li>
66 <li>
64 The GNS proxy Certification Authority is now generated using gnutls-certtool, 67 The GNS proxy Certification Authority is now generated using gnutls-certtool,
65 if available, with opennssl/certtool as fallback. 68 if available, with opennssl/certtool as fallback.
66 </li> 69 </li>
@@ -77,7 +80,7 @@
77 </li> 80 </li>
78 <li> 81 <li>
79 There are known moderate implementation limitations in CADET that 82 There are known moderate implementation limitations in CADET that
80 negatively impact performance. Also CADET may unexpectedly deliver messages out-of-order. 83 negatively impact performance.
81 </li> 84 </li>
82 <li> 85 <li>
83 There are known moderate design issues in FS that also impact 86 There are known moderate design issues in FS that also impact
diff --git a/template/install-on-debian9.html.j2 b/template/install-on-debian9.html.j2
index 9641964b..338fa925 100644
--- a/template/install-on-debian9.html.j2
+++ b/template/install-on-debian9.html.j2
@@ -105,6 +105,7 @@
105 <code> 105 <code>
106 $ cd ~/gnunet_installation/gnunet<br> 106 $ cd ~/gnunet_installation/gnunet<br>
107 $ ./bootstrap<br> 107 $ ./bootstrap<br>
108 $ export GNUNET_PREFIX=/usr/local # for example, other locations possible
108 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --with-microhttpd=/opt/libmicrohttpd<br> 109 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --with-microhttpd=/opt/libmicrohttpd<br>
109 $ sudo addgroup gnunetdns<br> 110 $ sudo addgroup gnunetdns<br>
110 $ sudo adduser --system --group --disabled-login --home /var/lib/gnunet gnunet<br> 111 $ sudo adduser --system --group --disabled-login --home /var/lib/gnunet gnunet<br>