From 92af5cfe6c6d3f2f7e469c4384883b532f368ac7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 10 2021 12:08:05 +0000 Subject: import golang-1.15.14-1.module+el8.4.0+11833+614b07b8 --- diff --git a/.gitignore b/.gitignore index acbf843..0d134a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/go-go-1.15.13-1-openssl-fips.tar.gz +SOURCES/go-go-1.15.14-1-openssl-fips.tar.gz diff --git a/.golang.metadata b/.golang.metadata index 6f75e69..2014281 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -1 +1 @@ -425729f71c3628fa3671d61fb41224205d4c0cf5 SOURCES/go-go-1.15.13-1-openssl-fips.tar.gz +61bbdf11feebd9f91a69964bfd7a47ab885439b2 SOURCES/go-go-1.15.14-1-openssl-fips.tar.gz diff --git a/SPECS/golang.spec b/SPECS/golang.spec index 670cb0e..c465be9 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -96,12 +96,12 @@ %endif %global go_api 1.15 -%global go_version 1.15.13 +%global go_version 1.15.14 %global pkg_release 1 Name: golang Version: %{go_version} -Release: 3%{?dist} +Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain License: BSD and Public Domain @@ -534,6 +534,14 @@ cd .. %endif %changelog +* Thu Jul 15 2021 David Benoit - 1.15.14-1 +- Rebase to go-1.15.14-1-openssl-fips +- Resolves: rhbz#1982287 +- Addresses CVE-2021-34558 + +* Mon Jul 05 2021 Alejandro Sáez - 1.15.13-4 +- Related: rhbz#1978567 + * Thu Jun 17 2021 David Benoit - 1.15.13-3 - Fix zero-sized memory leak - Resolves: rhbz#1969700