Hello community,

here is the log from the commit of package go1.11 for openSUSE:Factory checked 
in at 2019-03-22 14:54:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go1.11 (Old)
 and      /work/SRC/openSUSE:Factory/.go1.11.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.11"

Fri Mar 22 14:54:32 2019 rev:8 rq:687006 version:1.11.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.11/go1.11.changes    2019-03-01 
20:26:06.522059172 +0100
+++ /work/SRC/openSUSE:Factory/.go1.11.new.25356/go1.11.changes 2019-03-22 
14:54:44.338047143 +0100
@@ -1,0 +2,32 @@
+Thu Mar 14 23:10:07 UTC 2019 - Jeff Kowalczyk <[email protected]>
+
+- 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.
+  * 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 12:55:04 UTC 2019 - Martin Liška <[email protected]>
+
+- Add gcc9-rsp-clobber.patch in order to fix bsc#1121397.
+
+-------------------------------------------------------------------

Old:
----
  go1.11.5.src.tar.gz

New:
----
  gcc9-rsp-clobber.patch
  go1.11.6.src.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ go1.11.spec ++++++
--- /var/tmp/diff_new_pack.2zv5kZ/_old  2019-03-22 14:54:46.610045810 +0100
+++ /var/tmp/diff_new_pack.2zv5kZ/_new  2019-03-22 14:54:46.614045807 +0100
@@ -82,7 +82,7 @@
 %endif
 
 Name:           go1.11
-Version:        1.11.5
+Version:        1.11.6
 Release:        0
 Summary:        A compiled, garbage-collected, concurrent programming language
 License:        BSD-3-Clause
@@ -103,6 +103,7 @@
 Patch8:         gcc6-go.patch
 Patch9:         gcc7-go.patch
 Patch10:        gcc8-go.patch
+Patch101:       gcc9-rsp-clobber.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # boostrap
 %if %{with_gccgo}
@@ -184,6 +185,7 @@
 %ifarch %{tsan_arch}
 # compiler-rt
 %setup -q -T -b 100 -n compiler-rt-g%{tsan_commit}
+%patch101 -p1
 %endif
 # go
 %setup -q -n go

++++++ gcc9-rsp-clobber.patch ++++++
--- a/lib/sanitizer_common/sanitizer_linux.cc   2018-01-11 23:53:30.000000000 
+0100
+++ b/lib/sanitizer_common/sanitizer_linux.cc.new       2019-03-10 
21:23:23.824919781 +0100
@@ -1243,7 +1243,7 @@
                          "d"(parent_tidptr),
                          "r"(r8),
                          "r"(r10)
-                       : "rsp", "memory", "r11", "rcx");
+                       : "memory", "r11", "rcx");
   return res;
 }
 #elif defined(__mips__)
++++++ go1.11.5.src.tar.gz -> go1.11.6.src.tar.gz ++++++
/work/SRC/openSUSE:Factory/go1.11/go1.11.5.src.tar.gz 
/work/SRC/openSUSE:Factory/.go1.11.new.25356/go1.11.6.src.tar.gz differ: char 
142, line 1


Reply via email to