]> Cypherpunks.ru repositories - govpn.git/commitdiff
Update cryptographic libraries
authorSergey Matveev <stargrave@stargrave.org>
Sun, 27 Aug 2017 08:56:01 +0000 (11:56 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 27 Aug 2017 09:56:08 +0000 (12:56 +0300)
.gitmodules
doc/download.texi
src/golang.org/x/crypto
src/golang.org/x/sys [new submodule]
utils/makedist.sh

index c837a039e17a5ea45e75cc416ebcd3cbe97f1dda..8b03d42057f6d46223b8695c24ddb201205987b6 100644 (file)
@@ -14,3 +14,6 @@
        path = src/gopkg.in/yaml.v2
        url = https://github.com/go-yaml/yaml.git
        branch = v2
+[submodule "src/golang.org/x/sys"]
+       path = src/golang.org/x/sys
+       url = https://go.googlesource.com/sys
index db57da9e1968a90a39d67271c02a90428c7cbdea..463aa91408662278ddc0c4276575c0cfd960e630 100644 (file)
@@ -13,6 +13,7 @@ Tarballs include all necessary required libraries:
 @item @code{github.com/bigeagle/water} @tab GNU/Linux @tab BSD 3-Clause
 @item @code{github.com/go-yaml/yaml} @tab All @tab Apache License 2.0 and MIT
 @item @code{golang.org/x/crypto} @tab All @tab BSD 3-Clause
+@item @code{golang.org/x/sys} @tab All @tab BSD 3-Clause
 @end multitable
 
 @multitable {XXXXX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
index 573951cbe80bb6352881271bb276f48749eab6f4..81e90905daefcd6fd217b62423c0908922eadb30 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 573951cbe80bb6352881271bb276f48749eab6f4
+Subproject commit 81e90905daefcd6fd217b62423c0908922eadb30
diff --git a/src/golang.org/x/sys b/src/golang.org/x/sys
new file mode 160000 (submodule)
index 0000000..2d6f6f8
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 2d6f6f883a06fc0d5f4b14a81e4c28705ea64c15
index 70e42845d40ab9de649a71384a2d14287d0798b4..7b1547bdd7a15b9c00b17e1ca9e451ce7028aac2 100755 (executable)
@@ -12,6 +12,7 @@ repos="
     src/github.com/bigeagle/water
     src/gopkg.in/yaml.v2
     src/golang.org/x/crypto
+    src/golang.org/x/sys
 "
 for repo in $repos; do
     git clone $repo $tmp/govpn-$release/$repo
@@ -31,6 +32,12 @@ golang.org/x/crypto/chacha20poly1305/internal/chacha20
 golang.org/x/crypto/curve25519
 golang.org/x/crypto/poly1305
 golang.org/x/crypto/ssh/terminal
+golang.org/x/sys/AUTHORS
+golang.org/x/sys/CONTRIBUTORS
+golang.org/x/sys/LICENSE
+golang.org/x/sys/PATENTS
+golang.org/x/sys/README
+golang.org/x/sys/unix
 EOF
 tar cfCI - src $tmp/includes | tar xfC - $tmp
 rm -fr src/golang.org