From d168597201797c91e721b383cc719ab2f5b0c108 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Thu, 25 May 2023 07:48:24 +0000 Subject: [PATCH] import golang-1.19.9-2.el9_2 --- .gitignore | 4 ++-- .golang.metadata | 4 ++-- SPECS/golang.spec | 12 ++++++++++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 573f4d2..8cbca3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/go1.19.6-1-openssl-fips.tar.gz -SOURCES/go1.19.6.tar.gz +SOURCES/go1.19.9-2-openssl-fips.tar.gz +SOURCES/go1.19.9.tar.gz diff --git a/.golang.metadata b/.golang.metadata index b4c51aa..746c24e 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -1,2 +1,2 @@ -e990e956bbd3c1e52914ea39f075a1c666bde4e4 SOURCES/go1.19.6-1-openssl-fips.tar.gz -d85391faa6c2d74090008b9744e4664267700fd3 SOURCES/go1.19.6.tar.gz +46b6e9fdd5999a691ca23ffa1f4933499a3f09fb SOURCES/go1.19.9-2-openssl-fips.tar.gz +df6aae619e1c7188b243ab78860ef7288940fda6 SOURCES/go1.19.9.tar.gz diff --git a/SPECS/golang.spec b/SPECS/golang.spec index fe7a507..f147e8c 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -96,9 +96,9 @@ %endif %global go_api 1.19 -%global go_version 1.19.6 +%global go_version 1.19.9 %global version %{go_version} -%global pkg_release 1 +%global pkg_release 2 Name: golang Version: %{version} @@ -533,6 +533,14 @@ cd .. %endif %changelog +* Tue May 23 2023 Alejandro Sáez - 1.19.9-2 +- Fix TestEncryptOAEP and TLS failures in FIPS mode +- Resolves: rhbz#2204476 + +* Wed May 17 2023 Alejandro Sáez - 1.19.9-1 +- Rebase to Go 1.19.9 +- Resolves: rhbz#2204476 + * Wed Mar 29 2023 David Benoit - 1.19.6-2 - Rebuild without changes - Related: rhbz#2175174