X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=1bbaa2a19999502a3ae8539a341f8c444aa093fa;hb=d023c8db1c87409d20fbfe4f2f3237922f009fe5;hp=09afc0f4e1d4f4522ea218b036e3da8a38537dec;hpb=ef8c08ce0356e7ed14a37a30fc03061749455b22;p=gogost.git diff --git a/makedist.sh b/makedist.sh index 09afc0f..1bbaa2a 100755 --- a/makedist.sh +++ b/makedist.sh @@ -5,38 +5,97 @@ tmp=$(mktemp -d) release=$1 [ -n "$release" ] +redo-ifchange streebog256 git clone . $tmp/gogost-$release cd $tmp/gogost-$release -git checkout $release -git submodule update --init - -mkdir -p src/cypherpunks.ru/gogost/vendor -cat > $tmp/includes < download.texi < $texi < $texi < $texi < "$tarball".asc +meta4-create -file "$tarball" -mtime "$tarball" -sig "$tarball".asc \ + http://www.gogost.cypherpunks.ru/"$tarball" > "$tarball".meta4 + +size=$(( $(stat -f %z $tarball) / 1024 )) hash=$(gpg --print-md SHA256 < $tarball) hashsb=$($HOME/work/gogost/streebog256 < $tarball) +release_date=$(date "+%Y-%m-%d") cat <8 ------------------------ -GoGOST'es home page is: http://gogost.cypherpunks.ru/ -Also available as I2P service: -http://a5zmymxbjreuvbftgzmu64vcw2ssa3s44c2dn2jryxee6utn34qa.b32.i2p/ +GoGOST'es home page is: http://www.gogost.cypherpunks.ru/ Source code and its signature for that version can be found here: - http://gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB) - http://gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.zst ($size KiB) + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.zst.sig Streebog-256 hash: $hashsb SHA256 hash: $hash @@ -71,7 +128,7 @@ GPG key: CEBD 1282 2C46 9C02 A81A 0467 8234 3436 696F C85A GoGOST releases Please send questions regarding the use of GoGOST, bug reports and patches -to mailing list: https://lists.cypherpunks.ru/mailman/listinfo/gost +to mailing list: http://lists.cypherpunks.ru/gost.html EOF cat <8 ------------------------ -Домашняя страница GoGOST: http://gogost.cypherpunks.ru/ -Также доступная как I2P сервис: -http://a5zmymxbjreuvbftgzmu64vcw2ssa3s44c2dn2jryxee6utn34qa.b32.i2p/ +Домашняя страница GoGOST: http://www.gogost.cypherpunks.ru/ Исходный код и его подпись для этой версии могут быть найдены здесь: - http://gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB) - http://gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.zst ($size KiB) + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.zst.sig Streebog-256 хэш: $hashsb SHA256 хэш: $hash @@ -106,7 +161,8 @@ GPG ключ: CEBD 1282 2C46 9C02 A81A 0467 8234 3436 696F C85A Пожалуйста, все вопросы касающиеся использования GoGOST, отчёты об ошибках и патчи отправляйте в gost почтовую рассылку: -https://lists.cypherpunks.ru/mailman/listinfo/gost +http://lists.cypherpunks.ru/gost.html EOF -mv $tmp/$tarball $tmp/"$tarball".sig $cur/gogost.html/ +mv $tmp/$tarball $tmp/"$tarball".sig $tmp/"$tarball".meta4 $cur/gogost.html/ +rm -fr $tmp