From: Sergey Matveev Date: Thu, 3 Aug 2023 14:19:05 +0000 (+0300) Subject: Update dependencies X-Git-Tag: v5.12.0^0 X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=commitdiff_plain;h=ff4c5fb649871b47a3ab73c16999523f5432bd34 Update dependencies --- diff --git a/go.mod b/go.mod index 8d1b937..e30c1e5 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module go.cypherpunks.ru/gogost/v5 go 1.20 -require golang.org/x/crypto v0.6.0 +require golang.org/x/crypto v0.11.0 diff --git a/go.sum b/go.sum index cdcbe20..8e2b0fe 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/crypto v0.6.0 h1:qfktjS5LUO+fFKeJXZ+ikTRijMmljikvG68fpMMruSc= -golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= +golang.org/x/crypto v0.11.0 h1:6Ewdq3tDic1mg5xRO4milcWCfMVQhI4NkqWWvqejpuA= +golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio= diff --git a/gogost.go b/gogost.go index d34624f..496885e 100644 --- a/gogost.go +++ b/gogost.go @@ -1,4 +1,4 @@ // Pure Go GOST cryptographic functions library. package gogost -const Version = "5.11.0" +const Version = "5.12.0" diff --git a/makedist b/makedist index 1cf553e..5963aeb 100755 --- a/makedist +++ b/makedist @@ -1,11 +1,12 @@ #!/bin/sh -ex +PATH=$HOME/work/meta4ra/contrib:$PATH cur=$(pwd) tmp=$(mktemp -d) release=$1 [ -n "$release" ] -redo-ifchange streebog256 +[ -x streebog256 ] || go build -o streebog256 ./cmd/streebog256 git clone . $tmp/gogost-$release cd $tmp/gogost-$release git checkout v$release diff --git a/news.texi b/news.texi index 3b0a8af..01a789a 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,10 @@ @table @strong +@anchor{Release 5.12.0} +@item 5.12.0 +Updated dependencies. + @anchor{Release 5.11.0} @item 5.11.0 You can check if public key is on curve with diff --git a/www.do b/www.do index b3fdb84..30aa833 100644 --- a/www.do +++ b/www.do @@ -2,7 +2,7 @@ redo-ifchange *.texi html=gogost.html rm -f $html/*.html ${MAKEINFO:-makeinfo} --html \ - -D "VERSION `./VERSION`" \ + -D "VERSION `./version`" \ --set-customization-variable NO_CSS=1 \ --set-customization-variable SECTION_NAME_IN_TITLE=1 \ --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \