X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=blobdiff_plain;f=makedist.sh;h=433fc9cb854591351884469d7f06964ab59c6d5c;hp=677395fa7b3c2baa63c6f2211fa5f7463b6ca7ae;hb=d27ade88208cf35cce14cfad2b2d7e29b68d0761;hpb=864b17993726aaa57692696747c81285b24df7fe diff --git a/makedist.sh b/makedist.sh index 677395f..433fc9c 100755 --- a/makedist.sh +++ b/makedist.sh @@ -5,23 +5,74 @@ 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 <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 @@ -88,12 +140,12 @@ GoGOST это свободное программное обеспечение ------------------------ >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 @@ -106,3 +158,4 @@ https://lists.cypherpunks.ru/mailman/listinfo/gost EOF mv $tmp/$tarball $tmp/"$tarball".sig $cur/gogost.html/ +rm -fr $tmp