X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=download.texi;h=de64c9f31b8e8e42698c3a46e8e921b7983b1e3b;hb=348eb9427e27321ed8b82dd5e8c80b17e9108425;hp=a1f31e2917d12f9c1ca191afed457790dc1f5cf8;hpb=3b8c2f43918f958e1c47601d3165dc7434d6a867;p=gocheese.git diff --git a/download.texi b/download.texi index a1f31e2..de64c9f 100644 --- a/download.texi +++ b/download.texi @@ -1,17 +1,3 @@ -@node Download -@unnumbered Download - -Preferable way is to download tarball with the signature from -website and, for example, run tests with benchmarks: - -@verbatim -$ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-2.2.0.tar.xz -$ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-2.2.0.tar.xz.sig -$ gpg --verify gocheese-2.2.0.tar.xz.sig gocheese-2.2.0.tar.xz -$ xz -d < gocheese-2.2.0.tar.xz | tar xf - -$ make -C gocheese-2.2.0 all test -@end verbatim - @multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} @headitem Version @tab Date @tab Size @tab Tarball @tab SHA256 checksum @@ -20,34 +6,3 @@ $ make -C gocheese-2.2.0 all test @tab @code{5AA24DA6 C03C51BD 5C45CD50 AA1F19B5 6360C892 3ED86F06 D0F2B8FA 4C8CCB5B} @end multitable - -You @strong{have to} verify downloaded tarballs integrity and -authenticity to be sure that you retrieved trusted and untampered -software. @url{https://www.gnupg.org/, GNU Privacy Guard} is used -for that purpose. - -For the very first time it is necessary to get signing public key and -import it. It is provided below, but you should check alternative -resources. - -@verbatim -pub rsa2048/0xCD5CD01F55343D88 2019-12-08 [SC] - 9B27640BA78437EC6D4ACA6CCD5CD01F55343D88 -uid GoCheese releases -@end verbatim - -@itemize - -@item -@verbatim -$ gpg --auto-key-locate dane --locate-keys gocheese at cypherpunks dot ru -$ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot ru -@end verbatim - -@item -@verbatiminclude PUBKEY.asc - -@end itemize - -You can obtain development source code with -@command{git clone git://git.cypherpunks.ru/gocheese.git}.