From 8ce9d4ab0b6ecf64de5b4496c8b1ca34e3957989 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Tue, 2 Jul 2024 18:37:11 +0000 Subject: [PATCH] import UBI golang-1.21.11-1.el9_4 --- .gitignore | 4 ++-- .golang.metadata | 4 ++-- SPECS/golang.spec | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cdb5871..070726b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.golang.metadata b/.golang.metadata index 8dbfdd1..ff65de6 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -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 diff --git a/SPECS/golang.spec b/SPECS/golang.spec index 4ecfd0e..83e7adc 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -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 - 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 - 1.21.10-1 - Update to Go 1.21.10 - Resolves: RHEL-36988