import golang-1.15.14-1.module+el8.4.0+11833+614b07b8
This commit is contained in:
parent
24a91085cf
commit
a028a37361
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/go-go-1.15.13-1-openssl-fips.tar.gz
|
||||
SOURCES/go-go-1.15.14-1-openssl-fips.tar.gz
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user