Update to Go1.21.11 to address CVE-2024-24789 and CVE-2024-24790
Resolves: RHEL-40274
This commit is contained in:
parent
67cacfdf55
commit
c2bb907204
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,3 +18,5 @@ SOURCES/go1.19.4.tar.gz
|
||||
/go1.21.9-1-openssl-fips.tar.gz
|
||||
/go1.21.10.tar.gz
|
||||
/go1.21.10-1-openssl-fips.tar.gz
|
||||
/go1.21.11.tar.gz
|
||||
/go1.21.11-1-openssl-fips.tar.gz
|
||||
|
@ -92,7 +92,7 @@
|
||||
%endif
|
||||
|
||||
%global go_api 1.21
|
||||
%global version 1.21.10
|
||||
%global version 1.21.11
|
||||
%global pkg_release 1
|
||||
|
||||
Name: golang
|
||||
@ -520,6 +520,10 @@ cd ..
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 12 2024 Archana Ravindar <aravinda@redhat.com> - 1.21.11-1
|
||||
- Update to Go1.21.11 to address CVE-2024-24789 and CVE-2024-24790
|
||||
- Resolves: RHEL-40274
|
||||
|
||||
* Thu May 23 2024 David Benoit <dbenoit@redhat.com> - 1.21.10
|
||||
- Update to Go 1.21.10
|
||||
- Resolves: RHEL-36993
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (go1.21.10.tar.gz) = 029d5fceef24d6044c86d97605c066cf7ba632c984e33efe2eed1ea569ac2cd90d6a8d94622a827412a85be055668189fe66b9309669fcdddb46fdd3ffaef09b
|
||||
SHA512 (go1.21.10-1-openssl-fips.tar.gz) = 3bc8390ddaddbff79c323a400a2615fd89f4a3e73858a4c5f2cd1988c129e8a5beb64f7f38e6271dd9bc209dc800f41c6a01e5fcee47192448bcfc58e69c5030
|
||||
SHA512 (go1.21.11-1-openssl-fips.tar.gz) = e64287df6de7f25f5bd20fa68e81620e6c4fc8e87809c20febaac7bffa4200ceda68b4d3b0c6db8668a19c144a82cf757259b2e6a2dda2c4a22720bc5cff40f6
|
||||
SHA512 (go1.21.11.tar.gz) = a1f73eb109578b0965229fd2a263b1d5955f4673293d5884bb5dc51e57a3ba11061a98fcfc432498d8659a0f56ef84e6ca0a723c75556ca04ac91993f489f780
|
||||
|
Loading…
Reference in New Issue
Block a user