]> Sergey Matveev's repositories - tofuproxy.git/commitdiff
Another Yggdrasil address master
authorSergey Matveev <stargrave@stargrave.org>
Tue, 3 Mar 2026 11:16:46 +0000 (14:16 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 3 Mar 2026 11:16:46 +0000 (14:16 +0300)
doc/download.texi
doc/install.texi
doc/integrity.texi
makedist

index 64845135f9d53b393c295628d611384cf6ee80b2..5d6f7d1dd21d9d33d5d20c6760da9dae0716b4d6 100644 (file)
@@ -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
 
index 2bd9135d95c0ffd423b14debf5b4c6ac004e065d..bb543752eb3846cb056a3a9ba0779f4a9f7e76a9 100644 (file)
@@ -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]/}.
index c78f8519d83ae58a9e7e849c69a60cbefe0927ed..260adada437f08b32d0fd5971e7205b53a7077ad 100644 (file)
@@ -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}.
 
index 002b3e2b711bfa9aaca5f42f9bad1930db8ea2ad..cc05b3fa76af80ab8d0ccc7fbdc519f206e650bb 100755 (executable)
--- 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")