Skip to content

Commit

Permalink
env: update Plan 9 image
Browse files Browse the repository at this point in the history
This new image is based on the latest
Plan 9 CD image (2015-01-10) and includes
two fixes.

The ethervirtio driver was fixed to
prevent 10 trailing bytes in received
frames.

The TCP stack was fixed to calculate
the MSS properly in incoming connections.

Update golang/go#9491

Change-Id: Ic42378ffbd5fc43e664632b2c5923b84aac5f639
Reviewed-on: https://go-review.googlesource.com/3280
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
0intro committed Jan 25, 2015
1 parent 00baa2b commit 7b28d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env/plan9-386/make.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e

# Download Plan 9
if ! sha1sum -c plan9-gce.iso.sha1; then
curl --fail -O http://9legacy.org/download/go/2015-01-22/plan9-gce.iso.bz2
curl --fail -O http://9legacy.org/download/go/2015-01-25/plan9-gce.iso.bz2
bunzip2 plan9-gce.iso.bz2
sha1sum -c plan9-gce.iso.sha1
fi
Expand Down
2 changes: 1 addition & 1 deletion env/plan9-386/plan9-gce.iso.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e081e6e1d04688af0e4b9a2b4c911ec4ae1992f1 plan9-gce.iso
bd6130449b742ecc5f558153676ee660f66806f6 plan9-gce.iso

0 comments on commit 7b28d61

Please sign in to comment.