yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/reticulum/0.3.12
vault / reticulum / 0.3.12

reticulum @ 0.3.12

integrity

size
7.9 MiB
downloaded
last checked
source https://github.com/markqvist/Reticulum · available · github

release notes

This maintenance release includes a fix to the serious security flaw discussed here. Please Note! Updating to RNS 0.3.12 will intentionally break backwards compatibility with all previous verstions for link establishment. It is recommended to upgrade all your systems to 0.3.12 as soon as possible.

Additionally, this release brings a range of small, but very useful improvements to reliability and user experience, along with a significant update to the documentation material.

Changes

Release Hashes

SHA256 74a4881ebf8d805bffb43efef91769b1cbb87affe56ac630355946c7484cffbf rns-0.3.12-py3-none-any.whl
SHA256 03429122b3b4133667632ba2404df7bbf57ea5df1b9c815d7608b1d59cd29a76 rnspure-0.3.12-py3-none-any.whl

download

unix · zip
curl -fL -o 0.3.12.zip https://ratatoskr.space/pkg/reticulum/0.3.12.zip
                    printf '%s  %s\n' '1d8032a4caae43e94925328ff1e2f20b91e1854fe90029c94e8cc518ff2ad127' '0.3.12.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.3.12.zip"
$out = "0.3.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1d8032a4caae43e94925328ff1e2f20b91e1854fe90029c94e8cc518ff2ad127") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.12.tar.gz https://ratatoskr.space/pkg/reticulum/0.3.12.tar.gz
                    printf '%s  %s\n' 'de1bfc21424a0e3e8b275fbcbcc3a3f6e3a02571683381147bd52d1e68495889' '0.3.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.3.12.tar.gz"
$out = "0.3.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de1bfc21424a0e3e8b275fbcbcc3a3f6e3a02571683381147bd52d1e68495889") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.3.12.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.12.zip
                    printf '%s  %s\n' '1d8032a4caae43e94925328ff1e2f20b91e1854fe90029c94e8cc518ff2ad127' '0.3.12.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.12.zip"
$out = "0.3.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1d8032a4caae43e94925328ff1e2f20b91e1854fe90029c94e8cc518ff2ad127") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.12.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.12.tar.gz
                    printf '%s  %s\n' 'de1bfc21424a0e3e8b275fbcbcc3a3f6e3a02571683381147bd52d1e68495889' '0.3.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.12.tar.gz"
$out = "0.3.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de1bfc21424a0e3e8b275fbcbcc3a3f6e3a02571683381147bd52d1e68495889") { throw "sha256 mismatch" }
artifact format size hashes
0.3.12.zip zip 7.9 MiB
blake3-24 6b73b877716c595724a5e4ae7247da46a68be4d83890f247
sha256 1d8032a4caae43e94925328ff1e2f20b91e1854fe90029c94e8cc518ff2ad127
sha1 714478094342da391a402a00dab925308400d7ba
0.3.12.tar.gz tar.gz 7.8 MiB
blake3-24 5fb78e8006a4a805e95d8e835f42b7aae33cbd5909bdcbda
sha256 de1bfc21424a0e3e8b275fbcbcc3a3f6e3a02571683381147bd52d1e68495889
sha1 a890bb5b9c4afd09e9c84dd18f4d327fb21278f4

install

bazel
http_archive(
    name = "reticulum",
    urls = ["https://ratatoskr.space/pkg/reticulum/0.3.12.tar.gz"],
    integrity = "sha256-3hv8IUJKDj6LJ1+8vMOj9uOgJXFoM4EUe9UtHmhJWIk=",
    strip_prefix = "reticulum-0.3.12",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.3.12.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "reticulum",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.12.tar.gz"],
    integrity = "sha256-3hv8IUJKDj6LJ1+8vMOj9uOgJXFoM4EUe9UtHmhJWIk=",
    strip_prefix = "reticulum-0.3.12",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.12.tar.gz",
← 0.3.130.3.11 →