Blame packages/g/go1.17/.rev

7c80ab
<revisionlist>
7c80ab
  <revision rev="1" vrev="1">
7c80ab
    <srcmd5>f7bac58ac37aab23969bab5b786ff589</srcmd5>
7c80ab
    <version>1.17.1</version>
7c80ab
    <time>1632173592</time>
7c80ab
    <user>dimstar_suse</user>
7c80ab
    <comment>New package go1.17 version go1.17.1.</comment>
7c80ab
    <requestid>920225</requestid>
7c80ab
  </revision>
d268e8
  <revision rev="2" vrev="1">
d268e8
    <srcmd5>203cffa4ce24e47deb9ba075a8c830dc</srcmd5>
d268e8
    <version>1.17.2</version>
d268e8
    <time>1633963720</time>
d268e8
    <user>dimstar_suse</user>
d268e8
    <comment>- go1.17.2 (released 2021-10-07) includes a security fix to the
d268e8
  linker and misc/wasm directory, as well as bug fixes to the
d268e8
  compiler, the runtime, the go command, and to the time and
d268e8
  text/template packages.
d268e8
  Refs boo#1190649 go1.17 release tracking
d268e8
  CVE-2021-38297
d268e8
  * boo#1191468 go#48797 CVE-2021-38297
d268e8
  * go#48800 security: fix CVE-2021-38297 misc/wasm, cmd/link: do not let command line args overwrite global data
d268e8
  * go#48561 cmd/compile: unsafe.Add bug when adding uint8 value to a pointer
d268e8
  * go#48444 text/template: should t.init() be executed before t.muTmpl.Lock() in AddParseTree() method?
d268e8
  * go#48177 time: output does not respect comma as millisecond separator
d268e8
  * go#47859 time: timer reset sometimes ignored, causing delayed ticks
d268e8
  * go#47756 cmd/go: mod tidy -go=1.17 should move indirect dependencies to the second require part (forwarded request 924124 from jfkw)</comment>
d268e8
    <requestid>924126</requestid>
d268e8
  </revision>
6c3c58
  <revision rev="3" vrev="1">
6c3c58
    <srcmd5>b994b05e17c760c64b8111eb9d0fb0ec</srcmd5>
6c3c58
    <version>1.17.3</version>
6c3c58
    <time>1636218909</time>
6c3c58
    <user>dimstar_suse</user>
6c3c58
    <comment>- go1.17.3 (released 2021-11-04) includes security fixes to the
6c3c58
  archive/zip and debug/macho packages, as well as bug fixes to the
6c3c58
  compiler, linker, runtime, the go command, the misc/wasm
6c3c58
  directory, and to the net/http and syscall packages.
6c3c58
  Refs boo#1190649 go1.17 release tracking
6c3c58
  CVE-2021-41771 CVE-2021-41772
6c3c58
  * boo#1192377 go#48990 CVE-2021-41771
6c3c58
  * go#48992 debug/macho: invalid dynamic symbol table command can cause panic
6c3c58
  * boo#1192378 go#48085 CVE-2021-41772
6c3c58
  * go#48252 archive/zip: Reader.Open panics on empty string
6c3c58
  * go#49199 cmd/go: go list all breaks in //go:build-only repos
6c3c58
  * go#49154 misc/wasm, cmd/link: Go 1.17.2 causes WASM builds to throw command line too long with many environment variables
6c3c58
  * go#49086 cmd/link: -buildmode=pie -linkshared panic at runtime
6c3c58
  * go#49077 x/net/http2: backport critical fixes
6c3c58
  * go#49010 net,runtime: apparent deadlock in (*net.conn).Close and runtime.netpollblock on arm64 platforms
6c3c58
  * go#48823 x/net/http2: client can hang forever if headers' size exceeds connection's buffer size and server hangs past request time
6c3c58
  * go#48650 x/net/http2: pool deadlock
6c3c58
  * go#48479 cmd/compile: 64 bits shifts on arm get wrong results
6c3c58
  * go#48475 cmd/compile: incorrect arm/arm64 simplification rules
6c3c58
  * go#48075 syscall: SysProcAttr{ NoInheritHandles: true } broken in 1.17 on Windows (forwarded request 929548 from jfkw)</comment>
