]> Cypherpunks.ru repositories - pygost.git/blobdiff - makedist.sh
More TC26 ASN.1 test vectors
[pygost.git] / makedist.sh
index 1fc9f34b591451521df5c3c89e3933c957fdcb4d..2693bd259a4fdd6b3649f85a9bfe7ad8840ba37a 100755 (executable)
@@ -15,10 +15,11 @@ tarball=pygost-"$release".tar.xz
 size=$(( $(wc -c < $tarball) / 1024 ))
 hash=$(gpg --print-md SHA256 < $tarball)
 hashsb=$($HOME/work/gogost/streebog256 < $tarball)
+release_date=$(date "+%Y-%m-%d")
 
 cat <<EOF
 An entry for documentation:
-@item $release @tab $size KiB
+@item @ref{Release $release, $release} @tab $release_date @tab $size KiB
 @tab @url{pygost-${release}.tar.xz, link} @url{pygost-${release}.tar.xz.sig, sign}
 @tab @code{$hash}
 @tab @code{$hashsb}
@@ -39,12 +40,12 @@ The main improvements for that release are:
 
 ------------------------ >8 ------------------------
 
-PyGOST'es home page is: http://www.cypherpunks.ru/pygost/
+PyGOST'es home page is: http://pygost.cypherpunks.ru/
 
 Source code and its signature for that version can be found here:
 
-    http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz ($size KiB)
-    http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz.sig
+    http://pygost.cypherpunks.ru/pygost-${release}.tar.xz ($size KiB)
+    http://pygost.cypherpunks.ru/pygost-${release}.tar.xz.sig
 
 Streebog-256 hash: $hashsb
 SHA256 hash: $hash
@@ -71,12 +72,12 @@ PyGOST это свободное программное обеспечение 
 
 ------------------------ >8 ------------------------
 
-Домашняя страница PyGOST: http://www.cypherpunks.ru/pygost/
+Домашняя страница PyGOST: http://pygost.cypherpunks.ru/
 
 Исходный код и его подпись для этой версии могут быть найдены здесь:
 
-    http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz ($size KiB)
-    http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz.sig
+    http://pygost.cypherpunks.ru/pygost-${release}.tar.xz ($size KiB)
+    http://pygost.cypherpunks.ru/pygost-${release}.tar.xz.sig
 
 Streebog-256 хэш: $hashsb
 SHA256 хэш: $hash