]> Cypherpunks repositories - goredo.git/commitdiff
Add goredo.dabase.com mirror
authorSergey Matveev <stargrave@stargrave.org>
Fri, 20 Feb 2026 13:33:34 +0000 (16:33 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 20 Feb 2026 13:33:34 +0000 (16:33 +0300)
doc/Download
doc/INSTALL
doc/Mirrors [new file with mode: 0644]
doc/THANKS
makedist

index df074577cef6ea735c79e0da9b691dcfae7010c4..5b3948deb565ca9a78e3af9c6701e15c87a25dbc 100644 (file)
@@ -1,5 +1,6 @@
 Look in .meta4 files for various other download links!
 => https://datatracker.ietf.org/doc/html/rfc5854 Metalink4\r
+Also there are [Mirrors] of this website.
 
 Release [NEWS]#2.9.1 | 2026-01-27 | 481 KiB
     => download/goredo-2.9.1.tar.zst tar\r
index 94df4781a750d586d2b442242676d1263905465d..4f75c8968c4e6c44f90663855631803e5f353e0b 100644 (file)
@@ -39,8 +39,4 @@ You can also use URLs instead:
     anongit@slave.git.cypherpunks.su:cypherpunks.su/goredo.git
     git://git.stargrave.org/goredo.git
     git://y.git.stargrave.org/goredo.git
-    git://y.git.cypherpunks.su/goredo.git}
-
-Also there is
-=> http://y.www.goredo.cypherpunks.su/ Yggdrasil-available endpoint\r
-=> https://yggdrasil-network.github.io/ Yggdrasil\r
+    git://y.git.cypherpunks.su/goredo.git
diff --git a/doc/Mirrors b/doc/Mirrors
new file mode 100644 (file)
index 0000000..17538ef
--- /dev/null
@@ -0,0 +1,21 @@
+Main goredo website is hosted on two geographically distant servers
+located in Moscow and Saint-Petersburg regions, Russian Federation.
+
+It can be authenticated with ca.cypherpunks.su certificate, through the
+=> https://datatracker.ietf.org/doc/html/rfc6698 DANE record\r
+that in turn can be authenticated with
+=> https://dnscurve.org/ DNSCurve-secured\r
+=> http://www.stargrave.org/TrustAnchor.html trust anchors\r
+Both ca.cypherpunks.su and DNSCurve trust anchors are signed with
+LibrePGP public key:
+    12AD 3268 9C66 0D42 6967  FD75 CB82 0563 2107 AD8A
+
+There is periodically synchronised mirror made by Kai Hendry:
+=> https://goredo.dabase.com/\r
+It is located in different jurisdiction and uses
+=> https://letsencrypt.org/ Let's Encrypt\r
+certificate authority, so can be more easily accessible for some people.
+
+Also there is
+=> http://y.www.goredo.cypherpunks.su/ Yggdrasil-available endpoint\r
+=> https://yggdrasil-network.github.io/ Yggdrasil\r
index ea59d8b772333e156f6e1b553c5f22e13f2e9eff..dc877945627cf3b887fbd146e1da42b07947c039 100644 (file)
@@ -1,7 +1,7 @@
 There are people deserving to be thanked for helping this project:
 
 => mailto:hendry@iki.fi Kai Hendry\r
-for his bugreports, AUR port, and Homebrew formula maintaining.
+for his bugreports, AUR port, Homebrew formula and mirror maintaining.
 
 => mailto:spacefrogg-git@meterriblecrew.net Michael Raitz\r
 for his bugreports and various useful suggestions.
index c7c988a63c1f3bae6d8865dd608f3f1e186bbc56..2df3735daceca1210a62678a6f0b66c2cd0bcf24 100755 (executable)
--- a/makedist
+++ b/makedist
@@ -54,12 +54,14 @@ cmsigtool -d ~/.cm/sign/goredo@cypherpunks.su.pub <$tarball >$tarball.cm
 meta4ra-create -fn $tarball -mtime $tarball \
     -sig-pgp $tarball.asc -sig-ssh $tarball.sig \
     "1|ru|http://www.goredo.cypherpunks.su/download/$tarball" \
+    "1|gb|https://goredo.dabase.com/download/$tarball" \
     "2|ru|https://www.goredo.cypherpunks.su/download/$tarball" \
     "|ru|http://y.www.goredo.cypherpunks.su/download/$tarball" \
     "ipfs://TODO/$tarball" <$tarball >$tarball.meta4
 meta4ra-create -add $tarball.meta4 -fn $tarball.asc -hashes "" \
     -id "LibrePGP detached signature" \
     "1|ru|http://www.goredo.cypherpunks.su/download/$tarball.asc" \
+    "1|gb|https://goredo.dabase.com/download/$tarball.asc" \
     "2|ru|https://www.goredo.cypherpunks.su/download/$tarball.asc" \
     "|ru|http://y.www.goredo.cypherpunks.su/download/$tarball.asc" \
     "ipfs://TODO/$tarball.asc" <$tarball.asc >$tarball.meta4_
@@ -67,6 +69,7 @@ mv $tarball.meta4_ $tarball.meta4
 meta4ra-create -add $tarball.meta4 -fn $tarball.cm -hashes "" \
     -id "KEKS/CM detached signature" \
     "1|ru|http://www.goredo.cypherpunks.su/download/$tarball.cm" \
+    "1|gb|https://goredo.dabase.com/download/$tarball.cm" \
     "2|ru|https://www.goredo.cypherpunks.su/download/$tarball.cm" \
     "|ru|http://y.www.goredo.cypherpunks.su/download/$tarball.cm" \
     "ipfs://TODO/$tarball.cm" <$tarball.cm >$tarball.meta4_
@@ -74,6 +77,7 @@ mv $tarball.meta4_ $tarball.meta4
 meta4ra-create -add $tarball.meta4 -fn $tarball.sig -hashes "" \
     -id "OpenSSH signature" \
     "1|ru|http://www.goredo.cypherpunks.su/download/$tarball.sig" \
+    "1|gb|https://goredo.dabase.com/download/$tarball.sig" \
     "2|ru|https://www.goredo.cypherpunks.su/download/$tarball.sig" \
     "|ru|http://y.www.goredo.cypherpunks.su/download/$tarball.sig" \
     "ipfs://TODO/$tarball.sig" <$tarball.sig >$tarball.meta4_