diff --git a/.gitignore b/.gitignore index e0c070b..0337066 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/go1.21.7-1-openssl-fips.tar.gz -SOURCES/go1.21.7.tar.gz +SOURCES/go1.21.9-1-openssl-fips.tar.gz +SOURCES/go1.21.9.tar.gz diff --git a/.golang.metadata b/.golang.metadata index a2b3f8c..46a4cf1 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -1,2 +1,2 @@ -95372ec41602b3cbe44e4697a8aee799b7fcc9b2 SOURCES/go1.21.7-1-openssl-fips.tar.gz -1b5c56fdf9030baaa0601ca6f2cbd36ae02433d0 SOURCES/go1.21.7.tar.gz +1162b641e8b23110eaab7496003585ea6c786158 SOURCES/go1.21.9-1-openssl-fips.tar.gz +54c038c82c82ebe2ad4ee2d0a3d7c4d39809f59a SOURCES/go1.21.9.tar.gz diff --git a/SPECS/golang.spec b/SPECS/golang.spec index 3a20abb..15ecf12 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -92,12 +92,12 @@ %endif %global go_api 1.21 -%global version 1.21.7 +%global version 1.21.9 %global pkg_release 1 Name: golang Version: %{version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -518,6 +518,10 @@ cd .. %endif %changelog +* Fri Apr 12 2024 David Benoit - 1.21.9-1 +- Fix CVE-2023-45288 +- Resolves: RHEL-31915 + * Mon Apr 1 2024 Archana Ravindar - 1.21.7-2 - Fix CVE-2024-1394 - Resolves RHEL-24300