]> Cypherpunks repositories - gogost.git/commitdiff
Move to cypherpunks.su
authorSergey Matveev <stargrave@stargrave.org>
Thu, 18 Jul 2024 13:27:42 +0000 (16:27 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 18 Jul 2024 13:27:42 +0000 (16:27 +0300)
README
install.texi
makedist
www.texi

diff --git a/README b/README
index 2085a18e6953ba730ccd9a6a18f7a7eca883a2a7..663371e16c4ed88181367e822e4313b44c4a08c4 100644 (file)
--- a/README
+++ b/README
@@ -26,7 +26,7 @@ GOST is GOvernment STandard of Russian Federation (and Soviet Union).
   (Р 50.1.111-2016 with IKEv2 RFC 7296)
 
 Probably you could be interested in
-Go's support of GOST TLS 1.3 (http://www.gostls13.cypherpunks.ru/).
+Go's support of GOST TLS 1.3 (http://www.gostls13.cypherpunks.su/).
 
 Known problems:
 
@@ -60,12 +60,12 @@ Example 34.10-2012-256 keypair generation, signing and verifying:
 
 GoGOST is free software: see the file COPYING for copying conditions.
 
-GoGOST'es home page is: http://www.gogost.cypherpunks.ru/
-You can read about GOST algorithms more: http://www.gost.cypherpunks.ru/
+GoGOST'es home page is: http://www.gogost.cypherpunks.su/
+You can read about GOST algorithms more: http://www.gost.cypherpunks.su/
 
 Please send questions, bug reports and patches to
-http://lists.cypherpunks.ru/gost.html mailing list.
+http://lists.cypherpunks.su/gost.html mailing list.
 Announcements also go to this mailing list.
 
 Development Git source code repository currently is located here:
-http://www.git.cypherpunks.ru/?p=gogost.git;a=summary
+http://www.git.cypherpunks.su/?p=gogost.git;a=summary
index 3e72eb0f8adc65e86cbf3f8fdc276a67d7be8a49..332c8054ce5ae3f856450a2647bbadd6ceb81dc3 100644 (file)
@@ -5,8 +5,8 @@ Preferable way is to download tarball with the signature from
 website and, for example, run tests with benchmarks:
 
 @example
-$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.zst
-$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.zst.@{asc,sig@}
+$ [fetch|wget] http://www.gogost.cypherpunks.su/gogost-@value{VERSION}.tar.zst
+$ [fetch|wget] http://www.gogost.cypherpunks.su/gogost-@value{VERSION}.tar.zst.@{asc,sig@}
 [verify signature]
 $ tar xf gogost-@value{VERSION}.tar.zst
 $ cd gogost-@value{VERSION}
@@ -77,5 +77,5 @@ replace go.cypherpunks.ru/gogost/v5 => /path/to/gogost-@value{VERSION}
 @end itemize
 
 You can obtain development source code with
-@command{git clone git://git.cypherpunks.ru/gogost.git}
-(also you can use @url{https://git.cypherpunks.ru/gogost.git}).
+@command{git clone git://git.cypherpunks.su/gogost.git}
+(also you can use @url{https://git.cypherpunks.su/gogost.git}).
index c30624eb5606726ef63e8eb114e9814d661415ff..4f018531ef0413dcae6be0346a3ef0d2a1269d84 100755 (executable)
--- a/makedist
+++ b/makedist
@@ -14,7 +14,7 @@ go mod vendor
 
 cat >download.texi <<EOF
 You can obtain releases source code prepared tarballs on
-@url{http://www.gogost.cypherpunks.ru/}.
+@url{http://www.gogost.cypherpunks.su/}.
 EOF
 
 mkinfo() {
@@ -69,8 +69,8 @@ ssh-keygen -Y sign -f ~/.ssh/sign/gogost@cypherpunks.ru -n file $tarball
 gpg --armor --detach-sign --sign --local-user 82343436696FC85A $tarball
 meta4ra-create -fn "$tarball" -mtime "$tarball" \
     -sig-pgp "$tarball".asc -sig-ssh "$tarball".sig \
-    http://www.gogost.cypherpunks.ru/"$tarball" \
-    http://y.www.gogost.cypherpunks.ru/"$tarball" <"$tarball" >"$tarball".meta4
+    http://www.gogost.cypherpunks.su/"$tarball" \
+    http://y.www.gogost.cypherpunks.su/"$tarball" <"$tarball" >"$tarball".meta4
 
 size=$(( $(stat -f %z $tarball) / 1024 ))
 release_date=$(date "+%Y-%m-%d")
@@ -99,19 +99,19 @@ The main improvements for that release are:
 
 ------------------------ >8 ------------------------
 
-GoGOST'es home page is: http://www.gogost.cypherpunks.ru/
+GoGOST'es home page is: http://www.gogost.cypherpunks.su/
 
 Source code and its signature for that version can be found here:
 
-    http://www.gogost.cypherpunks.ru/gogost-${release}.tar.zst ($size KiB)
-    http://www.gogost.cypherpunks.ru/gogost-${release}.tar.zst.{asc,sig}
+    http://www.gogost.cypherpunks.su/gogost-${release}.tar.zst ($size KiB)
+    http://www.gogost.cypherpunks.su/gogost-${release}.tar.zst.{asc,sig}
 
 OpenPGP key: CEBD 1282 2C46 9C02 A81A  0467 8234 3436 696F C85A
              GoGOST releases <gogost@cypherpunks.ru>
 OpenSSH key: SHA256:u8X9rPDOhxpyzGs/IugbxXbDeOu/0AttKY+LGAvHBH0
 
 Please send questions regarding the use of GoGOST, bug reports and patches
-to mailing list: http://lists.cypherpunks.ru/gost.html
+to mailing list: http://lists.cypherpunks.su/gost.html
 EOF
 
 cat <<EOF
@@ -130,12 +130,12 @@ GoGOST это свободное программное обеспечение 
 
 ------------------------ >8 ------------------------
 
-Домашняя страница GoGOST: http://www.gogost.cypherpunks.ru/
+Домашняя страница GoGOST: http://www.gogost.cypherpunks.su/
 
 Исходный код и его подпись для этой версии могут быть найдены здесь:
 
-    http://www.gogost.cypherpunks.ru/gogost-${release}.tar.zst ($size KiB)
-    http://www.gogost.cypherpunks.ru/gogost-${release}.tar.zst.{asc,sig}
+    http://www.gogost.cypherpunks.su/gogost-${release}.tar.zst ($size KiB)
+    http://www.gogost.cypherpunks.su/gogost-${release}.tar.zst.{asc,sig}
 
 OpenPGP ключ: CEBD 1282 2C46 9C02 A81A  0467 8234 3436 696F C85A
               GoGOST releases <gogost@cypherpunks.ru>
@@ -143,7 +143,7 @@ OpenSSH ключ: SHA256:u8X9rPDOhxpyzGs/IugbxXbDeOu/0AttKY+LGAvHBH0
 
 Пожалуйста, все вопросы касающиеся использования GoGOST, отчёты об
 ошибках и патчи отправляйте в gost почтовую рассылку:
-http://lists.cypherpunks.ru/gost.html
+http://lists.cypherpunks.su/gost.html
 EOF
 
 mv $tmp/$tarball $tmp/"$tarball".asc $tmp/"$tarball".sig $tmp/"$tarball".meta4 $cur/gogost.html/
index deb016d8acda031832e8f5d99334401dcf8d3cfb..e004751f1b439e49bcb69c6da7eac48c84eef0ca 100644 (file)
--- a/www.texi
+++ b/www.texi
@@ -15,7 +15,7 @@ It is
 @url{https://www.gnu.org/philosophy/pragmatic.html, copylefted}
 @url{https://www.gnu.org/philosophy/free-sw.html, free software}:
 licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GPLv3}.
-You can read about GOST algorithms @url{http://www.gost.cypherpunks.ru/, more}.
+You can read about GOST algorithms @url{http://www.gost.cypherpunks.su/, more}.
 
 Currently supported algorithms are:
 
@@ -58,7 +58,7 @@ Currently supported algorithms are:
 @end itemize
 
 Probably you could be interested in
-@url{//www.gostls13.cypherpunks.ru/, Go's support of GOST TLS 1.3}.
+@url{//www.gostls13.cypherpunks.su/, Go's support of GOST TLS 1.3}.
 
 Example 34.10-2012-256 keypair generation, signing and verifying:
 
@@ -88,7 +88,7 @@ func main() {
 @end verbatim
 
 Please send questions, bug reports and patches to
-@url{http://lists.cypherpunks.ru/gost.html, gost}
+@url{http://lists.cypherpunks.su/gost.html, gost}
 mailing list. Announcements also go to this mailing list.
 
 @insertcopying