]> Cypherpunks.ru repositories - goredo.git/commitdiff
blake3 with possible darwin fix v0.12.3
authorSergey Matveev <stargrave@stargrave.org>
Wed, 13 Jan 2021 17:52:39 +0000 (20:52 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 13 Jan 2021 17:52:39 +0000 (20:52 +0300)
doc/news.texi
go.mod
go.sum
makedist.sh
usage.go

index 26c580577b0c8054885c1fd9e83e0e417b87b35f..0be2b80eb7b702d3a677fbe62014e41814efd648 100644 (file)
@@ -1,6 +1,14 @@
 @node News
 @unnumbered News
 
+@anchor{Release 0.12.3}
+@section Release 0.12.3
+@itemize
+@item
+    Use an updated @code{lukechampine.com/blake3} with possibly working
+    arm64 macOS fix.
+@end itemize
+
 @anchor{Release 0.12.2}
 @section Release 0.12.2
 @itemize
diff --git a/go.mod b/go.mod
index c0b4c49d1308a6c7979e249c4f2850a83e7c044b..37a1412b99fb28d0a4c958674094675977bd65ea 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -7,5 +7,5 @@ require (
        go.cypherpunks.ru/tai64n v0.2.1
        golang.org/x/sys v0.0.0-20210108172913-0df2131ae363
        golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
-       lukechampine.com/blake3 v1.1.4
+       lukechampine.com/blake3 v1.1.5
 )
diff --git a/go.sum b/go.sum
index 03622cee7b239e376c82b5956930fcbbce0afbc6..07386724a22d326f59cb2ce16807d8afba0ddd6b 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -9,5 +9,5 @@ golang.org/x/sys v0.0.0-20210108172913-0df2131ae363 h1:wHn06sgWHMO1VsQ8F+KzDJx/J
 golang.org/x/sys v0.0.0-20210108172913-0df2131ae363/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf h1:MZ2shdL+ZM/XzY3ZGOnh4Nlpnxz5GSOhOmtHo3iPU6M=
 golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
-lukechampine.com/blake3 v1.1.4 h1:cVl4fhMGfCaCFrs4sBb8R/iEMeL0g4CfQp/sAHBDxOI=
-lukechampine.com/blake3 v1.1.4/go.mod h1:hE8RpzdO8ttZ7446CXEwDP1eu2V4z7stv0Urj1El20g=
+lukechampine.com/blake3 v1.1.5 h1:hsACfxWvLdGmjYbWGrumQIphOvO+ZruZehWtgd2fxoM=
+lukechampine.com/blake3 v1.1.5/go.mod h1:hE8RpzdO8ttZ7446CXEwDP1eu2V4z7stv0Urj1El20g=
index 7889d49e01726b8829ab44f6ff9902d25a21021c..ad38c99d3c3a8c021ede575b8b2a9c554fb71be5 100755 (executable)
@@ -72,11 +72,6 @@ modvendor -v -copy="**/*_test.go **/private-gen.go **/main.go **/vectors.json **
 rm -rf vendor/golang.org/x/sys/plan9 vendor/golang.org/x/sys/windows
 find vendor/golang.org/x/sys -name "*_test.go" -delete
 find . \( -name .gitignore -o -name .travis.yml \) -delete
-
-rm vendor/lukechampine.com/blake3/cpu_darwin.go
-sed -n -i.tmp '3,$p' vendor/lukechampine.com/blake3/cpu.go
-rm vendor/lukechampine.com/blake3/cpu.go.tmp
-
 cd ..
 
 ########################################################################
index bfcb2134d934992086ef6ff8e5f84ef4292af849..5aadc1c8470aaa5d4b7079f7c79097c10bb55a77 100644 (file)
--- a/usage.go
+++ b/usage.go
@@ -26,7 +26,7 @@ import (
 )
 
 const (
-       Version  = "0.12.2"
+       Version  = "0.12.3"
        Warranty = `This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, version 3 of the License.