From 4d989ebdb931ef9c87b62486ba987ba1fa9c6ab1 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 19 Nov 2016 23:20:39 +0300 Subject: [PATCH] Use 1.1 version instead of 1.0, that is not available for downloading --- INSTALL | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.44.0