From 943a8878daf559a244e55af989b390fa6e883867 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 5 Mar 2024 20:55:53 +0000 Subject: [PATCH] import UBI golang-1.20.12-1.el9_3 --- .gitignore | 4 ++-- .golang.metadata | 4 ++-- SPECS/golang.spec | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d709750..064d926 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.golang.metadata b/.golang.metadata index 3f15a20..7fa7699 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -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 diff --git a/SPECS/golang.spec b/SPECS/golang.spec index 1ca533f..2eb3fff 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -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 - 1.20.12-1 +- Fix CVE-2023-39326 +- Resolves: RHEL-19234 + * Fri Oct 13 2023 David Benoit - 1.20.10-1 - Update to Go 1.20.10 - Fix CVE-2023-39325