import golang-1.15.14-1.module+el8.4.0+11833+614b07b8

This commit is contained in:
CentOS Sources 2021-08-10 08:08:05 -04:00 committed by Andrew Lukoshko
parent 24a91085cf
commit a028a37361
3 changed files with 12 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/go-go-1.15.13-1-openssl-fips.tar.gz
SOURCES/go-go-1.15.14-1-openssl-fips.tar.gz

View File

@ -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

View File

@ -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 <dbenoit@redhat.com> - 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 <asm@redhat.com> - 1.15.13-4
- Related: rhbz#1978567
* Thu Jun 17 2021 David Benoit <dbenoit@redhat.com> - 1.15.13-3
- Fix zero-sized memory leak
- Resolves: rhbz#1969700