From: Sergey Matveev Date: Sat, 19 Nov 2016 20:20:39 +0000 (+0300) Subject: Use 1.1 version instead of 1.0, that is not available for downloading X-Git-Tag: 2.0~10 X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=commitdiff_plain;h=4d989ebdb931ef9c87b62486ba987ba1fa9c6ab1 Use 1.1 version instead of 1.0, that is not available for downloading --- diff --git a/INSTALL b/INSTALL index 5f1d926..2559000 100644 --- a/INSTALL +++ b/INSTALL @@ -1,11 +1,11 @@ Preferable way is to download tarball with the signature from official website and, for example, run tests with benchmarks: - % wget http://www.cypherpunks.ru/gogost/gogost-1.0.tar.xz - % wget http://www.cypherpunks.ru/gogost/gogost-1.0.tar.xz.sig - % gpg --verify gogost-1.0.tar.xz.sig gogost-1.0.tar.xz - % xz -d < gogost-1.0.tar.gz | tar xf - - % make -C gogost-1.0 bench + % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz + % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz.sig + % gpg --verify gogost-1.1.tar.xz.sig gogost-1.1.tar.xz + % xz -d < gogost-1.1.tar.gz | tar xf - + % make -C gogost-1.1 bench You have to verify downloaded tarballs integrity and authenticity to be sure that you retrieved trusted and untampered software. GNU Privacy