Skip to content

Commit e81f715

Browse files
FiloSottilegopherbot
authored andcommitted
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 <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]> Auto-Submit: Filippo Valsorda <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 4f48ad5 commit e81f715

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

lib/fips140/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ default:
2727
# copy and edit the 'go run' command by hand to use a different branch.
2828
v%.zip:
2929
git fetch origin master
30-
go run ../../src/cmd/go/internal/fips140/mkzip.go -b master v$*
30+
go run ../../src/cmd/go/internal/fips140/mkzip.go v$*
3131

3232
# normally mkzip refuses to overwrite an existing zip file.
3333
# make v1.2.3.rm removes the zip file and and unpacked

lib/fips140/fips140.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
#
1010
# go test cmd/go/internal/fips140 -update
1111
#
12+
v1.0.0.zip b50508feaeff05d22516b21e1fd210bbf5d6a1e422eaf2cfa23fe379342713b8

lib/fips140/v1.0.0.zip

635 KB
Binary file not shown.

0 commit comments

Comments
 (0)