- Rebase to Go1.23.2
- Remove fix standard crypto panic patch as the source already has changes - Resolves: RHEL-62392
This commit is contained in:
parent
f2e61b1119
commit
82320c5ad8
2
.gitignore
vendored
2
.gitignore
vendored
@ -82,3 +82,5 @@
|
|||||||
/go1.22.5-1-openssl-fips.tar.gz
|
/go1.22.5-1-openssl-fips.tar.gz
|
||||||
/51bfeff0e4b0757ff773da6882f4d538996c9b04.tar.gz
|
/51bfeff0e4b0757ff773da6882f4d538996c9b04.tar.gz
|
||||||
/compiler-rt-18.1.8.src.tar.xz
|
/compiler-rt-18.1.8.src.tar.xz
|
||||||
|
/go1.23.2.tar.gz
|
||||||
|
/go1.23.2-2-openssl-fips.tar.gz
|
||||||
|
14
golang.spec
14
golang.spec
@ -92,17 +92,17 @@
|
|||||||
%global gohostarch s390x
|
%global gohostarch s390x
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global go_api 1.22
|
%global go_api 1.23
|
||||||
%global go_version 1.22.5
|
%global go_version 1.23.2
|
||||||
%global version %{go_version}
|
%global version %{go_version}
|
||||||
%global pkg_release 1
|
%global pkg_release 2
|
||||||
|
|
||||||
# LLVM compiler-rt version for race detector
|
# LLVM compiler-rt version for race detector
|
||||||
%global llvm_compiler_rt_version 18.1.8
|
%global llvm_compiler_rt_version 18.1.8
|
||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Go Programming Language
|
Summary: The Go Programming Language
|
||||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||||
License: BSD and Public Domain
|
License: BSD and Public Domain
|
||||||
@ -154,7 +154,6 @@ Patch1939923: skip_test_rhbz1939923.patch
|
|||||||
|
|
||||||
Patch4: modify_go.env.patch
|
Patch4: modify_go.env.patch
|
||||||
Patch6: skip_TestCrashDumpsAllThreads.patch
|
Patch6: skip_TestCrashDumpsAllThreads.patch
|
||||||
Patch7: fix-standard-crypto-panic.patch
|
|
||||||
|
|
||||||
# Having documentation separate was broken
|
# Having documentation separate was broken
|
||||||
Obsoletes: %{name}-docs < 1.1-4
|
Obsoletes: %{name}-docs < 1.1-4
|
||||||
@ -584,6 +583,11 @@ cd ..
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 23 2024 Archana <aravinda@redhat.com> - 1.23.2-1
|
||||||
|
- Rebase to Go1.23.2
|
||||||
|
- Remove fix standard crypto panic patch as the source already has changes
|
||||||
|
- Resolves: RHEL-62392
|
||||||
|
|
||||||
* Wed Aug 14 2024 David Benoit <dbenoit@redhat.com> - 1.22.5-2
|
* Wed Aug 14 2024 David Benoit <dbenoit@redhat.com> - 1.22.5-2
|
||||||
- Rebuild race detector archives from LLVM sources
|
- Rebuild race detector archives from LLVM sources
|
||||||
- Add golang-race subpackage
|
- Add golang-race subpackage
|
||||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
|||||||
|
SHA512 (go1.23.2.tar.gz) = 7850c182dd1a68c66002e3f269c07e7ba19c615b138e57f5924cae7856a7b4fb9a895dafa38b9d76577c632289b4fe005bc1311370410f8c237479024f41d9f7
|
||||||
SHA512 (compiler-rt-18.1.8.src.tar.xz) = fb8795bd51c9b005c2ad1975591e9e2715740d6407ccad41379f136ef2e8d24ded8b97b01165a3ae4bd377119a6a1049ca05d3220404fc12bee86114ff2bff0d
|
SHA512 (compiler-rt-18.1.8.src.tar.xz) = fb8795bd51c9b005c2ad1975591e9e2715740d6407ccad41379f136ef2e8d24ded8b97b01165a3ae4bd377119a6a1049ca05d3220404fc12bee86114ff2bff0d
|
||||||
SHA512 (go1.22.5-1-openssl-fips.tar.gz) = 230fa331c2470a7a42c916cd1bec79fa423e913d7722235b4386b0aaf678e9baefc71d5c201a6d2c63d5936d06f2756b945ba54513109b046d569daeecc1cef3
|
SHA512 (go1.23.2-2-openssl-fips.tar.gz) = 787ff12ee46f9eaec92d9696484d150e6c533be180dc1c42fc963e5ca7d1ef67a7a45950ba0015776ba8504cce3a2bfcefb387dfdd747d4e0330565d54aaa7dd
|
||||||
SHA512 (go1.22.5.tar.gz) = e0208d239ce4a4965d3c33fe5befbb1e919a0a695c9ef87c9dfc42d8b888c34301a6eb06a848a4eb662459bc06445d2a1f07275aa5d5e4b0cadb83e0bca0cab7
|
|
||||||
|
Loading…
Reference in New Issue
Block a user