6c3c58
    <requestid>929550</requestid>
6c3c58
  </revision>
3fcb2e
  <revision rev="4" vrev="1">
3fcb2e
    <srcmd5>28d2d496d3ffd5c547c19c2b81d93387</srcmd5>
3fcb2e
    <version>1.17.4</version>
3fcb2e
    <time>1638831546</time>
3fcb2e
    <user>dimstar_suse</user>
3fcb2e
    <comment>- go1.17.4 (released 2021-12-02) includes fixes to the compiler,
3fcb2e
  linker, runtime, and the go/types, net/http, and time packages.
3fcb2e
  Refs boo#1190649 go1.17 release tracking
3fcb2e
  * go#49911 x/net/http2: frequent failures in TestClientConnCloseAtBody
3fcb2e
  * go#49909 x/net/ipv6: TestPacketConnReadWriteMulticast{UDP,ICMP} failing with "i/o timeout" on OpenBSD 6.8 and 7.0
3fcb2e
  * go#49905 x/net/http2: Client doesn't send body until ExpectContinueTimeout expires
3fcb2e
  * go#49868 syscall: ntdll.dll errors in rtlGetNtVersionNumbers via os.StartProcess
3fcb2e
  * go#49729 runtime: "fatal error: unexpected signal during runtime execution" in cmd/go tests on darwin-amd64-race running macOS 12.0
3fcb2e
  * go#49662 x/net/http2: TestUnreadFlowControlReturned_Server failures with stream error "NO_ERROR" since 2021-10-05
3fcb2e
  * go#49624 net/http: Possible HTTP/2 busy loop regression in Go 1.17.3
3fcb2e
  * go#49568 net/http: server responds with Transfer-Encoding: identity
3fcb2e
  * go#49561 x/net/http2: setting Request.Close doesn't close TCP connections
3fcb2e
  * go#49559 net/http: HTTP/2 response body Close method sometimes returns spurious context cancelation error (1.17.3 regression)
3fcb2e
  * go#49511 cmd/compile: init info of OAS node in a select case is being dropped
3fcb2e
  * go#49479 runtime: "morestack on g0" in x/perf/storage/app on windows/arm64
3fcb2e
  * go#49407 time: ParseInLocation error
3fcb2e
  * go#49392 cmd/compile: internal compiler error: Expand calls interface data problem
3fcb2e
  * go#49369 runtime: time goes backwards on windows-arm64 (frequent TestGcLastTime failures)
3fcb2e
  * go#49129 cmd/compile: internal compiler error: can't find source for b12->b4: v31 = MOVBload <bool> v14 v1 : DX
3fcb2e
  * go#48825 go/types, types2: stack overflow in hasVarSize for invalid type (forwarded request 935320 from jfkw)</comment>
3fcb2e
    <requestid>935322</requestid>
3fcb2e
  </revision>
c0977b
  <revision rev="5" vrev="1">
c0977b
    <srcmd5>249782657523205d6fc4799475690adb</srcmd5>
c0977b
    <version>1.17.5</version>
c0977b
    <time>1639340827</time>
c0977b
    <user>dimstar_suse</user>
c0977b
    <comment>- go1.17.5 (released 2021-12-09) includes security fixes to the
c0977b
  syscall and net/http packages.
c0977b
  Refs boo#1190649 go1.17 release tracking
c0977b
  CVE-2021-44716 CVE-2021-44717
c0977b
  * boo#1193598 go#50057 CVE-2021-44717
c0977b
  * go#50067 syscall: don’t close fd 0 on ForkExec error
c0977b
  * boo#1193597 go#50058 CVE-2021-44716
c0977b
  * go#50065 net/http: limit growth of header canonicalization cache (forwarded request 938745 from jfkw)</comment>
c0977b
    <requestid>938755</requestid>
c0977b
  </revision>
d023e4
  <revision rev="6" vrev="1">
d023e4
    <srcmd5>de3949eaf1f2584513c348bbbc325572</srcmd5>
d023e4
    <version>1.17.6</version>
d023e4
    <time>1641680587</time>
d023e4
    <user>dimstar_suse</user>
