Compare commits
No commits in common. "c8-stream-rhel8" and "c8s-stream-rhel8" have entirely different histories.
c8-stream-
...
c8s-stream
0
.go-toolset.metadata
Normal file
0
.go-toolset.metadata
Normal file
@ -1,4 +1,4 @@
|
|||||||
%global go_version 1.21.13
|
%global go_version 1.19.4
|
||||||
|
|
||||||
Name: go-toolset
|
Name: go-toolset
|
||||||
Version: %{go_version}
|
Version: %{go_version}
|
||||||
@ -7,7 +7,7 @@ Summary: Package that installs go-toolset
|
|||||||
License: BSD and Public Domain
|
License: BSD and Public Domain
|
||||||
|
|
||||||
Requires: golang = %{go_version}
|
Requires: golang = %{go_version}
|
||||||
%ifarch x86_64 aarch64 ppc64le
|
%ifarch x86_64
|
||||||
Requires: delve
|
Requires: delve
|
||||||
%endif
|
%endif
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
@ -18,55 +18,6 @@ This is the main package for go-toolset.
|
|||||||
%files
|
%files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 26 2024 Archana <aravinda@redhat.com> - 1.21.13-1
|
|
||||||
- Fix CVE-2024-24791
|
|
||||||
- Resolves: RHEL-47198
|
|
||||||
|
|
||||||
* Thu Jun 13 2024 Archana Ravindar<aravinda@redhat.com> - 1.21.11-1
|
|
||||||
- Rebase to Go1.21.11 that includes fixes for CVE-2024-24789 and CVE-2024-24790
|
|
||||||
- Resolves: RHEL-40274
|
|
||||||
|
|
||||||
* Thu May 23 2024 David Benoit <dbenoit@redhat.com> - 1.21.10-1
|
|
||||||
- Update to Go 1.21.10
|
|
||||||
- Resolves: RHEL-36993
|
|
||||||
|
|
||||||
* Fri Apr 12 2024 David Benoit <dbenoit@redhat.com> - 1.21.9-1
|
|
||||||
- Fix CVE-2023-45288
|
|
||||||
- Resolves: RHEL-31915
|
|
||||||
|
|
||||||
* Mon Apr 1 2024 Archana Ravindar <aravinda@redhat.com> - 1.21.7-2
|
|
||||||
- Fixes CVE-2024-1394
|
|
||||||
- Resolves RHEL-24300
|
|
||||||
|
|
||||||
* Tue Feb 13 2024 Alejandro Sáez <asm@redhat.com> - 1.21.7-1
|
|
||||||
- Update to Go 1.21.7
|
|
||||||
- Add aarch64 and ppc64le for Delve
|
|
||||||
- Resolves: RHEL-24082
|
|
||||||
- Resolves: RHEL-18363
|
|
||||||
- Resolves: RHEL-18382
|
|
||||||
|
|
||||||
* Fri Oct 20 2023 Archana Ravindar <aravinda@redhat.com> - 1.21.3-1
|
|
||||||
- Update to Go 1.21.3
|
|
||||||
- Resolves: RHEL-12620
|
|
||||||
|
|
||||||
* Tue Aug 01 2023 Alejandro Sáez <asm@redhat.com> - 1.20.6-1
|
|
||||||
- Rebase to Go 1.20.6
|
|
||||||
- Resolves: rhbz#2226901
|
|
||||||
|
|
||||||
* Wed May 31 2023 Alejandro Sáez <asm@redhat.com> - 1.20.4-1
|
|
||||||
- Update to Go 1.20.4
|
|
||||||
- Resolves: rhbz#2204477
|
|
||||||
|
|
||||||
* Wed May 31 2023 Alejandro Sáez <asm@redhat.com> - 1.20.4-1
|
|
||||||
- Rebase to Go 1.20.4
|
|
||||||
- Resolves: rhbz#2204474
|
|
||||||
|
|
||||||
* Tue Apr 11 2023 David Benoit <dbenoit@redhat.com> - 1.20.3-1
|
|
||||||
- Rebase to Go 1.20.3
|
|
||||||
- Remove race archives
|
|
||||||
- Update static tests patches
|
|
||||||
- Resolves: rhbz#2185260
|
|
||||||
|
|
||||||
* Wed Dec 21 2022 David Benoit <dbenoit@redhat.com> - 1.19.4-1
|
* Wed Dec 21 2022 David Benoit <dbenoit@redhat.com> - 1.19.4-1
|
||||||
- Rebase to Go 1.19.4
|
- Rebase to Go 1.19.4
|
||||||
- Fix ppc64le linker issue
|
- Fix ppc64le linker issue
|
||||||
|
Loading…
Reference in New Issue
Block a user