From 37735a2652e1733586ceb0fe1957bccfcfb2d101 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 18 Jul 2024 16:22:46 +0300 Subject: [PATCH] Move to cypherpunks.su --- README | 2 +- doc/index.texi | 2 +- doc/install.texi | 14 +++++++------- doc/www.do | 4 ++-- makedist | 16 ++++++++-------- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README b/README index 22489fa..9359a37 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ Go implementation of djb's redo, Makefile replacement that sucks less. See goredo.info and INSTALL for more information. goredo is free software: see the file COPYING for copying conditions. -Home page: http://www.goredo.cypherpunks.ru/ +Home page: http://www.goredo.cypherpunks.su/ diff --git a/doc/index.texi b/doc/index.texi index 703cd31..26c57e3 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -46,7 +46,7 @@ It should work on all @cindex bugs @cindex patches Please send questions, bug reports and patches to -@url{http://lists.cypherpunks.ru/goredo_002ddevel.html, goredo-devel} +@url{http://lists.cypherpunks.su/goredo_002ddevel.html, goredo-devel} maillist. Announcements also go to this mailing list. @insertcopying diff --git a/doc/install.texi b/doc/install.texi index fa92668..055f6f2 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -40,8 +40,8 @@ Possibly @command{goredo} package already exists for your distribution: Preferable way is to download tarball with the signature from website: @example -$ [fetch|wget] http://www.goredo.cypherpunks.ru/download/goredo-@value{VERSION}.tar.zst -$ [fetch|wget] http://www.goredo.cypherpunks.ru/download/goredo-@value{VERSION}.tar.zst.@{asc,sig@} +$ [fetch|wget] http://www.goredo.cypherpunks.su/download/goredo-@value{VERSION}.tar.zst +$ [fetch|wget] http://www.goredo.cypherpunks.su/download/goredo-@value{VERSION}.tar.zst.@{asc,sig@} [verify signature] $ zstd -d < goredo-@value{VERSION}.tar.zst | tar xf - $ cd goredo-@value{VERSION}/src @@ -62,15 +62,15 @@ $ goredo -symlinks @vindex GOPRIVATE If you have problems with @code{*.golang.org}'s inability to verify -authenticity of @code{go.cypherpunks.ru} TLS connection, then you can -disable their usage by setting @env{$GOPRIVATE=go.cypherpunks.ru}. You +authenticity of @code{go.cypherpunks.su} TLS connection, then you can +disable their usage by setting @env{$GOPRIVATE=go.cypherpunks.su}. You can override CA certificate file path with @env{$SSL_CERT_FILE} and @env{$GIT_SSL_CAINFO} environment variables. @cindex git You can obtain development source code with -@command{git clone git://git.cypherpunks.ru/goredo.git} -(also you can use @url{https://git.cypherpunks.ru/goredo.git}). +@command{git clone git://git.cypherpunks.su/goredo.git} +(also you can use @url{https://git.cypherpunks.su/goredo.git}). Also there is @url{https://yggdrasil-network.github.io/, Yggdrasil} -accessible address: @url{http://y.www.goredo.cypherpunks.ru/}. +accessible address: @url{http://y.www.goredo.cypherpunks.su/}. diff --git a/doc/www.do b/doc/www.do index d58adac..add049d 100644 --- a/doc/www.do +++ b/doc/www.do @@ -15,8 +15,8 @@ cp ../PUBKEY-* $html/ cd $html/download export ATOM_ID="d089a6f2-cd88-47e5-aa11-55f60adfb977" export NAME=goredo - export BASE_URL=http://www.goredo.cypherpunks.ru/download - export AUTHOR_EMAIL=goredo@cypherpunks.ru + export BASE_URL=http://www.goredo.cypherpunks.su/download + export AUTHOR_EMAIL=goredo@cypherpunks.su ~/work/releases-feed/releases.atom.zsh ) perl -i -npe 'print "\n" if /^<\/head>/' $html/Install.html diff --git a/makedist b/makedist index ba5f8ce..f464f57 100755 --- a/makedist +++ b/makedist @@ -16,7 +16,7 @@ redo-ifchange VERSION cd doc cat > download.texi < "$tarball".meta4 + http://www.goredo.cypherpunks.su/download/"$tarball" \ + http://y.www.goredo.cypherpunks.su/download/"$tarball" < "$tarball" > "$tarball".meta4 size=$(( $(stat -f %z $tarball) / 1024 )) release_date=$(date "+%Y-%m-%d") @@ -122,21 +122,21 @@ The main improvements for that release are: ------------------------ >8 ------------------------ -goredo's home page is: http://www.goredo.cypherpunks.ru/ +goredo's home page is: http://www.goredo.cypherpunks.su/ Source code and its signature for that version can be found here: - http://www.goredo.cypherpunks.ru/download/goredo-${release}.tar.zst ($size KiB) - http://www.goredo.cypherpunks.ru/download/goredo-${release}.tar.zst.{asc,sig} + http://www.goredo.cypherpunks.su/download/goredo-${release}.tar.zst ($size KiB) + http://www.goredo.cypherpunks.su/download/goredo-${release}.tar.zst.{asc,sig} OpenPGP key: 7531 BB84 FAF0 BF35 960C 63B9 3A52 8DDE 952C 7E93 goredo releases OpenSSH key: SHA256:ddOaswnUBtNbuoEBYQtfcF59sR3Bvzo9pIfSlw9sKx8 Please send questions regarding the use of goredo, bug reports and patches -to mailing list: http://lists.cypherpunks.ru/goredo_002ddevel.html +to mailing list: http://lists.cypherpunks.su/goredo_002ddevel.html EOF echo mutt -s \"goredo $release release announcement\" \ - goredo-devel@lists.cypherpunks.ru \ + goredo-devel@lists.cypherpunks.su \ -a $cur/doc/goredo.html/download/"$tarball".meta4 -- 2.48.1