From 396449e6699fa1b20740d0a66303710f658680ef Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 22 Apr 2024 17:20:59 +0300 Subject: [PATCH] Better compression won't hurt --- install.texi | 2 +- makedist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.texi b/install.texi index 409e67e..3e72eb0 100644 --- a/install.texi +++ b/install.texi @@ -8,7 +8,7 @@ website and, for example, run tests with benchmarks: $ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.zst $ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.zst.@{asc,sig@} [verify signature] -$ zstd -d gogost-@value{VERSION}.tar.zst | tar xf - +$ tar xf gogost-@value{VERSION}.tar.zst $ cd gogost-@value{VERSION} $ go build -mod=vendor -o streebog256 ./cmd/streebog256 $ echo hello world | ./streebog256 diff --git a/makedist b/makedist index 36f671b..7fcab76 100755 --- a/makedist +++ b/makedist @@ -63,7 +63,7 @@ chmod +x bench cd .. tar cvf gogost-"$release".tar --uid=0 --gid=0 --numeric-owner gogost-"$release" -zstd -19 -v gogost-"$release".tar +zstd -22 --ultra -v gogost-"$release".tar tarball=gogost-"$release".tar.zst ssh-keygen -Y sign -f ~/.ssh/sign/gogost@cypherpunks.ru -n file $tarball gpg --armor --detach-sign --sign --local-user 82343436696FC85A $tarball -- 2.44.0