Commit Graph

302 Commits

Author SHA1 Message Date
David Abdurachmanov 81a8027572
Merge remote-tracking branch 'up/f37' into f37-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-01-10 06:23:18 +00:00
Alejandro Sáez 67a51aa259 Update to go1.19.4
Resolves: rhbz#2151595
2022-12-07 17:15:53 +01:00
Amit Shah c874af597b Fix build without the gold linker
The Go runtime silently chose the gold linker on arm and aarch64 build
targets to work around a binutils bug.

That bug was from 2016, and has been fixed in binutils for a while.  But
the Go workaround was still in place.

The workaround to choose gold was supposed to error out during the
configure phase if gold wasn't found - but that doesn't happen.

This leads to builds on aarch64 failing if attempting to compile without
gold.

Just removing the special condition in the Go source code:

https://go-review.googlesource.com/c/go/+/391115/

works, but that patch is unlikely to be merged upstream.

A patch fixing the build is more likely to be merged:

https://go-review.googlesource.com/c/go/+/366279/

which updates the linker selection to use gold only if available.

References to this bug in upstream Go and Binutils:

https://github.com/golang/go/issues/22040
https://sourceware.org/bugzilla/show_bug.cgi?id=19962

Including the likely-to-be-merged patch here.
2022-11-08 23:27:48 +00:00
David Abdurachmanov 0484a69570
Enable riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-11-08 09:27:44 +02:00
Mike Rochefort fd8ecd035f Update to go1.19.3
Resolves: rhbz#2139548
2022-11-06 19:25:07 -05:00
Alejandro Sáez 0d02567844 Update to go1.19.2 2022-10-04 20:05:41 +02:00
Alejandro Sáez b001866299 Update to go1.19.1 2022-09-06 18:45:54 +02:00
Alejandro Sáez 797e3f5003 Update to go1.19.0
Remove reference to AUTHORS and CONTRIBUTORS due to https://github.com/golang/go/issues/53961
2022-08-02 19:55:06 +02:00
Fedora Release Engineering 47c799f38a Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 07:16:08 +00:00
Mike Rochefort f7794baf11 Update to go1.19rc2
- Remove tzdata patch
- Remove go-srpm-macros dependency
- Resolves: rhbz#2095927
2022-07-18 09:43:28 -04:00
Alejandro Sáez d908c3bbe4 Update to 1.18.4 2022-07-13 18:43:46 +02:00
Robert-André Mauchin 1497f816fe Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 2022-06-19 11:08:08 +02:00
Alejandro Sáez 83d5902e19 Update to 1.18.3
Resolves: rhbz#2092631
2022-06-04 08:41:19 +02:00
Mike Rochefort 6cea84893c Update to 1.18.2
Resolves: rhbz#2075141
2022-05-15 00:04:04 -04:00
Neal Gompa a69e1ac7a1 Fix Go version macro configuration 2022-04-19 08:20:57 -04:00
Alejandro Sáez cc9e30136f Update to 1.18.1 2022-04-13 07:25:09 +02:00
Mike Rochefort 6b8fdb5e69 Update to go1.18 GA
- Update to 1.18
- Resolves: rhbz#2064409
2022-03-15 14:51:08 -04:00
Mike Rochefort 48eb2b7f8e Update to 1.18rc1
Resolves: rhbz#2002859
2022-02-17 11:56:05 -05:00
Mike Rochefort 43672d0906 Update to 1.18beta2
- Remove testshared-size-limit patch (now upstream) 83fc097
- Related: rhbz#2002859
2022-01-31 17:24:46 -05:00
Fedora Release Engineering 0848775a51 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 06:57:30 +00:00
Mike Rochefort 64603915f8 Update version logic and source location
Version logic correctly handles prerelease,
upstream GA, and minor versions.