d023e4
    <comment>- go1.17.6 (released 2022-01-06) includes fixes to the compiler,
d023e4
  linker, runtime, and the crypto/x509, net/http, and reflect
d023e4
  packages.
d023e4
  Refs boo#1190649 go1.17 release tracking
d023e4
  * go#50165 crypto/x509: error parsing large ASN.1 identifiers
d023e4
  * go#50073 runtime: race detector SIGABRT or SIGSEGV on macOS Monterey
d023e4
  * go#49961 reflect: segmentation violation while using html/template
d023e4
  * go#49921 x/net/http2: http.Server.WriteTimeout does not fire if the http2 stream's window is out of space.
d023e4
  * go#49413 cmd/compile: internal compiler error: Op...LECall and OpDereference have mismatched mem
d023e4
  * go#48116 runtime: mallocs cause "base outside usable address space" panic when running on iOS 14 (forwarded request 944560 from jfkw)</comment>
d023e4
    <requestid>944562</requestid>
d023e4
  </revision>
Bernhard M. Wiedemann f155be
  <revision rev="7" vrev="1">
Bernhard M. Wiedemann f155be
    <srcmd5>e696433d57eec50fe3abd32e88163965</srcmd5>
Bernhard M. Wiedemann f155be
    <version>1.17.7</version>
Bernhard M. Wiedemann f155be
    <time>1644778237</time>
Bernhard M. Wiedemann f155be
    <user>dimstar_suse</user>
Bernhard M. Wiedemann f155be
    <comment>- go1.17.7 (released 2022-02-10) includes security fixes to the
Bernhard M. Wiedemann f155be
  crypto/elliptic, math/big packages and to the go command, as well
Bernhard M. Wiedemann f155be
  as bug fixes to the compiler, linker, runtime, the go command,
Bernhard M. Wiedemann f155be
  and the debug/macho, debug/pe, and net/http/httptest packages.
Bernhard M. Wiedemann f155be
  Refs boo#1190649 go1.17 release tracking
Bernhard M. Wiedemann f155be
  CVE-2022-23806 CVE-2022-23772 CVE-2022-23773
Bernhard M. Wiedemann f155be
  * boo#1195838 go#50974 CVE-2022-23806
Bernhard M. Wiedemann f155be
  * go#50978 crypto/elliptic: IsOnCurve returns true for invalid field elements
Bernhard M. Wiedemann f155be
  * boo#1195835 go#50699 CVE-2022-23772
Bernhard M. Wiedemann f155be
  * go#50701 math/big: Rat.SetString may consume large amount of RAM and crash
Bernhard M. Wiedemann f155be
  * boo#1195834 go#35671 CVE-2022-23773
Bernhard M. Wiedemann f155be
  * go#50687 cmd/go: do not treat branches with semantic-version names as releases
Bernhard M. Wiedemann f155be
  * go#50942 cmd/asm: "compile: loop" compiler bug?
Bernhard M. Wiedemann f155be
  * go#50867 cmd/compile: incorrect use of CMN on arm64
Bernhard M. Wiedemann f155be
  * go#50812 cmd/go: remove bitbucket VCS probing
Bernhard M. Wiedemann f155be
  * go#50781 runtime: incorrect frame information in traceback traversal may hang the process.
Bernhard M. Wiedemann f155be
  * go#50722 debug/pe: reading debug_info section of PE files that use the DWARF5 form DW_FORM_line_strp causes error
Bernhard M. Wiedemann f155be
  * go#50683 cmd/compile: MOVWreg missing sign-extension following a Copy from a floating-point LoadReg
Bernhard M. Wiedemann f155be
  * go#50586 net/http/httptest: add fipsonly compliant certificate in for NewTLSServer(), for dev.boringcrypto branch
Bernhard M. Wiedemann f155be
  * go#50297 cmd/link: does not set section type of .init_array correctly
Bernhard M. Wiedemann f155be
  * go#50246 runtime: intermittent os/exec.Command.Start() Hang on Darwin in Presence of "plugin" Package (forwarded request 953823 from jfkw)</comment>
Bernhard M. Wiedemann f155be
    <requestid>953825</requestid>
Bernhard M. Wiedemann f155be
  </revision>
7c80ab
</revisionlist>