Revisions of go1.13

Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 805917 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 25)
- go1.13.11 (released 2020/05/14) includes fixes to the compiler.
  Refs boo#1149259.
  * go#38442 cmd/compile: unexpected nil dereference on s390x
buildservice-autocommit accepted request 799326 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 24)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 798919 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 23)
- Requires binutils-gold for %arm and aarch64 - boo#1170826
buildservice-autocommit accepted request 792590 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 22)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 792589 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 21)
- go1.13.10 (released 2020/04/08) includes fixes to the go command,
  the runtime, os/exec, and time packages.
  Refs boo#1149259.
  * go#38236 time: NewTicker will not emit ticks at a frequency greater than 1/sec on qemu user mode ppc64le
  * go#38082 cmd/go/internal/test: data race in (*runCache).builderRunTest
  * go#37901 cmd/compile/internal/syntax: TestStdLib verbosely broken on Windows
  * go#37895 os: TestRemoveAllWithMoreErrorThanReqSize is failing on Plan 9 and Windows
  * go#37892 net/http: TestCancelRequestWithChannelBeforeDo_Cancel failure on Windows long test
  * go#37802 cmd/go: 'Access is denied' when renaming module cache directory
  * go#37483 runtime: "fatal error: unexpected signal" 0xC0000005 on Windows for a small program with a large allocation
  * go#37433 os/exec: environForSysProcAttr is never called as sysattr.Env is never nil
  * go#37230 PowerRegisterSuspendResumeNotification error on Azure App Services with go 1.13.7
buildservice-autocommit accepted request 787073 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 20)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 787029 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 19)
- go1.13.9 (released 2020/03/19) includes fixes to the go command,
  tools, the runtime, the toolchain, and the crypto/cypher package.
  Refs boo#1149259.
- Packaging sync accumulated changes from go1.12
- Use gcc9 by default by updating define gcc_go_version 9 (was 8)
  * drop unneeded patch gcc8-go.patch
- Fix broken go_api evaluation (1.12 < 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.
- Add %ifarch %arm aarch64 BuildRequires: binutils-gold to fix
  collect2: fatal error: cannot find 'ld'-
buildservice-autocommit accepted request 774247 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 18)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 774245 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 17)
- go1.13.8 (released 2020/02/12) includes fixes to the runtime, the
  crypto/x509, and net/http packages.
  Refs boo#1149259.
  * go#37067 crypto/x509: MarshalPKCS8PrivateKey doc says RSA private key while it supports more than that
  * go#36583 net/http: HTTP/2 with MaxConnsPerHost hangs or crashes
  * go#36575 runtime: "PowerRegisterSuspendResumeNotification failed with errno= 87" when running in Windows docker containers
  * Truncate changelog for versions older than go1.13

  Refs boo#1149259.
buildservice-autocommit accepted request 768368 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 16)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 768364 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 15)
- go1.13.7 (released 2020/01/28) includes two security fixes to
  the crypto/x509 package.
  * go#36838 crypto/x509, x/crypto/cryptobyte: panic in certificate parsing
  * go#36835 crypto/x509: certificate validation bypass on Windows 10
buildservice-autocommit accepted request 762911 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 14)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 762906 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 13)
- go1.13.6 (released 2020/01/09) includes fixes to the runtime and the net/http package

- Update changelog with additional detail for go1.13.4 go1.13.5
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 755648 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 12)
initialized devel package after accepting 755648
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 755493 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 10)
- go1.13.5 (released 2019/12/04) includes fixes to the go command, the runtime, the linker, and the net/http package
- go1.13.4 (released 2019/10/31) includes fixes to the net/http and syscall packages
- go1.13.4 or greater is required by Kubernetes 1.17.0
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 742265 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 9)
- Prevent stripping of go .a archives to fix invalid binaries
  produced by build that runs successfully to completion.
  Indication which can be found in build logs is:
  objcopy a(__.PKGDEF): Unable to recognise the format of file
  objcopy a(_go_.o): Unable to recognise the format of file
  * boo#1149638 NO_BRP_STRIP_DEBUG NO_BRP_AR to prevent stripping go .a archives
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 741253 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 8)
- go1.13.3 (released 2019/10/17) includes fixes to the go command,
  the toolchain, the runtime, syscall, net, net/http, and
  crypto/ecdsa packages.
  Refs boo#1149259.
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 741249 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 7)
- go1.13.2 (released 2019/10/17) includes security fixes to
  the compiler and crypto/dsa addressing the following CVE:
  CVE-2019-17596
  Refs boo#1149259.
  * boo#1154402 CVE-2019-17596
  * go#34962 crypto/dsa: invalid public key causes panic in dsa.Verify
  * go#34807 cmd/compile: access to negative slice indices improperly permitted
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 733327 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 6)
Changelog typo
Displaying revisions 21 - 40 of 45
openSUSE Build Service is sponsored by