Accepting request 1144735 from home:jfkw:branches:devel:languages:go

- go1.20.7 (released 2023-08-01) includes a security fix to the
  crypto/tls package, as well as bug fixes to the assembler and the
  compiler.
  Refs boo#1206346 go1.20 release tracking
  * go#64760 staticlockranking builders failing on release branches on LUCI
  * go#65322 crypto: rollback BoringCrypto fips-20220613 update
  * go#65379 crypto/x509: TestIssue51759 consistently failing on gotip-darwin-amd64_10.15 LUCI builder

OBS-URL: https://build.opensuse.org/request/show/1144735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.20?expand=0&rev=40
This commit is contained in:
Jeff Kowalczyk 2024-02-06 21:26:40 +00:00 committed by Git OBS Bridge
parent cb379cf72b
commit 14baed822d
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fe745c530f2f1d67193af3c5ea25246be077989ec5178df266e975f3532449e
size 26287815

BIN
go1.20.14.src.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 6 18:22:28 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
- go1.20.7 (released 2023-08-01) includes a security fix to the
crypto/tls package, as well as bug fixes to the assembler and the
compiler.
Refs boo#1206346 go1.20 release tracking
* go#64760 staticlockranking builders failing on release branches on LUCI
* go#65322 crypto: rollback BoringCrypto fips-20220613 update
* go#65379 crypto/x509: TestIssue51759 consistently failing on gotip-darwin-amd64_10.15 LUCI builder
-------------------------------------------------------------------
Tue Jan 9 18:40:15 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>

View File

@ -126,7 +126,7 @@
%endif
Name: go1.20
Version: 1.20.13
Version: 1.20.14
Release: 0
Summary: A compiled, garbage-collected, concurrent programming language
License: BSD-3-Clause
@ -166,7 +166,7 @@ BuildRequires: gcc-c++
#BNC#818502 debug edit tool of rpm fails on i586 builds
BuildRequires: rpm >= 4.11.1
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Requires: gcc
Provides: go = %{version}
Provides: go-devel = go%{version}