Now using the go.dev domain for source tarball
and URL pointers: https://go.dev/blog/tidy-web
2022-01-11 15:37:36 +01:00
Jakub Čajka f8a475e0a1 Increase size check limit fixing test failure on ppc64le
Resolves: BZ#2030308
2022-01-03 20:02:00 +00:00
Alejandro Sáez aa0c97a20c Add sources 2021-12-16 19:12:38 +01:00
Mike Rochefort 4db6ed1372 Update to 1.18beta1
Related: rhbz#2002859
2021-12-14 22:42:00 -05:00
Alejandro Sáez d93c6975bb Update to 1.17.5
Update bundles
Related: rhbz#2002859
2021-12-14 17:56:13 +01:00
Alejandro Sáez 80aa0cef82 Update to 1.17.4
Related: rhbz#2002859
Ignore ppc64le failing tests
2021-12-07 11:38:50 +01:00
Alejandro Sáez 7a55310f4e Update to 1.17.3
Related: rhbz#2002859
2021-11-22 19:21:47 +01:00
Alejandro Sáez a910a81517 Update to go1.17
Resolves: rhbz#1957935
2021-08-18 18:06:44 +02:00
Alejandro Sáez 1f03484127 Update to go1.17rc2 2021-08-09 19:44:16 +02:00
Jakub Čajka 807d052dd1
- Fix crash in VDSO calls on ppc64le 2021-07-29 11:23:35 +02:00
Fedora Release Engineering 989466644d - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 02:34:28 +00:00
Jakub Čajka dfa94cebbc
Add new sources
Mention tracking BZ
2021-07-19 13:57:42 +02:00
Michael Rochefort fb3fb1e87e Update to go1.16.6
- Security fix for CVE-2021-34558
2021-07-14 11:19:12 -04:00
Alejandro Sáez 755f2e9f59 Adds 1.16.5 sources 2021-06-21 20:07:34 +02:00
Mike Rochefort e5f2544a1e Update to go1.16.5
- Security fix for CVE-2021-33195
- Security fix for CVE-2021-33196
- Security fix for CVE-2021-33197
- Fix OOM with large exponents in Rat.SetString gh#45910
2021-06-21 13:12:52 -04:00
Neal Gompa decf6e95fe Minor tweaks to the spec 2021-06-02 14:59:32 -04:00
Jakub Čajka 4f18e62ff3
Fix linker issue on ppc64le 2021-05-13 16:51:32 +02:00
Alejandro Sáez d540903bfa Update to go1.16.4
Security fix for CVE-2021-31525
Resolves: rhbz#1958343
2021-05-10 18:55:51 +02:00
Alejandro Sáez 7da03d0a37 Update to go1.16.3 2021-04-09 17:47:50 +02:00
Alejandro Sáez 77c72f2150 Update to go1.16.2
Resolves: rhbz#1937435
2021-03-23 15:15:16 +01:00
Jakub Čajka e2c9fbb1b1
Reabse to go1.16
Even better bundled provides
2021-02-18 11:09:21 +01:00
Jakub Čajka 8b7777d5f3
Improved bundled provides 2021-02-16 15:58:44 +01:00
Jakub Čajka 92b3f872c9
Test fix for s390x 2021-02-01 13:49:42 +01:00
Neal Gompa 5d5ddbae21 Update to go1.16rc1
Related: BZ#1913835
2021-01-31 10:52:07 -05:00
Fedora Release Engineering 2690512673 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 08:58:06 +00:00
Alejandro Saez Morollon b016287d02 Merge #11 `Introduce CI gating` 2021-01-18 17:49:07 +00:00
Edjunior Machado 8d80c3a1c1 Introduce CI gating 2021-01-18 00:32:44 +01:00
Jakub Čajka 7065f2ca0a
Update to go1.16beta1
Related: BZ#1913835
2021-01-16 08:52:57 +01:00
Jakub Čajka 3795b402b8
Rebase to go1.15.6
Resolves: BZ#1904238
2020-12-04 13:20:42 +01:00
Jakub Čajka 27a8ad3859
Rebase to go1.15.5
Security fix for CVE-2020-28362, CVE-2020-28367 and CVE-2020-28366
Resolves: BZ#1897342, BZ#1897636, BZ#1897644, BZ#1897647
2020-11-14 08:55:50 +01:00