From 7711d3fca429d8d19fd8a6923894633b1d3d8f32 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 23 Jul 2020 18:30:33 +0300 Subject: [PATCH] URL fixes --- README | 8 ++++---- install.texi | 6 +++--- makedist.sh | 14 +++++++------- www.texi | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README b/README index 592eb55..68317a6 100644 --- a/README +++ b/README @@ -25,7 +25,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://gostls13.cypherpunks.ru/). +Go's support of GOST TLS 1.3 (http://www.gostls13.cypherpunks.ru/). Known problems: @@ -34,12 +34,12 @@ Known problems: GoGOST is free software: see the file COPYING for copying conditions. -GoGOST'es home page is: http://gogost.cypherpunks.ru/ -You can read about GOST algorithms more: http://gost.cypherpunks.ru/ +GoGOST'es home page is: http://www.gogost.cypherpunks.ru/ +You can read about GOST algorithms more: http://www.gost.cypherpunks.ru/ Please send questions, bug reports and patches to https://lists.cypherpunks.ru/mailman/listinfo/gost mailing list. Announcements also go to this mailing list. Development Git source code repository currently is located here: -https://git.cypherpunks.ru/cgit.cgi/gogost.git/ +http://git.cypherpunks.ru/cgit.cgi/gogost.git/ diff --git a/install.texi b/install.texi index 9ce6459..c7b52c7 100644 --- a/install.texi +++ b/install.texi @@ -7,8 +7,8 @@ Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks: @example -$ [fetch|wget] http://gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz -$ [fetch|wget] http://gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz.sig +$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz +$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz.sig $ gpg --verify gogost-@value{VERSION}.tar.xz.sig gogost-@value{VERSION}.tar.xz $ xz --decompress --stdout gogost-@value{VERSION}.tar.xz | tar xf - $ cd gogost-@value{VERSION} @@ -94,7 +94,7 @@ GoGOST is also @command{go get}-able. For example to use $ go get go.cypherpunks.ru/gogost/cmd/streebog256 @end example -@code{go.cypherpunks.ru} uses @url{http://ca.cypherpunks.ru/, ca.cypherpunks.ru} +@code{go.cypherpunks.ru} uses @url{http://www.ca.cypherpunks.ru/, ca.cypherpunks.ru} certificate authority. If you have issues using either @code{sum.golang.org} or @code{proxy.golang.org}, then you can disable their usage with @env{GOPRIVATE=go.cypherpunks.ru/gogost} environment diff --git a/makedist.sh b/makedist.sh index 5ca9e86..d7f992e 100755 --- a/makedist.sh +++ b/makedist.sh @@ -37,7 +37,7 @@ mkdir -p src/golang.org/x/crypto cat > download.texi <8 ------------------------ -GoGOST'es home page is: http://gogost.cypherpunks.ru/ +GoGOST'es home page is: http://www.gogost.cypherpunks.ru/ Source code and its signature for that version can be found here: - http://gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB) - http://gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB) + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig Streebog-256 hash: $hashsb SHA256 hash: $hash @@ -141,12 +141,12 @@ GoGOST это свободное программное обеспечение ------------------------ >8 ------------------------ -Домашняя страница GoGOST: http://gogost.cypherpunks.ru/ +Домашняя страница GoGOST: http://www.gogost.cypherpunks.ru/ Исходный код и его подпись для этой версии могут быть найдены здесь: - http://gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB) - http://gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB) + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig Streebog-256 хэш: $hashsb SHA256 хэш: $hash diff --git a/www.texi b/www.texi index 3338522..541f896 100644 --- 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://gost.cypherpunks.ru/, more}. +You can read about GOST algorithms @url{http://www.gost.cypherpunks.ru/, more}. Currently supported algorithms are: @@ -57,7 +57,7 @@ Currently supported algorithms are: @end itemize Probably you could be interested in -@url{//gostls13.cypherpunks.ru/, Go's support of GOST TLS 1.3}. +@url{//www.gostls13.cypherpunks.ru/, Go's support of GOST TLS 1.3}. Please send questions, bug reports and patches to @url{https://lists.cypherpunks.ru/mailman/listinfo/gost, gost} -- 2.44.0