aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2025-01-29 03:49:06 +0100
committerGopher Robot <gobot@golang.org>2025-01-29 07:10:35 -0800
commite81f7155154c0f5d40363e84a8f24a5b559b5eed (patch)
tree284d8e32d7300018ca95ad93e1afcb21774f03ef
parent4f48ad5c6b2775ab295ea0062b93527cbf4ea9d0 (diff)
downloadgo-e81f7155154c0f5d40363e84a8f24a5b559b5eed.tar.xz
lib/fips140: freeze v1.0.0 FIPS 140 module zip file
make v1.0.0.zip make v1.0.0.test make updatesum Changed the v%.zip Makefile target to use the default of origin/master, as per its comment and intention, instead of the local master. Change-Id: I6a6a4656c097d11b8cdc96766394c984f9c47f82 Reviewed-on: https://go-review.googlesource.com/c/go/+/644645 Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> Auto-Submit: Filippo Valsorda <filippo@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
-rw-r--r--lib/fips140/Makefile2
-rw-r--r--lib/fips140/fips140.sum1
-rw-r--r--lib/fips140/v1.0.0.zipbin0 -> 650281 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/lib/fips140/Makefile b/lib/fips140/Makefile
index cd657ae72f..8dcb8fbebe 100644
--- a/lib/fips140/Makefile
+++ b/lib/fips140/Makefile
@@ -27,7 +27,7 @@ default:
# copy and edit the 'go run' command by hand to use a different branch.
v%.zip:
git fetch origin master
- go run ../../src/cmd/go/internal/fips140/mkzip.go -b master v$*
+ go run ../../src/cmd/go/internal/fips140/mkzip.go v$*
# normally mkzip refuses to overwrite an existing zip file.
# make v1.2.3.rm removes the zip file and and unpacked
diff --git a/lib/fips140/fips140.sum b/lib/fips140/fips140.sum
index 013112d9e5..66b1e23dfe 100644
--- a/lib/fips140/fips140.sum
+++ b/lib/fips140/fips140.sum
@@ -9,3 +9,4 @@
#
# go test cmd/go/internal/fips140 -update
#
+v1.0.0.zip b50508feaeff05d22516b21e1fd210bbf5d6a1e422eaf2cfa23fe379342713b8
diff --git a/lib/fips140/v1.0.0.zip b/lib/fips140/v1.0.0.zip
new file mode 100644
index 0000000000..bd9d3c19d0
--- /dev/null
+++ b/lib/fips140/v1.0.0.zip
Binary files differ