Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

go1.11-doc-1.11.13-lp152.4.3.1 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 updates for ppc64le

Name: go1.11-doc Distribution: openSUSE Leap 15.2
Version: 1.11.13 Vendor: openSUSE
Release: lp152.4.3.1 Build date: Thu Jul 23 18:52:51 2020
Group: Documentation/Other Build host: obs-power9-07
Size: 4203149 Source RPM: go1.11-1.11.13-lp152.4.3.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://golang.org
Summary: Go documentation
Go examples and documentation.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Jun 08 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Ensure ARM arch is set properly - boo#1169832
* Wed Apr 29 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Requires binutils-gold for %arm and aarch64 - boo#1170826
* Wed Apr 15 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - armv7 build hangs with gcc7-go on Leap 15.2, so use go1.4 (bsc#1167874)
* Mon Mar 16 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - %arm requires binutils-gold to build with go1.4 (bsc#1167874)
* Thu Nov 28 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Make use of gcc9-go for Tumbleweed since gcc8 has been dropped
  - Drop gcc8-go.patch and add gcc9-go.patch
* Mon Oct 21 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix broken go_api evaluation (1.11 < 1.5, when evaluated as floats),
    let RPM evaluate the expression, drop no longer required bc.
  - Own the gdbinit.d directory, avoid the build dependency on gdb.
* Tue Aug 13 2019 Jeff Kowalczyk <jkowalczyk@suse.com>
  - go1.11.13 (released 2019/08/13) includes security fixes to the
    net/http and net/url packages addressing CVEs:
    CVE-2019-9512 CVE-2019-9514 CVE-2019-14809
    Refs boo#1141688.
    * bnc#1146111 VUL-0: CVE-2019-9512: go: HTTP/2: flood using PING frames results in unbounded memory growth
    * bnc#1146115 VUL-0: CVE-2019-9514: go: HTTP/2 implementation is vulnerable to a reset flood, potentially leading to a denial of service
    * bnc#1146123 VUL-0: CVE-2019-14809: go: malformed hosts in URLs leads to authorization bypass
    * go#33632 net/url: URL.Parse Multiple Parsing Issues
    * go#33630 net/http: Denial of Service vulnerabilities in the HTTP/2 implementation
* Wed Jul 10 2019 Jeff Kowalczyk <jkowalczyk@suse.com>
  - go1.11.12 (released 2019/07/08) includes fixes to the compiler and
    the linker.
    Refs boo#1141688.
    * go#32711 cmd/compile: wrong calculation result for bit operation
      that's inlined and has all constant shifts in rewrite rules
    * go#32696 debug/dwarf: cgo produces malformed DWARF data
    * go#32582 cmd/compile: `switch` statement on a custom `int32` type
      with negative values behaves differently in two consecutive calls
* Tue Jul 09 2019 Martin Liška <mliska@suse.cz>
  - Set NO_BRP_AR in order to workaround issues when ar is used for
    a Go ELF file.
* Tue Jun 18 2019 Jeff Kowalczyk <jkowalczyk@suse.com>
  - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
    shortcut the build queues by allowing usage of systemd-mini.
    Originally from Dominique Leuenberger <dimstar@opensuse.org>
* Mon Jun 17 2019 Jeff Kowalczyk <jkowalczyk@suse.com>
  - go1.11.11 (released 2019/06/11) includes a fix to the crypto/x509 package.
    Refs boo#1141688.
    * go#32366 net/http: make Transport ignore 408 timeout messages from server
    * go#32281 crypto/x509: macos 10.14 SIGSEGV in crypto/x509._Cfunc_FetchPEMRoots
    * go#30525 cmd/go: MacOS binaries invalid for eventual Apple Notary
    * go#29618 cmd/go: downloads follow plain-HTTP redirects even when the -insecure flag is not set
* Tue May 07 2019 Jeff Kowalczyk <jkowalczyk@suse.com>
  - go1.11.10 (released 2019/05/06) includes fixes to the runtime and
    the linker.
    Refs boo#1141688.
    * go#31195 cmd/go: pseudoversions can refer to external commits
    * go#30989 runtime: dll injection vulnerabilities on Windows
* Mon Apr 15 2019 Jeff Kowalczyk <jkowalczyk@suse.com>
  - go1.11.9 (released 2019/04/11) fixes an issue where using the prebuilt binary
    releases on older versions of GNU/Linux led to failures when linking programs
    that used cgo. Only Linux users who hit this issue need to update.
    Unpackaged go1.11.8 (released 2019/04/08) was accidentally released by
    upstream without its intended fix. It is identical to go1.11.7, except for
    its version number. The intended fix is in go1.11.9. go1.11.8 was never
    packaged for SUSE and openSUSE.
    Refs boo#1141688.
    * go#31293 runtime/cgo: unrecognized relocation with binaries shipped in go1.11.7
* Sat Apr 06 2019 Jeff Kowalczyk <jkowalczyk@suse.com>
  - go1.11.7 (released 2019/04/05) includes fixes to the runtime
    and the net packages.
    Refs boo#1141688.
    * go#30872 runtime: write barrier incorrect on wasm
* Thu Mar 14 2019 Jeff Kowalczyk <jkowalczyk@suse.com>
  - go1.11.6 (released 2019/03/14) includes fixes to includes fixes
    to cgo, the compiler, linker, runtime, go command, and the
    crypto/x509, encoding/json, net, and net/url packages.
    Refs boo#1141688.
    * go#30815 misc/cgo/test: failing TestCrossPackageTests
    * go#30444 crypto/x509: darwin-386 build is broken
    * go#30081 crypto/x509: certificates with AKID don't chain to parents without SKID
    * go#29967 cmd/cgo: -Waddress-of-packed-member warnings poping up with gcc9 in cgo-gcc-prolog
    * go#29944 x/tools/go/packages: TestLoadImportsGraph failure with custom GOCACHE
    * go#29923 net/url: URL allows malformed query round trip
    * go#29906 x/build/cmd/release: Go 1.11.5 amd64 tarball includes /gocache and /tmp Builders
    * go#29700 net: TestLookupGmailTXT is failing
    * go#29645 x/tools/godoc/redirect: offer Gerrit/Rietveld CL disambiguation when needed
    * go#29565 runtime: fatal error: found bad pointer in Go heap
    * go#29564 x/tools/cmd/godoc: add x/website redirect
    * go#29503 cmd/compile: incorrect code generation bug when taking slice[:0]
    * go#29447 x/sys/unix: go1.11 on mips64le fails at TestFstatat on Debian build
    * go#29442 cmd/go: go1.11.4 toolchain3 build fail with "slice bounds out of range" on 32-bit MIPS on Debian build
    * go#29364 encoding/json: custom UnmarshalTypeError no longer has struct context
    * go#29307 cmd/compile, cmd/link: relocation target go.builtin.error.Error not defined
    * go#28986 runtime: OS thread appears to be re-used despite never releasing runtime.LockOSThread()
    * go#28346 cmd/go: `go test -c` does not respect gcflags sometimes
    * go#26039 crypto/x509: root_cgo_darwin and root_nocgo_darwin omit some system certs
    * go#25041 runtime: runtime.Caller returns invalid zero frame
* Mon Mar 11 2019 Martin Liška <mliska@suse.cz>
  - Add gcc9-rsp-clobber.patch in order to fix bsc#1121397.
* Fri Feb 08 2019 Jan Engelhardt <jengelh@inai.de>
  - Fix erroneous trailing backslash in %post script.
  - Use better forms of -exec \; in some places.
* Thu Jan 24 2019 Jeff Kowalczyk <jkowalczyk@suse.com>
  - go1.11.5 (released 2019/01/23) security release fixes CVE-2019-6486 (bsc#1123013).
    Refs boo#1141688.
    * go#29903 crypto/elliptic: CPU DoS vulnerability affecting P-521 and P-384
* Sat Dec 15 2018 Aleksa Sarai <asarai@suse.com>
  - Make our profile.d/go.sh no longer set GOROOT=, in order to make switching
    between versions no longer break. This ends up removing the need for go.sh
    entirely (because GOPATH is also set automatically). boo#1119634
* Sat Dec 15 2018 Jeff Kowalczyk <jkowalczyk@suse.com>
  - go1.11.4 (released 2018/12/14) includes fixes to cgo, the compiler, linker,
    runtime, documentation, go command, and the net/http and go/types packages.
    It includes a fix to a bug introduced in Go 1.11.3 that broke go get for
    import path patterns containing "..." (boo#1119706). See the Go 1.11.4 milestone on our
    issue tracker for details.
    https://github.com/golang/go/issues?q=milestone%3AGo1.11.4+label%3ACherryPickApproved
    Refs boo#1141688.
    * go#29272 misc/cgo/test: issue24161 tests broken on Darwin
    * go#29248 cmd/go: "go get" fails on import path patterns with wildcards ("...")
    * go#29191 cmd/go: symbolic links not dropped from repo
    * go#29112 cmd/link: too many open files on high object-count dependencies
    * go#28974 cmd/go: need to backport relaxing of go.mod go verb constraints to 1.11 series
    * go#28972 go/types: problem with alias type
    * go#28916 cmd/cgo: nested structure has too much alignment padding
    * go#28799 runtime: fatal error: out of memory on reslice with negative index
    * go#28752 reflect: scanning invalid return slots during a makeFunc call
    * go#28725 cmd/go: panic when argument doesn't match any packages
    * go#28694 cmd/compile: inline multiplication corrupts an argument on arm
    * go#28690 runtime: ThreadSanitizer CHECK failed
    * go#28673 x/net/http2: Transport is leaking streams on broken Body
    * go#28617 cmd/compile: panic during fuse with if true block containing a goto and a return
    * go#28586 cmd/compile: go binaries not working on exynos 64 bit CPUs
    * go#27395 cmd/cgo: typedef pointer arguments regression
    * go#27383 cmd/compile: failure on a function type alias
* Thu Dec 13 2018 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Update to Go 1.11.3 (released 2018/12/13). This includes fixes to
    the crypto/x509 and cmd/go packages. See the Go 1.11.3 milestone
    on upstream tracker for details:
    https://github.com/golang/go/issues?q=milestone%3AGo1.11.3
    Refs boo#1141688.
    * bsc#1118897 CVE-2018-16873
      go#29230 cmd/go: remote command execution during "go get -u"
    * bsc#1118898 CVE-2018-16874
      go#29231 cmd/go: directory traversal in "go get" via curly braces in import paths
    * bsc#1118899 CVE-2018-16875
      go#29233 crypto/x509: CPU denial of service
    * Upstream is aware of a functionality regression in "go get" when
      executed in GOPATH mode on an import path pattern containing "..."
      (e.g., "go get github.com/golang/pkg/..."), when downloading
      packages not already present in the GOPATH workspace. This is go#29241
      and will be resolved in the next minor patch release go-1.11.4
* Mon Dec 10 2018 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Fix build error with PIE linker flags on ppc64le. bsc#1113978 boo#1098017
    * gccgo on ppc64le with default PIE enabled fails with:
      error while loading shared libraries:
      R_PPC64_ADDR16_HA re10143fb0c for symbol `' out of range
    * linuxppc-dev discussion:
      "PIE binaries are no longer mapped below 4 GiB on ppc64le"
      https://lists.ozlabs.org/pipermail/linuxppc-dev/2018-November/180862.html
    * Add for ppc64le only: #!BuildIgnore: gcc-PIE
    * OBS environment defaults to PIE
    * Upstream fix for go buildmode PIE desired, track upstream go#28531
* Fri Dec 07 2018 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Remove obsolete patch:
    * armv6l.patch
  - Enable %arm build
  - Build with go1.4 instead of gccgo for Tumbleweed (fix %arm build)
* Mon Nov 05 2018 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Update to go1.11.2 (released 2018/11/02)
    * includes fixes to the compiler, linker, documentation, go command,
      and the database/sql and go/types packages.
      Refs boo#1141688.
  - cmd/compile:
    * function argument hiding built-in function results in a compiler crash go#27399
    * go build panics when 'len' keyword was unintentionally shadowed go#27973
  - cmd/go:
    * 'go test -coverprofile' emits slash-separated paths on Windows go#27487
    * `go help build` mentions -mod=release, which is not supported go#27398
    * for go mod download, -dir option does not exist go#27498
    * git export-subst causes hash mismatches go#28094
  - cmd/trace:
    * SWEEP events' swept/reclaimed bytes info is not emitted go#27717
  - database/sql:
    * confusing MaxIdleClosed statistic go#28325
  - go/types:
    * embedded interface behavior now dependent on file name ordering go#28249
  - misc/wasm:
    * Microsoft Edge 18 (latest) crashes due to TextEncoder not being supported go#27393
  - net:
    * io.CopyN fails to copy from file to net.Conn on Windows go#27411
  - runtime:
    * wasm: all goroutines asleep and no JavaScript callback pending - deadlock go#27425
  - Fix formatting in go1.11.changes
* Tue Oct 02 2018 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Update to go1.11.1 (released 2018/10/01)
    * includes fixes to the compiler, documentation, go command, runtime,
      and the crypto/x509, encoding/json, go/types, net, net/http and reflect
      packages.
      Refs boo#1141688.
  - cmd/compile:
    * bad walkinrange rewrites on constant above 2**63
    * function compiled without bounds checking and -1 index access
    * missing bounds checks in 1.11
    * panic in cmd/compile/internal/gc.typecheck1
    * race detector detects race with close(chan) and len(chan)
  - cmd/go:
    * 'go test -gcflags=all=-l' appears not to disable inlining
    * GOMIPS environment variable does not affect caching of mipsle code
    * TestScript/mod_install_versioned consistently failing on macOS High Sierra
    * build fails when setting linker to lld using ldflags
    * go list -json -compiled -test -e upspin.io/test fails with non-zero exit status
  - doc:
    * GOFLAGS environment variable not in 1.11 release notes
    * downloads page claims that Go 1.11 supports unsupported operating systems Documentation
  - encoding/json:
    * empty fields in json.UnmarshalTypeError
  - go/types:
    * assertion failure setting up composite literal with incomplete element type
    * some facts are missing after an error
  - net/http:
    * WASM Roundtripper crash when using "no-cors" mode
  - net:
    * LookupTXT bug
    * empty DNS answers should fail fast
    * testSpliceReaderAtEOF closed connection: got err = splice: invalid argument
  - reflect:
    * MethodByName().Interface() leads to fatal error: sweep increased allocation count
  - runtime:
    * invalid pointer found on stack
    * timeouts in os/signal tests
* Tue Aug 28 2018 duyizhaozj321@yahoo.com
  - Update to version 1.11:
    * Most of its changes are in the implementation of the toolchain,
      runtime, and libraries. As always, the release maintains the
      Go 1 promise of compatibility. We expect almost all Go programs
      to continue to compile and run as before.
    * For more details check: https://golang.org/doc/go1.11
    Refs boo#1141688.
  - Use gcc8 instead of gcc7 for Factory/Tumbleweed.
  - Update compiler-rt TSAN binary: the precompiled versions of
    LLVM's compiler-rt has updated to commit
    fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26 in go1.11 source.
  - Remove patch:
    * fix-sanitizer-build-against-latest-glibc.patch: upstream fixed.
  - Add patch:
    * gcc8-go.patch: use gcc8 instead of gcc7 for Factory/Tumbleweed.
* Mon Aug 27 2018 duyizhaozj321@yahoo.com
  - Update to version 1.10.4:
    * go1.10.4 (released 2018/08/24) includes fixes to the go command,
      linker, and the net/http, mime/multipart, ld/macho, bytes, and
      strings packages. See the Go 1.10.4 milestone on our issue
      tracker for details.
* Sun Jun 10 2018 duyizhaozj321@yahoo.com
  - Update to version1.10.3:
    * go1.10.3 (released 2018/06/05) includes fixes to the go command,
      and the crypto/tls, crypto/x509, and strings packages. In particular,
      it adds minimal support to the go command for the vgo transition.
      See the Go 1.10.3 milestone on our issue tracker for details.
* Thu May 17 2018 duyizhaozj321@yahoo.com
  - Update to version 1.10.2:
    * includes fixes to the compiler, linker, and go command.
  - Changes in version 1.10.1:
    * includes fixes to the compiler, runtime, and the archive/zip,
      crypto/tls, crypto/x509, encoding/json, net, net/http, and net/http/pprof packages.
* Sun Apr 15 2018 duyizhaozj321@yahoo.com
  - Removed
    * go-1.5-install-dont-reinstall-stdlibs.patch: patch no longer needed.
  - Changed
    * gcc7-go.patch: go1.10 source code changed, patch is no longer applies.
* Sat Mar 03 2018 fcastelli@suse.com
  - Update to go1.10:
    * Most of its changes are in the implementation of the toolchain, runtime, and
      libraries. As always, the release maintains the Go 1 promise of compatibility.
      We expect almost all Go programs to continue to compile and run as before.
    * This release improves caching of built packages, adds caching of successful
      test results, runs vet automatically during tests, and permits passing
      string values directly between Go and C using cgo. A new compiler option
      whitelist may cause unexpected invalid flag errors in code that built
      successfully with older releases.
    * For more details check: https://golang.org/doc/go1.10
  - Removed the following patches:
    * verbose-build.patch: build system changed, patch is no longer applies
    * go-1.5-install-dont-reinstall-stdlibs.patch: patch no longer needed
* Fri Mar 02 2018 fcastelli@suse.com
  - Ensure go binaries are not stripped (eg: go tools trace), this cause
    some of them to misbehave
  - Ensure go trace html template is shipped as part of the installation,
    otherwise the web UI won't work
  - Fix license of go race
* Wed Feb 28 2018 jmassaguerpla@suse.com
  - update to go1.9.4
    * go1.9.2 (released 2017/10/25) includes fixes to the compiler,
    linker, runtime, documentation, go command, and the crypto/x509,
    database/sql, log, and net/smtp packages. It includes a fix to a bug
    introduced in Go 1.9.1 that broke go get of non-Git repositories
    under certain conditions.
    * go1.9.3 (released 2018/01/22) includes fixes to the compiler, runtime,
    and the database/sql, math/big, net/http, and net/url packages.
    * go1.9.4 (released 2018/02/07) includes a security fix to “go get”:
    CVE-2018-6574 (bsc#1080006)
* Sat Feb 24 2018 jmassaguerpla@suse.com
  - fix bsc#1082409: Review dependencies (requires, recommends and supports)
* Thu Dec 21 2017 jmassaguerpla@suse.com
  - Rename package to go1.9
* Thu Oct 26 2017 thipp@suse.de
  - Update to go1.9.2
    go1.9.2 (released 2017/10/25) includes fixes to the compiler,
    linker, runtime, documentation, go command, and the crypto/x509,
    database/sql, log, and net/smtp packages. It includes a fix to a
    bug introduced in Go 1.9.1 that broke go get of non-Git
    repositories under certain conditions. See the Go 1.9.2 milestone
    on our issue tracker for details.
* Sat Oct 21 2017 asarai@suse.com
  - Install $GOROOT/lib packages, to include upstream files such as the timezone
    database. bsc#1064522
* Thu Oct 05 2017 thipp@suse.de
  - Update to go1.9.1
    go1.9.1 (released 2017/10/04) includes two security fixes. See
    the Go 1.9.1 milestone on our issue tracker for details.
    Fixes included:
    * net/smtp: fix PlainAuth to refuse to send passwords to non-TLS
      servers (CVE-2017-15042, bsc#1062087)
    * cmd/go: arbitrary code execution during “go get” or “go get -d”
      (CVE-2017-15041, bsc#1062085)
* Mon Sep 18 2017 thipp@suse.de
  - Update to go1.9
    There are two changes to the language: adding support for type aliases and
    defining when implementations may fuse floating point operations. Most of the
    changes are in the implementation of the toolchain, runtime, and libraries. As
    always, the release maintains the Go 1 promise of compatibility. We expect
    almost all Go programs to continue to compile and run as before.
    The release adds transparent monotonic time support, parallelizes compilation
    of functions within a package, better supports test helper functions, includes
    a new bit manipulation package, and has a new concurrent map type.
    Remove patches:
    - fix_certificates_lookup.patch
    - runtime-bump-MaxGomaxprocs.patch
* Tue Sep 05 2017 thipp@suse.de
  - Fixed incorrectly ghosted files
* Thu Aug 31 2017 thipp@suse.de
  - add fix-sanitizer-build-against-latest-glibc.patch which fixes
    the sanitizer built against certain glibc versions
* Wed Aug 09 2017 asarai@suse.com
  - go-race: add compiler-rt TSAN binary, necessary for the race detector builds
    to work. This requires building compiler-rt from source (becuase upstream Go
    stores precompiled binaries in the tree, and we cannot use them). In
    addition, a %check was added purely to ensure that we don't install the wrong
    version of compiler-rt. boo#1052528
  - go-rpmlintrc: add some entries to address the .syso additions.
* Fri Jul 21 2017 jmassaguerpla@suse.com
  - Remove ruby requirement. golang-macros are not ruby anymore, plus
    this requirement should have been in the golang-packaging package
* Fri Jul 07 2017 jmassaguerpla@suse.com
  - Simplify all the "ifdef suse_version" by removing versions which
    have reach eol (13.* 42.1 sle11*)
* Thu Jul 06 2017 jmassaguerpla@suse.com
  - Add gcc6-go.patch for sle12 and leap42.x and use binutils-gold
    except for s390x/s390
    Remove gcc5-go.patch cause we use gcc6 for sle12 and leap42.x and
    gcc7 for newer versions (factory)
* Sun Jun 18 2017 dmueller@suse.com
  - build with binutils-gold on aarch64, which is hardcoded to
    be used for shared linking due to bugs in BFD binutils
* Fri Jun 02 2017 thipp@suse.de
  - Build with gcc-7 on Tumbleweed
    + Add gcc7-go.patch
* Mon May 29 2017 thipp@suse.de
  - Minor update to go1.8.3
    Fixes included:
    * go1.8.2 (released 2017/05/23) includes a security fix to the
      crypto/elliptic package (CVE-2017-8932, bsc#1040618).
    * go1.8.3 (released 2017/05/24) includes fixes to the compiler, runtime,
      documentation, and the database/sql package.
* Thu May 11 2017 agraf@suse.com
  - Enable gccgo with gcc-6 for SLE12
* Wed May 03 2017 jmassaguerpla@suse.com
  - fix update-alternatives usage. This way, we can either use go1.7 or
    go 1.8 without having to change the docker spec file or any other
    package that requires go 1.7 but it will require go 1.8 in the
    future.
* Thu Apr 27 2017 thipp@suse.de
  - Update to go1.8.1
    Most of its changes are in the implementation of the toolchain, runtime, and
    libraries. There are two minor changes to the language specification. As
    always, the release maintains the Go 1 promise of compatibility. We expect
    almost all Go programs to continue to compile and run as before.
    The release adds support for 32-bit MIPS, updates the compiler back end to
    generate more efficient code, reduces GC pauses by eliminating stop-the-world
    stack rescanning, adds HTTP/2 Push support, adds HTTP graceful shutdown, adds
    more context support, enables profiling mutexes, and simplifies sorting
    slices.
    more at: https://golang.org/doc/go1.8
    Update patches:
    - allow-binary-only-packages.patch
    - gcc5-go.patch
    - gcc6-go.patch
* Wed Apr 26 2017 jmassaguerpla@suse.com
  - Remove mercurial build dependency. Mercurial is a version control
    system, like git. We are not using this in the build service to
    get the sources.
  - Do not set GOBIN. If GOBIN is unset, by default go assumes GOPATH/bin.
    This way, the user can change GOPATH without the need to change GOBIN.
    fix bsc#1026658
* Thu Apr 13 2017 jmassaguerpla@suse.com
  - minor update to go1.7.5 because this is required by
    docker-v17.04.00-ce (bsc#1034053)
    fixes included:
    * go1.7.1 (released 2016/09/07) includes fixes to the compiler, runtime,
      documentation, and the compress/flate, hash/crc32, io, net, net/http,
      path/filepath, reflect, and syscall packages.
      See the Go 1.7.1 milestone on our issue tracker for details:
      https://github.com/golang/go/issues?q=milestone%3AGo1.7.1
    * go1.7.2 was not released. No changelog.
    * go1.7.3 (released 2016/10/19) includes fixes to the compiler, runtime,
      and the crypto/cipher, crypto/tls, net/http, and strings packages.
      See the Go 1.7.3 milestone on our issue tracker for details:
      https://github.com/golang/go/issues?q=milestone%3AGo1.7.3
    * go1.7.4 (released 2016/12/01) includes two security fixes.
      See the Go 1.7.4 milestone on our issue tracker for details:
      https://github.com/golang/go/issues?q=milestone%3AGo1.7.4
    * go1.7.5 (released 2017/01/26) includes fixes to the compiler, runtime,
      and the crypto/x509 and time packages.
      See the Go 1.7.5 milestone on our issue tracker for details:
      https://github.com/golang/go/issues?q=milestone%3AGo1.7.5
* Fri Mar 31 2017 jmassaguerpla@suse.com
  - Add a patch to bump _MaxGomaxprocs so that things like Docker and k8s can run
    properly on NUMA machines. Don't bump this number too high. bsc#1028865
    + runtime-bump-MaxGomaxprocs.patch
* Fri Dec 30 2016 bg@suse.com
  - set libdir for s390x in go.sh
* Fri Dec 30 2016 bg@suse.com
  - define go_arch to s390x
* Wed Dec 21 2016 mpost@suse.com
  - Added s390x to the list of architectures that get built.
* Fri Nov 11 2016 asarai@suse.com
  - Disable stripping to fix __.PKGDEF issues. bsc#964546
    There is an upstream issue about it as well, with a patch which will
    hopefully make Go more resilient to this issue.
      https://github.com/golang/go/issues/17890
* Thu Nov 03 2016 jmassaguerpla@suse.com
  - Make sure we build go using gcc-go in Factory cause there is no go1.4
* Mon Sep 26 2016 jmassaguerpla@suse.com
  - update to go1.7.0 (bsc#996303)
    Most of its changes are in the implementation of the toolchain,
    runtime, and libraries. There is one minor change to the language
    specification.
    The release adds a port to IBM LinuxOne; updates the x86-64 compiler
    back end to generate more efficient code; includes the context package,
    promoted from the x/net subrepository and now used in the standard
    library; and adds support in the testing package for creating
    hierarchies of tests and benchmarks. The release also finalizes
    the vendoring support started in Go 1.5, making it a standard feature.
    more at: https://golang.org/doc/go1.7
    Review patches:
    - armv6l.patch
    - fix_certificates_lookup.patch,
    - go-1.5-install-dont-reinstall-stdlibs.patch
    - gcc5-go.patch
* Fri Sep 23 2016 jmassaguerpla@suse.com
  - Reverting to use gcc-go instead of go1.4 for Factory and Leap
    The fallback boostrap method via go1.4 does not work for Factory because
    of a known bug with binutils 2.27 https://github.com/golang/go/issues/16906.
    Leap will work but we don't have go1.4 in there.
* Wed Sep 21 2016 jmassaguerpla@suse.com
  - update to gcc6-go for Factory
  - add gcc6-go.patch for Factory
  - build with gcc-go for aarch64, ppc64le and ppc64, but for x86_64
    always use go1.4, as it should be according to
    https://golang.org/doc/install/source#go14
* Tue Aug 30 2016 jmassaguerpla@suse.com
  - build ppc64le with gcc-go
* Sun Aug 14 2016 i@marguerite.su
  - fix source location for 3rd-party libraries
* Tue Jul 26 2016 jmassaguerpla@suse.com
  - CVE-2016-5386.patch: fixes bsc#988487 aka https://httpoxy.org/
* Tue Jul 26 2016 jmassaguerpla@suse.com
  - update go go1.6.3 (released 2016/07/17) includes security fixes to the
    <code>net/http/cgi</code> package and <code>net/http</code> package when used in
    a CGI environment. This release also adds support for macOS Sierra.
    See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.6.3">Go
    1.6.3 milestone</a> on our issue tracker for details.
    This fixes: bsc#988487 (CVE-2016-5386), so we remove CVE-2016-5386.patch)
* Tue Jul 19 2016 normand@linux.vnet.ibm.com
  - do not set with_shared for ppc64 (BE)
* Thu Jun 23 2016 dmueller@suse.com
  - bootstrap aarch64 even on SLE via gcc5-go
* Fri Jun 17 2016 i@marguerite.su
  - install shared libraries.
* Fri Jun 10 2016 i@marguerite.su
  - update version 1.6.2
    * fixes to the compiler, runtime, tools, documentation,
      and the mime/multipart, net/http, and sort packages.
* Tue May 24 2016 jmassaguerpla@suse.com
  - Enable build for ppc64le on SLE12 (bsc#981432)
* Tue Apr 26 2016 jmassaguerpla@suse.com
  - fix bsc#974232: CVE-2016-3959: go: Infinite loop in several big
    integer routines
  - Update to version 1.6 (bsc#977394)
    * On Linux on little-endian 64-bit PowerPC (linux/ppc64le), Go 1.6 now supports cgo with external linking and is roughly feature complete.
    * Vendoring support
    * HTTP2 transparent support
    * fix gc and gccgo incompatibility regarding embedded unexported struct types containing exported fields
    * Linux on 64-bit MIPS and Android on 32-bit x86
    * enforced rules for sharing Go pointers with C
    * new mechanism for template reuse
    * performance improvements
    ... and more!
    see more in https://tip.golang.org/doc/go1.6
* Wed Apr 13 2016 jmassaguerpla@suse.com
  - fix bsc#974232 CVE-2016-3959: go: Infinite loop in several big
    integer routines
* Wed Feb 10 2016 fcastelli@suse.com
  - Update to version 1.5.3 (bnc#968949):
    * CVE-2015-8618: go: Carry propagation in Int.Exp Montgomery code in
      math/big library (bnc#960151)
* Sun Jan 10 2016 i@marguerite.su
  - macro.go and golang-macros.rb moved to golang-packaging
* Wed Dec 30 2015 i@marguerite.su
  - macro.go:
    * added golang-macros.rb to deal with complicated macros
      that are hard to be written in shell script
    * support "--with-buildid" which is the former ugly
      "WITH_FAKE_BUILDID" environment variable hack
    * support "--shared" which is "-buildmode=shared -linkshared"
      in case anyone need it
    * add go_api_ver macro which is currently 1.5
  - install shared stdlib on x86_64
  - drop go-wiki-gadget.xml: it hasn't been used from the beginning
  - add go.gdbinit for debug friendly
* Thu Dec 10 2015 matwey.kornilov@gmail.com
  - Updated to 1.5.2:
    This release includes bug fixes to the compiler,
      linker, and the mime/multipart, net, and runtime packages.
      https://golang.org/doc/devel/release.html#go1.5.minor
* Sun Oct 25 2015 guoli_l@126.com
  - Updated to 1.5.1
    This release includes bug fixes to the go command,
      the compiler, assembler, and the fmt, net/textproto,
      net/http, and runtime packages.
      https://golang.org/doc/devel/release.html#go1.5.minor
* Wed Oct 07 2015 mlin@suse.com
  - Adapt to Leap
    * use gcc5-go than go1.4 is the proper requirement for Leap
* Tue Sep 15 2015 dmueller@suse.com
  - go.sh, macros.go, go.spec: add missing bits for aarch64
* Fri Sep 11 2015 dmueller@suse.com
  - enable build for aarch64
  - rediff armv6l.patch
* Sat Aug 22 2015 i@marguerite.su
  - enable ppc64 and ppc64le
* Thu Aug 20 2015 i@marguerite.su
  - update to version 1.5
    * see https://golang.org/doc/go1.5
  - add: go-1.5-build-dont-reinstall-stdlibs.patch
    drop: go-build-dont-reinstall-stdlibs.patch
    * refresh patch
  - add: go-1.5-install-dont-reinstall-stdlibs.patch
    drop: go-install-dont-reinstall-stdlibs.patch
    * refresh patch
  - drop: go-1.4.2-rel.plt-alignment.patch
    * fix by upstream
  - add gcc5-go.patch
    * find /usr/bin/go-5 when bootstrapping with gcc5-go
  - use update-alternatives for /usr/bin/go and profiles.d
    so it can be co-installed with go1.4
* Tue Aug 11 2015 jmassaguerpla@suse.com
  - fix update from 1.3.3
    Update from 1.3.3 was broken in this commit
    https://build.opensuse.org/package/rdiff/devel:languages:go/go?linkrev=base&rev=205
    That commit fixed a dangling symlink in src (src/pkg) by instead
    symlinking src, which broke compatibility.
    This commit fixes it by, instead, symlinking all the files in src.
* Wed Jul 22 2015 schwab@suse.de
  - macros.go: fix missing quotes in %goinstall (bsc#939067)
* Sun Jul 12 2015 i@marguerite.su
  - macros.go: fix "summary-not-capitalized"
* Thu Jul 09 2015 i@marguerite.su
  - macros.go:
    * *-doc can't properly describe what the sub-package really is,
      and they're mostly source codes instead of the claimed "API,
      documentation, and examples". so rename to *-source. and not
      recommend to install them to save users' disk space.
    * %%go_requires should be handled automatically by golang-packaging
    * not recommend to install source package any more,
      so %%go_recommmends set to nil.
* Sun Jul 05 2015 i@marguerite.su
  - macros.go:
    * add a "WITH_FAKE_BUILDID" option to enable the fake build ID
      compution.
    * to fake build ID, you have to make sure your package has only
      one binary. it is nonsense that two or more nonidentical
      binaries have the same build ID.
* Sat Jul 04 2015 i@marguerite.su
  - enable debuginfo
    * the strip workaround (boo#818502) does not need any more
    * re-enable debug_packge/debug_install_post macros
  - add patch: go-1.4.2-rel.plt-alignment.patch
    * cmd/ld: set alignment for the .rel.plt section on 32-bit architectures
    * https://github.com/golang/go/issues/9802
    * or i586 build will fail at extracting debuginfo
  - macros.go:
    * re-enable debug_packge/debug_install_post macros from goprep()
    * add ldflags to gobuild() to compute BUILD ID for debuginfo package
  - go itself doesn't support BUILD ID yet
* Thu Jun 11 2015 fcastelli@suse.com
  - Remove fix_certificates_lookup_on_sles11.patch: this is superseded
    by fix_certificates.patch
  - Add fix_certificates_lookup.patch: force Go to look for certificates only
    in the locations available on openSUSE and SLE. Also ensure certificates
    are found on SLE11 (previous fix_certificates_lookup_on_sles11.patch)
* Thu Jun 11 2015 fcastelli@suse.com
  - Add fix_certificates_lookup_on_sles11.patch: this patch is required
    to have Go programs read the system certificates on SLE11.
    See issue https://github.com/golang/go/issues/6391
* Wed Apr 08 2015 fcastelli@suse.com
  - Fix building of all the Go packages under devel:languages:go. The
    %goprep macro contained some unescaped lines, causing go install to
    attempt the installation of the build artifacts outside of the
    buildroot.
* Mon Mar 30 2015 i@marguerite.su
  - disable debuginfo/debug package creation on all golang packages
    * .a files in golang doesn't contain debuginfo right now,
      so extract a debug package will cause
      "Failed to write file: invalid section alignment"
      and we don't need to bother stripping them.
    * we can't depend on good luck for all golang packages, hoping
      they'll pass the build and not randomly fail.
* Fri Mar 20 2015 i@marguerite.su
  - remove "go_disable_brp_strip_static_archive" macro from macros.go,
    which contains redefinition of os_install_post too.
  - disable debug package generation for all architectures, because:
    * build IDs are not generated at all, even for successful builds
    * "Failed to write file: invalid section alignment" on arm/i586.
* Thu Mar 19 2015 i@marguerite.su
  - remove redefinition of os_install_post macro, which was used to
    override brp-strip-static-archive that has been manually removed
    from openSUSE distribution since 2011.05.
  - This might fix i586 builds for openSUSE:Factory:
    * Too many levels of recursion in macro expansion
    * Failed to write file: invalid section alignment
* Sat Mar 07 2015 i@marguerite.su
  - Added Obsoletes for go-vim/emacs, they went to separate projects
* Sun Mar 01 2015 matwey.kornilov@gmail.com
  - Fix dangling-symlink /usr/lib64/go/src/pkg /usr/share/go/src/pkg
* Sun Mar 01 2015 matwey.kornilov@gmail.com
  - allow-binary-only-packages.patch: Revert missed patch and update for 1.4
* Fri Feb 27 2015 matwey.kornilov@gmail.com
  - Updated to 1.4.2:
    Support of editors has been dropped
* Thu Oct 30 2014 fcastelli@suse.com
  - Updated to 1.3.3: includes further bug fixes to cgo, the runtime package,s
    and the nacl port.
  - Changes associated with release 1.3.2: includes bug fixes to cgo and the
    crypto/tls packages. See the change history for details (bnc#898901 -
    CVE-2014-7189).
* Tue Oct 21 2014 dmueller@suse.com
  - avoid stripping debuginfo on arm, it fails (and is not necessary)
* Fri Oct 17 2014 sebastian.kratz@piraten-ahoi.de
  - add armv6l.patch
    * workaround for qemu-arm bug
    * under qemu on armv6 the number of unix signals isn't 64 but 63.
      thus there is an off-by-one error while building and testing.
      this fix now reduces the constant defining the number of signals
      by 1, but that of course means signal handling won't be 100%
      correct.
    * https://groups.google.com/forum/#!topic/golang-nuts/MqKTX_XIOKE

Files

/usr/share/doc/packages/go/1.11/articles
/usr/share/doc/packages/go/1.11/articles/go_command.html
/usr/share/doc/packages/go/1.11/articles/index.html
/usr/share/doc/packages/go/1.11/articles/race_detector.html
/usr/share/doc/packages/go/1.11/articles/wiki
/usr/share/doc/packages/go/1.11/articles/wiki/edit.html
/usr/share/doc/packages/go/1.11/articles/wiki/final-noclosure.go
/usr/share/doc/packages/go/1.11/articles/wiki/final-noerror.go
/usr/share/doc/packages/go/1.11/articles/wiki/final-parsetemplate.go
/usr/share/doc/packages/go/1.11/articles/wiki/final-template.go
/usr/share/doc/packages/go/1.11/articles/wiki/final-test.patch
/usr/share/doc/packages/go/1.11/articles/wiki/final.go
/usr/share/doc/packages/go/1.11/articles/wiki/get.go
/usr/share/doc/packages/go/1.11/articles/wiki/http-sample.go
/usr/share/doc/packages/go/1.11/articles/wiki/index.html
/usr/share/doc/packages/go/1.11/articles/wiki/notemplate.go
/usr/share/doc/packages/go/1.11/articles/wiki/part1-noerror.go
/usr/share/doc/packages/go/1.11/articles/wiki/part1.go
/usr/share/doc/packages/go/1.11/articles/wiki/part2.go
/usr/share/doc/packages/go/1.11/articles/wiki/part3-errorhandling.go
/usr/share/doc/packages/go/1.11/articles/wiki/part3.go
/usr/share/doc/packages/go/1.11/articles/wiki/test.bash
/usr/share/doc/packages/go/1.11/articles/wiki/test_Test.txt.good
/usr/share/doc/packages/go/1.11/articles/wiki/test_edit.good
/usr/share/doc/packages/go/1.11/articles/wiki/test_view.good
/usr/share/doc/packages/go/1.11/articles/wiki/view.html
/usr/share/doc/packages/go/1.11/asm.html
/usr/share/doc/packages/go/1.11/cmd.html
/usr/share/doc/packages/go/1.11/code.html
/usr/share/doc/packages/go/1.11/codewalk
/usr/share/doc/packages/go/1.11/codewalk/codewalk.css
/usr/share/doc/packages/go/1.11/codewalk/codewalk.js
/usr/share/doc/packages/go/1.11/codewalk/codewalk.xml
/usr/share/doc/packages/go/1.11/codewalk/functions.xml
/usr/share/doc/packages/go/1.11/codewalk/markov.go
/usr/share/doc/packages/go/1.11/codewalk/markov.xml
/usr/share/doc/packages/go/1.11/codewalk/pig.go
/usr/share/doc/packages/go/1.11/codewalk/popout.png
/usr/share/doc/packages/go/1.11/codewalk/run
/usr/share/doc/packages/go/1.11/codewalk/sharemem.xml
/usr/share/doc/packages/go/1.11/codewalk/urlpoll.go
/usr/share/doc/packages/go/1.11/conduct.html
/usr/share/doc/packages/go/1.11/contrib.html
/usr/share/doc/packages/go/1.11/contribute.html
/usr/share/doc/packages/go/1.11/debugging_with_gdb.html
/usr/share/doc/packages/go/1.11/devel
/usr/share/doc/packages/go/1.11/devel/pre_go1.html
/usr/share/doc/packages/go/1.11/devel/release.html
/usr/share/doc/packages/go/1.11/devel/weekly.html
/usr/share/doc/packages/go/1.11/diagnostics.html
/usr/share/doc/packages/go/1.11/docs.html
/usr/share/doc/packages/go/1.11/editors.html
/usr/share/doc/packages/go/1.11/effective_go.html
/usr/share/doc/packages/go/1.11/gccgo_contribute.html
/usr/share/doc/packages/go/1.11/gccgo_install.html
/usr/share/doc/packages/go/1.11/go-logo-black.png
/usr/share/doc/packages/go/1.11/go-logo-blue.png
/usr/share/doc/packages/go/1.11/go-logo-white.png
/usr/share/doc/packages/go/1.11/go1.1.html
/usr/share/doc/packages/go/1.11/go1.10.html
/usr/share/doc/packages/go/1.11/go1.11.html
/usr/share/doc/packages/go/1.11/go1.2.html
/usr/share/doc/packages/go/1.11/go1.3.html
/usr/share/doc/packages/go/1.11/go1.4.html
/usr/share/doc/packages/go/1.11/go1.5.html
/usr/share/doc/packages/go/1.11/go1.6.html
/usr/share/doc/packages/go/1.11/go1.7.html
/usr/share/doc/packages/go/1.11/go1.8.html
/usr/share/doc/packages/go/1.11/go1.9.html
/usr/share/doc/packages/go/1.11/go1.html
/usr/share/doc/packages/go/1.11/go1compat.html
/usr/share/doc/packages/go/1.11/go_faq.html
/usr/share/doc/packages/go/1.11/go_mem.html
/usr/share/doc/packages/go/1.11/go_spec.html
/usr/share/doc/packages/go/1.11/gopher
/usr/share/doc/packages/go/1.11/gopher/README
/usr/share/doc/packages/go/1.11/gopher/appenginegopher.jpg
/usr/share/doc/packages/go/1.11/gopher/appenginegophercolor.jpg
/usr/share/doc/packages/go/1.11/gopher/appenginelogo.gif
/usr/share/doc/packages/go/1.11/gopher/biplane.jpg
/usr/share/doc/packages/go/1.11/gopher/bumper.png
/usr/share/doc/packages/go/1.11/gopher/bumper192x108.png
/usr/share/doc/packages/go/1.11/gopher/bumper320x180.png
/usr/share/doc/packages/go/1.11/gopher/bumper480x270.png
/usr/share/doc/packages/go/1.11/gopher/bumper640x360.png
/usr/share/doc/packages/go/1.11/gopher/doc.png
/usr/share/doc/packages/go/1.11/gopher/favicon.svg
/usr/share/doc/packages/go/1.11/gopher/fiveyears.jpg
/usr/share/doc/packages/go/1.11/gopher/frontpage.png
/usr/share/doc/packages/go/1.11/gopher/gopherbw.png
/usr/share/doc/packages/go/1.11/gopher/gophercolor.png
/usr/share/doc/packages/go/1.11/gopher/gophercolor16x16.png
/usr/share/doc/packages/go/1.11/gopher/help.png
/usr/share/doc/packages/go/1.11/gopher/modelsheet.jpg
/usr/share/doc/packages/go/1.11/gopher/pencil
/usr/share/doc/packages/go/1.11/gopher/pencil/gopherhat.jpg
/usr/share/doc/packages/go/1.11/gopher/pencil/gopherhelmet.jpg
/usr/share/doc/packages/go/1.11/gopher/pencil/gophermega.jpg
/usr/share/doc/packages/go/1.11/gopher/pencil/gopherrunning.jpg
/usr/share/doc/packages/go/1.11/gopher/pencil/gopherswim.jpg
/usr/share/doc/packages/go/1.11/gopher/pencil/gopherswrench.jpg
/usr/share/doc/packages/go/1.11/gopher/pkg.png
/usr/share/doc/packages/go/1.11/gopher/project.png
/usr/share/doc/packages/go/1.11/gopher/ref.png
/usr/share/doc/packages/go/1.11/gopher/run.png
/usr/share/doc/packages/go/1.11/gopher/talks.png
/usr/share/doc/packages/go/1.11/help.html
/usr/share/doc/packages/go/1.11/ie.css
/usr/share/doc/packages/go/1.11/install-source.html
/usr/share/doc/packages/go/1.11/install.html
/usr/share/doc/packages/go/1.11/play
/usr/share/doc/packages/go/1.11/play/fib.go
/usr/share/doc/packages/go/1.11/play/hello.go
/usr/share/doc/packages/go/1.11/play/life.go
/usr/share/doc/packages/go/1.11/play/peano.go
/usr/share/doc/packages/go/1.11/play/pi.go
/usr/share/doc/packages/go/1.11/play/sieve.go
/usr/share/doc/packages/go/1.11/play/solitaire.go
/usr/share/doc/packages/go/1.11/play/tree.go
/usr/share/doc/packages/go/1.11/progs
/usr/share/doc/packages/go/1.11/progs/cgo1.go
/usr/share/doc/packages/go/1.11/progs/cgo2.go
/usr/share/doc/packages/go/1.11/progs/cgo3.go
/usr/share/doc/packages/go/1.11/progs/cgo4.go
/usr/share/doc/packages/go/1.11/progs/defer.go
/usr/share/doc/packages/go/1.11/progs/defer2.go
/usr/share/doc/packages/go/1.11/progs/eff_bytesize.go
/usr/share/doc/packages/go/1.11/progs/eff_qr.go
/usr/share/doc/packages/go/1.11/progs/eff_sequence.go
/usr/share/doc/packages/go/1.11/progs/eff_unused1.go
/usr/share/doc/packages/go/1.11/progs/eff_unused2.go
/usr/share/doc/packages/go/1.11/progs/error.go
/usr/share/doc/packages/go/1.11/progs/error2.go
/usr/share/doc/packages/go/1.11/progs/error3.go
/usr/share/doc/packages/go/1.11/progs/error4.go
/usr/share/doc/packages/go/1.11/progs/go1.go
/usr/share/doc/packages/go/1.11/progs/gobs1.go
/usr/share/doc/packages/go/1.11/progs/gobs2.go
/usr/share/doc/packages/go/1.11/progs/image_draw.go
/usr/share/doc/packages/go/1.11/progs/image_package1.go
/usr/share/doc/packages/go/1.11/progs/image_package2.go
/usr/share/doc/packages/go/1.11/progs/image_package3.go
/usr/share/doc/packages/go/1.11/progs/image_package4.go
/usr/share/doc/packages/go/1.11/progs/image_package5.go
/usr/share/doc/packages/go/1.11/progs/image_package6.go
/usr/share/doc/packages/go/1.11/progs/interface.go
/usr/share/doc/packages/go/1.11/progs/interface2.go
/usr/share/doc/packages/go/1.11/progs/json1.go
/usr/share/doc/packages/go/1.11/progs/json2.go
/usr/share/doc/packages/go/1.11/progs/json3.go
/usr/share/doc/packages/go/1.11/progs/json4.go
/usr/share/doc/packages/go/1.11/progs/json5.go
/usr/share/doc/packages/go/1.11/progs/run.go
/usr/share/doc/packages/go/1.11/progs/slices.go
/usr/share/doc/packages/go/1.11/progs/timeout1.go
/usr/share/doc/packages/go/1.11/progs/timeout2.go
/usr/share/doc/packages/go/1.11/root.html
/usr/share/doc/packages/go/1.11/security.html
/usr/share/doc/packages/go/1.11/share.png
/usr/share/doc/packages/go/1.11/tos.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 13:01:01 2024