From: Sergey Matveev Date: Thu, 17 Aug 2017 20:16:35 +0000 (+0300) Subject: pygost. and gost. homepages X-Git-Tag: 3.15~52 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=95bb59346421bf99f9d46e47750079848ab549e2 pygost. and gost. homepages --- diff --git a/INSTALL b/INSTALL index db2b97c..6511f44 100644 --- a/INSTALL +++ b/INSTALL @@ -3,8 +3,8 @@ No additional dependencies except Python 2.7/3.x interpreter are required. Preferable way is to download tarball with the signature from official website: - % wget http://www.cypherpunks.ru/pygost/pygost-2.3.tar.xz - % wget http://www.cypherpunks.ru/pygost/pygost-2.3.tar.xz.sig + % wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz + % wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz.sig % gpg --verify pygost-2.3.tar.xz.sig pygost-2.3.tar.xz % xz -d < pygost-2.3.tar.xz | tar xf - % cd pygost-2.3 diff --git a/README b/README index 57009b0..eccf14b 100644 --- a/README +++ b/README @@ -51,8 +51,10 @@ Other examples can be found in docstrings and unittests. PyGOST is free software: see the file COPYING for copying conditions. -PyGOST'es home page is: http://www.cypherpunks.ru/pygost/ -You can read about GOST algorithms more: http://www.cypherpunks.ru/gost/ +PyGOST'es home page is: http://pygost.cypherpunks.ru/ +Also available as I2P service: +http://ynvvto3unx63wbqmwg7mpdgy3ebven7ihhse6bh5yudwllugd6oa.b32.i2p/ +You can read about GOST algorithms more: http://gost.cypherpunks.ru/ Please send questions, bug reports and patches to https://lists.cypherpunks.ru/mailman/listinfo/gost diff --git a/makedist.sh b/makedist.sh index 1fc9f34..482a78b 100755 --- a/makedist.sh +++ b/makedist.sh @@ -39,12 +39,14 @@ The main improvements for that release are: ------------------------ >8 ------------------------ -PyGOST'es home page is: http://www.cypherpunks.ru/pygost/ +PyGOST'es home page is: http://pygost.cypherpunks.ru/ +Also available as I2P service: +http://ynvvto3unx63wbqmwg7mpdgy3ebven7ihhse6bh5yudwllugd6oa.b32.i2p/ Source code and its signature for that version can be found here: - http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz ($size KiB) - http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz.sig + http://pygost.cypherpunks.ru/pygost-${release}.tar.xz ($size KiB) + http://pygost.cypherpunks.ru/pygost-${release}.tar.xz.sig Streebog-256 hash: $hashsb SHA256 hash: $hash @@ -71,12 +73,14 @@ PyGOST это свободное программное обеспечение ------------------------ >8 ------------------------ -Домашняя страница PyGOST: http://www.cypherpunks.ru/pygost/ +Домашняя страница PyGOST: http://pygost.cypherpunks.ru/ +Также доступная как I2P сервис: +http://ynvvto3unx63wbqmwg7mpdgy3ebven7ihhse6bh5yudwllugd6oa.b32.i2p/ Исходный код и его подпись для этой версии могут быть найдены здесь: - http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz ($size KiB) - http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz.sig + http://pygost.cypherpunks.ru/pygost-${release}.tar.xz ($size KiB) + http://pygost.cypherpunks.ru/pygost-${release}.tar.xz.sig Streebog-256 хэш: $hashsb SHA256 хэш: $hash diff --git a/setup.py b/setup.py index 893f7e6..a28d3c2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( description="Pure Python GOST cryptographic functions library", author="Sergey Matveev", author_email="stargrave@stargrave.org", - url="http://www.cypherpunks.ru/pygost/", + url="http://pygost.cypherpunks.ru/", license="GPLv3+", classifiers=[ "Development Status :: 5 - Production/Stable", diff --git a/www.texi b/www.texi index 764e6ca..6311b9a 100644 --- a/www.texi +++ b/www.texi @@ -15,7 +15,9 @@ 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.cypherpunks.ru/gost/, more}. +You can read about GOST algorithms @url{http://gost.cypherpunks.ru/, more}. + +Site is also available as @url{http://ynvvto3unx63wbqmwg7mpdgy3ebven7ihhse6bh5yudwllugd6oa.b32.i2p/, I2P service}. Currently supported algorithms are: @@ -182,8 +184,8 @@ No additional dependencies except Python 2.7/3.x interpreter are required. Preferable way is to download tarball with the signature: @verbatim -% wget http://www.cypherpunks.ru/pygost/pygost-2.3.tar.xz -% wget http://www.cypherpunks.ru/pygost/pygost-2.3.tar.xz.sig +% wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz +% wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz.sig % gpg --verify pygost-2.3.tar.xz.sig pygost-2.3.tar.xz % xz -d < pygost-2.3.tar.xz | tar xf - % cd pygost-2.3