Skip to content

Commit

Permalink
doc: NaCl requires pepper 41
Browse files Browse the repository at this point in the history
Fixes golang#12062
Updates golang#11961

The sRPC nameservice was removed in pepper 42. For Go 1.5 stipulate
that NaCl requires pepper 41 only.

Change-Id: Ic88ba342d41f673391efaa96fb581712fa10a0fd
Reviewed-on: https://go-review.googlesource.com/13341
Reviewed-by: Andrew Gerrand <[email protected]>
  • Loading branch information
davecheney committed Aug 10, 2015
1 parent 3ae1704 commit e7f4df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/go1.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ <h2 id="ports">Ports</h2>
</p>

<p>
On NaCl, Go 1.5 requires SDK version pepper-39 or above because it now uses the
<code>get_random_bytes</code> system call.
On NaCl, Go 1.5 requires SDK version pepper-41. Later pepper versions are not
compatible due to the removal of the sRPC subsystem from the NaCl runtime.
</p>

<p>
Expand Down

0 comments on commit e7f4df7

Please sign in to comment.