Commit Graph

210 Commits

Author SHA256 Message Date
Jeff Kowalczyk
cbdce56cad Accepting request 684130 from home:jfkw:branches:devel:languages:go
Revert change from 1.12 to short_version, they diverge after 1.12.1 etc.

OBS-URL: https://build.opensuse.org/request/show/684130
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=326
2019-03-12 01:22:43 +00:00
Jeff Kowalczyk
20231052fc Accepting request 684125 from home:frispete:go
actually use the short_version value

OBS-URL: https://build.opensuse.org/request/show/684125
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=325
2019-03-12 00:05:19 +00:00
Jeff Kowalczyk
6dafb5d78d Accepting request 684105 from home:darix:apps
- bump the package only to 1.12 for distros where this actually
  builds

OBS-URL: https://build.opensuse.org/request/show/684105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=324
2019-03-11 20:46:24 +00:00
Jeff Kowalczyk
27c9a9ffb1 Accepting request 683684 from home:jfkw:branches:devel:languages:go
- go1.12 (released 2019/02/25) includes changes in the implementation of the
  toolchain, runtime, and libraries. As always, the release maintains the Go 1
  promise of compatibility. Upstream expects almost all Go programs to continue
  to compile and run as before.
  * GO111MODULE=on enables module-aware operations outside of a module directory
  * GODEBUG=tls13=1 enables opt-in support for TLS 1.3 in the crypto/tls package
    per RFC 8446. Will be default in go1.13.
  * trace tool now supports plotting mutator utilization curves, including
    cross-references to the execution trace. These are useful for analyzing the
    impact of the garbage collector on application latency and throughput.
  * arm64 assembler platform register renamed from R18 to R18_PLATFORM
  * improvements to gc
  * race detector is now supported on linux/arm64
  * cgo is now supported on linux/ppc64
  * go1.12 is the last release that will support binary-only packages.

OBS-URL: https://build.opensuse.org/request/show/683684
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=323
2019-03-11 06:32:37 +00:00
Jeff Kowalczyk
a537180629 Accepting request 668235 from home:jfkw:branches:devel:languages:go
go1.11.5 go1.10.8 (released 2019/01/23) security release fixes CVE-2019-6486.
go#29903 crypto/elliptic: CPU DoS vulnerability affecting P-521 and P-384

OBS-URL: https://build.opensuse.org/request/show/668235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=322
2019-01-24 06:54:01 +00:00
Jeff Kowalczyk
3500d20b89 - 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 "...". 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
  * 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=321
2018-12-15 18:04:18 +00:00
Jeff Kowalczyk
04b99592ee - 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
  * 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=320
2018-12-14 00:11:19 +00:00
Jordi Massaguer
ec4e8d8d13 Accepting request 648707 from home:cyphar:go:provides
- Revert golang(API) removal since it turns out this breaks >= requires in
  certain cases. Instead we recommend that folks set Prefer: go in all of their
  projects. boo#1114209

OBS-URL: https://build.opensuse.org/request/show/648707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=319
2018-11-13 09:56:18 +00:00
Jeff Kowalczyk
fb920de9b0 Accepting request 645772 from home:cyphar:go:provides-fixup
- Remove golang(API) provides, since the go<ver> packages now provide this and
  providing it here causes issues when building under SLE12 (not to mention
  being confusing -- since golang(API) is used to pin versions). boo#1114209

OBS-URL: https://build.opensuse.org/request/show/645772
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=317
2018-11-05 04:22:34 +00:00
Jeff Kowalczyk
dbc8672f64 - Update to version 1.11.1:
* includes fixes to the compiler, documentation, go command, runtime,
    and the crypto/x509, encoding/json, go/types, net, net/http and reflect
    packages.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=316
2018-10-06 16:18:22 +00:00
Jeff Kowalczyk
e55823b73f - Fix stray 1.10 version reference preventing 1.11 only package solutions
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=315
2018-09-28 05:01:57 +00:00
Jeff Kowalczyk
b4ea880ce0 - 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
- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=314
2018-09-26 22:41:26 +00:00
Jordi Massaguer
fe2a9cea7e Accepting request 631822 from home:stawidy:branches:devel:languages:go
- 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.

OBS-URL: https://build.opensuse.org/request/show/631822
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=313
2018-09-26 15:45:46 +00:00
Jordi Massaguer
d3a420ebb0 Accepting request 615802 from home:stawidy:branches:devel:languages:go
- 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.

OBS-URL: https://build.opensuse.org/request/show/615802
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=312
2018-06-15 16:34:44 +00:00
Jordi Massaguer
a947699eec Accepting request 610058 from home:stawidy:branches:devel:languages:go
- 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.
- Changes in version 1.10:
  * 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.

OBS-URL: https://build.opensuse.org/request/show/610058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=311
2018-05-17 14:14:27 +00:00
Jordi Massaguer
9d37d33cc9 Accepting request 576056 from home:dimstar:Factory
- Provide golang(API) = 1.9, so that this symbol can be required
  and provided, as preferred one, by the unversioned go package.

