import UBI golang-1.20.12-1.el9_3

This commit is contained in:
eabdullin 2024-03-05 20:55:53 +00:00
parent 5b951e9b31
commit 943a8878da
3 changed files with 9 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/go1.20.10-1-openssl-fips.tar.gz
SOURCES/go1.20.10.tar.gz
SOURCES/go1.20.12-1-openssl-fips.tar.gz
SOURCES/go1.20.12.tar.gz

View File

@ -1,2 +1,2 @@
a16d4c1ed23caee22e90f86027d861cadb634993 SOURCES/go1.20.10-1-openssl-fips.tar.gz
f919ce5ad523ccba39500cab7ccd1ebbfde70021 SOURCES/go1.20.10.tar.gz
551cf7aae2d428bb376cf2b8d56443ab2ee7d133 SOURCES/go1.20.12-1-openssl-fips.tar.gz
6d5bc127443fc42b1af8d9ba4115abe18554feb7 SOURCES/go1.20.12.tar.gz

View File

@ -93,7 +93,7 @@
%endif
%global go_api 1.20
%global go_version 1.20.10
%global go_version 1.20.12
%global version %{go_version}
%global pkg_release 1
@ -527,6 +527,10 @@ cd ..
%files -n go-toolset
%changelog
* Tue Dec 12 2023 David Benoit <dbenoit@redhat.com> - 1.20.12-1
- Fix CVE-2023-39326
- Resolves: RHEL-19234
* Fri Oct 13 2023 David Benoit <dbenoit@redhat.com> - 1.20.10-1
- Update to Go 1.20.10
- Fix CVE-2023-39325