@@ -19,7 +19,7 @@ limitations under the License.
1919--------------------------------------------------------------------------------
2020
2121@title eturnal Documentation
22- @version 1.8.2 ({@date})
22+ @version 1.8.3 ({@date})
2323@copyright 2020-2022 ProcessOne, SARL
2424@author Holger Weiss
2525
@@ -33,7 +33,7 @@ clients receive temporary TURN credentials where the user name is comprised of
3333the (Unix) expiry timestamp and the password is derived from a {@section secret}
3434shared between the service generating those credentials and eturnal. The service
3535offering the credentials <a
36- href="https://github.com/processone/eturnal/blob/1.8.2 /scripts/examples/make-credentials">performs</a>
36+ href="https://github.com/processone/eturnal/blob/1.8.3 /scripts/examples/make-credentials">performs</a>
3737a `Base64(HMAC-SHA1($secret, $timestamp))' operation to generate the ephemeral
3838password, and eturnal does the same to verify it.
3939
@@ -48,18 +48,18 @@ retrieved <a href="https://eturnal.net/repositories/">from eturnal.net</a>. On
4848other Linux/x64 and Linux/arm64 systems, the <a
4949href="https://eturnal.net/download/linux/">binary release</a> can be installed
5050as described in this section. For building eturnal from source, see the <a
51- href="https://github.com/processone/eturnal/blob/1.8.2 /INSTALL.md">INSTALL.md</a>
51+ href="https://github.com/processone/eturnal/blob/1.8.3 /INSTALL.md">INSTALL.md</a>
5252file shipped with eturnal's <a
53- href="https://eturnal.net/download/eturnal-1.8.2 .tar.gz">source code
53+ href="https://eturnal.net/download/eturnal-1.8.3 .tar.gz">source code
5454archive</a>.
5555
5656The binary release is installed using the following commands (on AArch64
5757systems, `x64' must be replaced with `arm64'):
5858
5959```
60- curl -O https://eturnal.net/eturnal-1.8.2 -linux-x64.run
61- chmod +x eturnal-1.8.2 -linux-x64.run
62- sudo ./eturnal-1.8.2 -linux-x64.run
60+ curl -O https://eturnal.net/eturnal-1.8.3 -linux-x64.run
61+ chmod +x eturnal-1.8.3 -linux-x64.run
62+ sudo ./eturnal-1.8.3 -linux-x64.run
6363'''
6464
6565The installer extracts the release archive into `/opt/eturnal' and creates a
0 commit comments