import UBI golang-1.21.11-1.el9_4
This commit is contained in:
parent
897c722f74
commit
8ce9d4ab0b
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/go1.21.10-1-openssl-fips.tar.gz
|
SOURCES/go1.21.11-1-openssl-fips.tar.gz
|
||||||
SOURCES/go1.21.10.tar.gz
|
SOURCES/go1.21.11.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
5994955bf76d241630763bac2adf13659aeb074b SOURCES/go1.21.10-1-openssl-fips.tar.gz
|
12e1749f4278ef62bfaa8f105692d2f3325aebf3 SOURCES/go1.21.11-1-openssl-fips.tar.gz
|
||||||
3e96ad391c41318d39477fbf9430b688dce437b0 SOURCES/go1.21.10.tar.gz
|
9bc5ac9cb6476ae0392c53123050c95bd1d5f6ac SOURCES/go1.21.11.tar.gz
|
||||||
|
@ -93,7 +93,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global go_api 1.21
|
%global go_api 1.21
|
||||||
%global go_version 1.21.10
|
%global go_version 1.21.11
|
||||||
%global version %{go_version}
|
%global version %{go_version}
|
||||||
%global pkg_release 1
|
%global pkg_release 1
|
||||||
|
|
||||||
@ -534,6 +534,10 @@ cd ..
|
|||||||
%files -n go-toolset
|
%files -n go-toolset
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 12 2024 Archana Ravindar <aravinda@redhat.com> - 1.21.11-1
|
||||||
|
- Update to Go 1.21.11 that fixes CVE-2024-24789 and CVE-2024-24790
|
||||||
|
- Resolves: RHEL-40275
|
||||||
|
|
||||||
* Thu May 23 2024 David Benoit <dbenoit@redhat.com> - 1.21.10-1
|
* Thu May 23 2024 David Benoit <dbenoit@redhat.com> - 1.21.10-1
|
||||||
- Update to Go 1.21.10
|
- Update to Go 1.21.10
|
||||||
- Resolves: RHEL-36988
|
- Resolves: RHEL-36988
|
||||||
|
Loading…
Reference in New Issue
Block a user