[Pkg-golang-commits] [golang] branch upstream-sid updated (64f344c -> f4fa1ef)

Michael Stapelberg michael at stapelberg.de
Fri Sep 26 21:39:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

stapelberg pushed a change to branch upstream-sid
in repository golang.

      from  64f344c   Imported Upstream version 1.3.1
       new  f4fa1ef   Imported Upstream version 1.3.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 VERSION                                            |   2 +-
 doc/devel/release.html                             |   9 +-
 misc/cgo/test/cgo_test.go                          |   1 +
 misc/cgo/test/issue7978.go                         | 103 +++++++++++++++++++++
 src/pkg/crypto/tls/handshake_server.go             |   4 +
 src/pkg/crypto/tls/handshake_server_test.go        |  26 ++++++
 ...eTicket => Server-TLSv12-IssueTicketPreDisable} |  56 +++++------
 ...TLSv12-RSA-RC4 => Server-TLSv12-ResumeDisabled} |  60 ++++++------
 src/pkg/crypto/tls/ticket.go                       |   3 +-
 src/pkg/net/http/httptest/server_test.go           |   1 +
 src/pkg/runtime/cgocall.c                          |   6 +-
 src/pkg/runtime/proc.c                             |  20 +++-
 src/pkg/runtime/runtime.h                          |   1 +
 src/run.bash                                       |   2 +
 src/run.bat                                        |   7 ++
 15 files changed, 237 insertions(+), 64 deletions(-)
 create mode 100644 misc/cgo/test/issue7978.go
 copy src/pkg/crypto/tls/testdata/{Server-TLSv12-IssueTicket => Server-TLSv12-IssueTicketPreDisable} (67%)
 copy src/pkg/crypto/tls/testdata/{Server-TLSv12-RSA-RC4 => Server-TLSv12-ResumeDisabled} (60%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list