From e5b24e1263ddabc1c57a7ab7d5663aafc66b45c8 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 3 Mar 2026 14:16:46 +0300 Subject: [PATCH] Another Yggdrasil address --- doc/download.texi | 3 +++ doc/install.texi | 7 ++++--- doc/integrity.texi | 4 ++-- makedist | 6 ++++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/doc/download.texi b/doc/download.texi index 6484513..5d6f7d1 100644 --- a/doc/download.texi +++ b/doc/download.texi @@ -1,3 +1,6 @@ +Look in @url{https://datatracker.ietf.org/doc/html/rfc5854 , .meta4} +files for various other download links! + @multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {meta4 tar pgp ssh} @headitem Version @tab Date @tab Size @tab Tarball diff --git a/doc/install.texi b/doc/install.texi index 2bd9135..bb54375 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -7,8 +7,8 @@ with @url{https://facebook.github.io/zstd/, libzstd} headers if you need WARCs support. @example -$ [fetch|wget] http://www.tofuproxy.stargrave.org/download/tofuproxy-@value{VERSION}.tar.zst -$ [fetch|wget] http://www.tofuproxy.stargrave.org/download/tofuproxy-@value{VERSION}.tar.zst.@{asc,sig@} +$ fetch http://www.tofuproxy.stargrave.org/download/tofuproxy-@value{VERSION}.tar.zst +$ fetch http://www.tofuproxy.stargrave.org/download/tofuproxy-@value{VERSION}.tar.zst.@{asc,sig@} [verify signature] $ tar xf tofuproxy-@value{VERSION}.tar.zst $ cd tofuproxy-@value{VERSION} @@ -19,4 +19,5 @@ $ ./build @include integrity.texi Also there is @url{https://yggdrasil-network.github.io/, Yggdrasil} -accessible address: @url{http://y.www.tofuproxy.stargrave.org}. +accessible address: @url{http://y.www.tofuproxy.stargrave.org/}, +@url{http://[322:3bd:cc26:9545:b00b:30c7:3a08:fbe6]/}. diff --git a/doc/integrity.texi b/doc/integrity.texi index c78f851..260adad 100644 --- a/doc/integrity.texi +++ b/doc/integrity.texi @@ -3,7 +3,7 @@ that you retrieved trusted and untampered software. There are two options: @table @asis -@item @url{https://www.openpgp.org/, OpenPGP} @file{.asc} signature +@item @url{https://librepgp.org/, LibrePGP} @file{.asc} signature Use @url{https://www.gnupg.org/, GNU Privacy Guard} free software implementation. For the very first time it is necessary to get signing public key and @@ -22,7 +22,7 @@ $ gpg --auto-key-locate wkd --locate-keys tofuproxy@@stargrave.org @end example @item @url{https://www.openssh.com/, OpenSSH} @file{.sig} signature - @url{PUBKEY-SSH.pub, Public key} and its OpenPGP + @url{PUBKEY-SSH.pub, Public key} and its LibrePGP @url{PUBKEY-SSH.pub.asc, signature} made with the key above. Its fingerprint: @code{SHA256:NIDt9iZUizwivY3GoxmGvbQTH7mz/dmV7ZFOXeYfa2o}. diff --git a/makedist b/makedist index 002b3e2..cc05b3f 100755 --- a/makedist +++ b/makedist @@ -61,8 +61,10 @@ ssh-keygen -Y sign -f ~/.ssh/sign/tofuproxy@stargrave.org -n file $tarball gpg --armor --detach-sign --sign --local-user 3477D3292C775BF39DAA0E075921D596A332F844 "$tarball" meta4ra-create -fn "$tarball" -mtime "$tarball" \ -sig-pgp "$tarball".asc -sig-ssh "$tarball".sig \ - http://www.tofuproxy.stargrave.org/download/"$tarball" \ - http://y.www.tofuproxy.stargrave.org/download/"$tarball" <"$tarball" >"$tarball".meta4 + "1|ru|http://www.tofuproxy.stargrave.org/download/$tarball" \ + "2|ru|https://www.tofuproxy.stargrave.org/download/$tarball" \ + "|ru|http://y.www.tofuproxy.stargrave.org/download/$tarball" \ + "|ru|http://[322:3bd:cc26:9545:b00b:30c7:3a08:fbe6]/download/$tarball" <"$tarball" >"$tarball".meta4 size=$(( $(stat -f %z $tarball) / 1024 )) release_date=$(date "+%Y-%m-%d") -- 2.52.0