X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=ef291b3490d1ea485802f05699bdb65110b4baa7;hb=ba463d8af0cdec8b8c4747969e19c155dfa61008;hp=6c79acc4f0ece84765ee378882619e053acc5334;hpb=b99823a7000e512f39a92e492675606aaeb9f45b;p=gogost.git diff --git a/makedist.sh b/makedist.sh index 6c79acc..ef291b3 100755 --- a/makedist.sh +++ b/makedist.sh @@ -5,21 +5,74 @@ tmp=$(mktemp -d) release=$1 [ -n "$release" ] +redo-ifchange streebog256 git clone . $tmp/gogost-$release cd $tmp/gogost-$release -git checkout $release - -crypto_path=src/cypherpunks.ru/gogost/vendor/golang.org/x/crypto -mkdir -p $crypto_path -( cd $cur/gopath/pkg/mod/golang.org/x/crypto@v0.0.0-20190701094942-4def268fd1a4 ; \ - tar cf - AUTHORS CONTRIBUTORS LICENSE PATENTS README.md pbkdf2 hkdf ) | - tar xfC - $crypto_path - -find . -name .git -type d | xargs rm -fr -rm -f www* makedist* TODO +git checkout v$release +redo VERSION +go mod vendor +mkdir contrib +cp ~/work/redo/minimal/do contrib/do + +cat > download.texi < $texi < $texi < $texi <8 ------------------------ -GoGOST'es home page is: http://gogost.cypherpunks.ru/ +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.xz ($size KiB) + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig Streebog-256 hash: $hashsb SHA256 hash: $hash @@ -68,7 +121,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/ +Домашняя страница 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.xz ($size KiB) + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig Streebog-256 хэш: $hashsb SHA256 хэш: $hash @@ -101,7 +154,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/ +rm -fr $tmp