]> Cypherpunks.ru repositories - gogost.git/commitdiff
Better compression won't hurt
authorSergey Matveev <stargrave@stargrave.org>
Mon, 22 Apr 2024 14:20:59 +0000 (17:20 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 22 Apr 2024 14:22:24 +0000 (17:22 +0300)
install.texi
makedist

index 409e67e821d941db879a7431ca342bcfa43b75e3..3e72eb0f8adc65e86cbf3f8fdc276a67d7be8a49 100644 (file)
@@ -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
index 36f671bc5684fa4eaf649e228261954959b29f8f..7fcab769d68cb4c3143374e066ba81bec40ea585 100755 (executable)
--- 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