OBS-URL: https://build.opensuse.org/request/show/576056
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=310
2018-04-26 09:25:50 +00:00
Jordi Massaguer
ef048a6290 Accepting request 576997 from home:Guillaume_G:branches:devel:languages:go
- Enable build for %arm

OBS-URL: https://build.opensuse.org/request/show/576997
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=309
2018-03-02 16:42:52 +00:00
Jordi Massaguer
747cd9a700 Accepting request 580943 from home:jordimassaguerpla:branch:update_go_1_9_4
- Update to 1.9.4

OBS-URL: https://build.opensuse.org/request/show/580943
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=307
2018-02-28 12:23:39 +00:00
Jordi Massaguer
f3893d2261 Accepting request 579829 from home:jordimassaguerpla:branch:d:l:g:fix_bsc_1082409
OBS-URL: https://build.opensuse.org/request/show/579829
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=306
2018-02-27 12:39:23 +00:00
Thomas Hipp
a35d18e75e Accepting request 559142 from home:jordimassaguerpla:branch:d_l_g:meta_go
OBS-URL: https://build.opensuse.org/request/show/559142
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=304
2017-12-22 09:22:22 +00:00
Aleksa Sarai
37b368d465 Accepting request 536894 from home:thipp:branches:devel:languages:go
- 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.

OBS-URL: https://build.opensuse.org/request/show/536894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=303
2017-10-26 16:57:46 +00:00
Thomas Hipp
9654131ffd Accepting request 535653 from home:cyphar:go:lib_timezone
- Install $GOROOT/lib packages, to include upstream files such as the timezone
  database. bsc#1064522

OBS-URL: https://build.opensuse.org/request/show/535653
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=302
2017-10-23 06:05:56 +00:00
Thomas Hipp
31b9d559ed Accepting request 531542 from home:thipp:branches:devel:languages:go
- 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.

OBS-URL: https://build.opensuse.org/request/show/531542
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=300
2017-10-09 12:05:22 +00:00
Thomas Hipp
d6a1d1bfdf Accepting request 527061 from home:thipp:branches:devel:languages:go
- 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

OBS-URL: https://build.opensuse.org/request/show/527061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=299
2017-09-19 12:42:07 +00:00
Thomas Hipp
190d666829 Accepting request 521373 from home:thipp:branches:devel:languages:go
- Fixed incorrectly ghosted files

OBS-URL: https://build.opensuse.org/request/show/521373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=298
2017-09-06 08:44:16 +00:00
Jordi Massaguer
d8d338d05d Accepting request 520010 from home:thipp:branches:devel:languages:go
- add fix-sanitizer-build-against-latest-glibc.patch which fixes
  the sanitizer built against certain glibc versions

OBS-URL: https://build.opensuse.org/request/show/520010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=297
2017-09-01 11:21:15 +00:00
Jordi Massaguer
36f9e3fe6d Accepting request 517313 from home:cyphar:go
- 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.

OBS-URL: https://build.opensuse.org/request/show/517313
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=294
2017-08-23 14:01:00 +00:00
Thomas Hipp
45c2daeed9 Accepting request 511951 from home:jordimassaguerpla:branch:Vc:fix_seccomp_and_dm
- Remove ruby requirement. golang-macros are not ruby anymore, plus
  this requirement should have been in the golang-packaging package

OBS-URL: https://build.opensuse.org/request/show/511951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=292
2017-07-24 09:27:50 +00:00
Jordi Massaguer
f4a0ff5be5 Accepting request 509364 from home:jordimassaguerpla:branch:enable_gcc6_for_sle12_and_fix_s390x
- Simplify all the "ifdef suse_version" by removing versions which
  have reach eol (13.* 42.1 sle11*)

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

OBS-URL: https://build.opensuse.org/request/show/509364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=290
2017-07-12 10:30:13 +00:00
Thomas Hipp
a413509243 Accepting request 504529 from devel:ARM:Factory
- build with binutils-gold on aarch64, which is hardcoded to
 be used for shared linking due to bugs in BFD binutils

OBS-URL: https://build.opensuse.org/request/show/504529
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=288
2017-06-23 10:42:38 +00:00
Jordi Massaguer
1f52f557fd Accepting request 500676 from home:thipp:branches:devel:languages:go
- Build with gcc-7 on Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/500676
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=285
2017-06-06 09:09:32 +00:00
Jordi Massaguer
702364f488 Accepting request 498928 from home:thipp:branch:devel:languages:go
- Minor update to go1.8.3

OBS-URL: https://build.opensuse.org/request/show/498928
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=284
2017-05-29 11:00:01 +00:00
Thomas Hipp
7757a088fd Accepting request 497883 from home:jordimassaguerpla:branch:d:l:g:fix_update_alternatives
fix update-alternatives usage

OBS-URL: https://build.opensuse.org/request/show/497883
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=283
2017-05-24 11:06:00 +00:00
Jordi Massaguer
0a35006c8a Accepting request 491619 from home:thipp:branch:devel:languages:go
- Update to go1.8.1

