[Pkg-golang-commits] [golang] branch golang-1.9 updated (c437ea3 -> fd15225)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Wed Feb 7 21:48:36 UTC 2018


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

mwhudson-guest pushed a change to branch golang-1.9
in repository golang.

      from  c437ea3   releasing package golang-1.9 version 1.9.3-1
      adds  7c94de3   New upstream version 1.9.4
       new  d928ed5   Updated version 1.9.4 from 'upstream/1.9.4'
       new  9ff4fcc   New upstream version, fixing CVE-2018-6574.
       new  fd15225   releasing package golang-1.9 version 1.9.4-1

The 3 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 +-
 debian/changelog                          |   6 +
 doc/contrib.html                          |   2 +-
 doc/devel/release.html                    |  22 ++-
 misc/cgo/errors/err1.go                   |   2 +-
 src/cmd/cgo/doc.go                        |  12 +-
 src/cmd/compile/internal/gc/noder.go      |  16 ++
 src/cmd/dist/build.go                     |   2 +-
 src/cmd/go/alldocs.go                     |  31 ++--
 src/cmd/go/go_test.go                     | 149 ++++++++++++++++++-
 src/cmd/go/internal/envcmd/env.go         |   7 +-
 src/cmd/go/internal/help/helpdoc.go       |  31 ++--
 src/cmd/go/internal/load/pkg.go           |  94 ++++++++++--
 src/cmd/go/internal/work/build.go         |  80 ++++++++--
 src/cmd/go/internal/work/security.go      | 160 ++++++++++++++++++++
 src/cmd/go/internal/work/security_test.go | 240 ++++++++++++++++++++++++++++++
 16 files changed, 796 insertions(+), 60 deletions(-)
 create mode 100644 src/cmd/go/internal/work/security.go
 create mode 100644 src/cmd/go/internal/work/security_test.go

-- 
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