]> Cypherpunks.ru repositories - gogost.git/commitdiff
Update dependencies v5.12.0
authorSergey Matveev <stargrave@stargrave.org>
Thu, 3 Aug 2023 14:19:05 +0000 (17:19 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 3 Aug 2023 14:23:48 +0000 (17:23 +0300)
go.mod
go.sum
gogost.go
makedist
news.texi
www.do

diff --git a/go.mod b/go.mod
index 8d1b9375067d7327af8d511865a0542869986836..e30c1e51a2ae4dd5cb99811895bdb9d11649104f 100644 (file)
--- 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 cdcbe20672504fba1d2616d34434146b0512b788..8e2b0fe5e54c65f1b3defe7912ed1a10c4b9f722 100644 (file)
--- 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=
index d34624ffb4ab67443be1698961f08593c77895d2..496885e37b1a4f0908b69f0d3190d99d9f7ce974 100644 (file)
--- 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"
index 1cf553ea5704a00d9f8309e13e85ff55baa2d286..5963aeb639ca9daa8c1d053777d91aa4033b3546 100755 (executable)
--- 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
index 3b0a8af2ecc236fae1c31f5a4bef90ef5451f957..01a789a69f0e0cd85f146585cf568a543827d6ab 100644 (file)
--- 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 b3fdb848088be5f48e9ea16c131a36176fc7d2b4..30aa8334abc91e7ae0a733390cd12541d977b029 100644 (file)
--- 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 \