OBS-URL: https://build.opensuse.org/request/show/491619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=282
2017-04-27 15:07:49 +00:00
Thomas Hipp
6c5b24c1e9 Accepting request 491343 from Virtualization:containers
- 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.
- 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
- CVE-2016-5386.patch: fixes bsc#988487 aka https://httpoxy.org/

This fixes: bsc#988487 (CVE-2016-5386), so we remove CVE-2016-5386.patch)
- Enable build for ppc64le on SLE12 (bsc#981432)
- fix bsc#974232: CVE-2016-3959: go: Infinite loop in several big
  integer routines

OBS-URL: https://build.opensuse.org/request/show/491343
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=281
2017-04-27 13:46:53 +00:00
Thomas Hipp
d2db741d15 Accepting request 487626 from home:jordimassaguerpla:branches:d:l:go:go:remove_mercurial_dep
Fixing i586 builds for openSUSE_Leap_42.3 and openSUSE_Leap_42.2 by removing
mercurial. Anyway, mercurial is a version control system, like git. We are not
using this in the build service to get the sources.

OBS-URL: https://build.opensuse.org/request/show/487626
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=279
2017-04-13 10:15:21 +00:00
Jordi Massaguer
70834be77e Accepting request 482915 from home:bigironman:branches:devel:languages:go
Enabling arch s390x for bootstrapping with gcc5-go

OBS-URL: https://build.opensuse.org/request/show/482915
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=278
2017-03-31 15:16:59 +00:00
Jordi Massaguer
6c7505da54 Accepting request 479045 from home:cyphar:branches:devel:languages:go
- 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

OBS-URL: https://build.opensuse.org/request/show/479045
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=277
2017-03-31 09:53:21 +00:00
Marguerite Su
d127ff8acd Accepting request 449521 from openSUSE:Factory:zSystems
make package build for s390x

OBS-URL: https://build.opensuse.org/request/show/449521
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=275
2017-01-24 03:14:16 +00:00
Jordi Massaguer
f6ca88e30c Accepting request 439834 from home:cyphar:branches:devel:languages:go
Finally fix this issue.

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

OBS-URL: https://build.opensuse.org/request/show/439834
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=273
2016-11-11 09:09:52 +00:00
Thomas Boerger
7d8b641f97 Accepting request 438672 from home:jordimassaguerpla:branch:d:l:g:fix_factory_build
- Make sure we build go using gcc-go in Factory cause there is no go1.4

OBS-URL: https://build.opensuse.org/request/show/438672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=271
2016-11-04 09:36:35 +00:00
Thomas Boerger
c7282e4f72 Accepting request 431323 from home:jordimassaguerpla:branch:d:l:g:update_go_1_7
- 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

OBS-URL: https://build.opensuse.org/request/show/431323
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=270
2016-10-07 10:13:54 +00:00
Thomas Boerger
640fc5b0be Accepting request 430381 from home:jordimassaguerpla:go_use_gccgo_for_factory_opensuse
- 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.

OBS-URL: https://build.opensuse.org/request/show/430381
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=269
2016-09-26 09:03:55 +00:00
Jordi Massaguer
2097ece516 Accepting request 429444 from home:jordimassaguerpla:d:l:g:go_update_gcc6
- update to gcc6-go 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

OBS-URL: https://build.opensuse.org/request/show/429444
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=267
2016-09-22 11:06:28 +00:00
Thomas Boerger
f96a74a648 Accepting request 423855 from home:jordimassaguerpla:branch:d:l:g:enable_ppc64le:go
- build ppc64le with gcc-go

OBS-URL: https://build.opensuse.org/request/show/423855
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=265
2016-08-31 10:36:41 +00:00
Marguerite Su
7c9ec600ce Accepting request 419350 from home:MargueriteSu:branches:devel:languages:go
OBS-URL: https://build.opensuse.org/request/show/419350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=263
2016-08-15 07:01:11 +00:00
Marguerite Su
99aad9851c Accepting request 415274 from home:jordimassaguerpla:update_go_to_1.6.3_to_fix_httpoxy
- 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

OBS-URL: https://build.opensuse.org/request/show/415274
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=261
2016-08-03 02:18:46 +00:00
Marguerite Su
0ce969c219 Accepting request 412123 from home:michel_mno:branches:devel:languages:go
- do not set with_shared for ppc64 (BE) to avoid build error.

OBS-URL: https://build.opensuse.org/request/show/412123
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=259
2016-07-22 07:00:19 +00:00
Flavio Castelli
ee2f2c3c67 Accepting request 404423 from devel:ARM:containers
- bootstrap aarch64 even on SLE via gcc5-go

OBS-URL: https://build.opensuse.org/request/show/404423
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=257
2016-07-04 09:15:40 +00:00
Marguerite Su
2438386604 Accepting request 402845 from home:MargueriteSu:branches:devel:languages:go
OBS-URL: https://build.opensuse.org/request/show/402845
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=255
2016-06-17 06:49:40 +00:00