- Include fix that loads Openssl only in FIPS mode to avoid panic
- Resolves: RHEL-52485
This commit is contained in:
parent
8a8a8d534e
commit
863a13708d
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ SOURCES/go1.19.4.tar.gz
|
||||
/go1.22.4-1-openssl-fips.tar.gz
|
||||
/go1.22.5.tar.gz
|
||||
/go1.22.5-1-openssl-fips.tar.gz
|
||||
/go1.22.5-2-openssl-fips.tar.gz
|
||||
|
@ -93,11 +93,11 @@
|
||||
|
||||
%global go_api 1.22
|
||||
%global version 1.22.5
|
||||
%global pkg_release 1
|
||||
%global pkg_release 2
|
||||
|
||||
Name: golang
|
||||
Version: %{version}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
Summary: The Go Programming Language
|
||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||
@ -521,6 +521,10 @@ cd ..
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Sep 02 2024 Archana <aravinda@redhat.com> - 1.22.5-2
|
||||
- Include fix that loads Openssl only in FIPS mode to avoid panic
|
||||
- Resolves: RHEL-52485
|
||||
|
||||
* Fri Jul 12 2024 Archana <aravinda@redhat.com> - 1.22.5-1
|
||||
- Rebase to Go1.22.5 to fix CVE-2024-24791
|
||||
- Resolves: RHEL-46972
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (go1.22.5.tar.gz) = e0208d239ce4a4965d3c33fe5befbb1e919a0a695c9ef87c9dfc42d8b888c34301a6eb06a848a4eb662459bc06445d2a1f07275aa5d5e4b0cadb83e0bca0cab7
|
||||
SHA512 (go1.22.5-1-openssl-fips.tar.gz) = 230fa331c2470a7a42c916cd1bec79fa423e913d7722235b4386b0aaf678e9baefc71d5c201a6d2c63d5936d06f2756b945ba54513109b046d569daeecc1cef3
|
||||
SHA512 (go1.22.5-2-openssl-fips.tar.gz) = eec9e997c88ef92269120ab96d538e05bf60f1c1329923db04d4fb4ff1bfa8c35d325cd75ac7363d3c5aea626b4ea15d94afe3a54be9944377fee902b574fb26
|
||||
|
Loading…
Reference in New Issue
Block a user