import UBI golang-1.21.11-1.el9_4

This commit is contained in:
Andrew Lukoshko 2024-07-02 18:37:11 +00:00
parent 897c722f74
commit 8ce9d4ab0b
3 changed files with 9 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/go1.21.10-1-openssl-fips.tar.gz
SOURCES/go1.21.10.tar.gz
SOURCES/go1.21.11-1-openssl-fips.tar.gz
SOURCES/go1.21.11.tar.gz

View File

@ -1,2 +1,2 @@
5994955bf76d241630763bac2adf13659aeb074b SOURCES/go1.21.10-1-openssl-fips.tar.gz
3e96ad391c41318d39477fbf9430b688dce437b0 SOURCES/go1.21.10.tar.gz
12e1749f4278ef62bfaa8f105692d2f3325aebf3 SOURCES/go1.21.11-1-openssl-fips.tar.gz
9bc5ac9cb6476ae0392c53123050c95bd1d5f6ac SOURCES/go1.21.11.tar.gz

View File

@ -93,7 +93,7 @@
%endif
%global go_api 1.21
%global go_version 1.21.10
%global go_version 1.21.11
%global version %{go_version}
%global pkg_release 1
@ -534,6 +534,10 @@ cd ..
%files -n go-toolset
%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
- Update to Go 1.21.10
- Resolves: RHEL-36988