From: Sergey Matveev Date: Fri, 20 Feb 2026 13:33:34 +0000 (+0300) Subject: Add goredo.dabase.com mirror X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b4d4ce0b1abf311e3b65386cbf4fcb5f48c9a2f6;p=goredo.git Add goredo.dabase.com mirror --- diff --git a/doc/Download b/doc/Download index df07457..5b3948d 100644 --- a/doc/Download +++ b/doc/Download @@ -1,5 +1,6 @@ Look in .meta4 files for various other download links! => https://datatracker.ietf.org/doc/html/rfc5854 Metalink4 +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 diff --git a/doc/INSTALL b/doc/INSTALL index 94df478..4f75c89 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -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 -=> https://yggdrasil-network.github.io/ Yggdrasil + git://y.git.cypherpunks.su/goredo.git diff --git a/doc/Mirrors b/doc/Mirrors new file mode 100644 index 0000000..17538ef --- /dev/null +++ b/doc/Mirrors @@ -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 +that in turn can be authenticated with +=> https://dnscurve.org/ DNSCurve-secured +=> http://www.stargrave.org/TrustAnchor.html trust anchors +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/ +It is located in different jurisdiction and uses +=> https://letsencrypt.org/ Let's Encrypt +certificate authority, so can be more easily accessible for some people. + +Also there is +=> http://y.www.goredo.cypherpunks.su/ Yggdrasil-available endpoint +=> https://yggdrasil-network.github.io/ Yggdrasil diff --git a/doc/THANKS b/doc/THANKS index ea59d8b..dc87794 100644 --- a/doc/THANKS +++ b/doc/THANKS @@ -1,7 +1,7 @@ There are people deserving to be thanked for helping this project: => mailto:hendry@iki.fi Kai Hendry -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 for his bugreports and various useful suggestions. diff --git a/makedist b/makedist index c7c988a..2df3735 100755 --- 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_