- Backport of fix for crypto/TLS tests to update config.Time
- synced release number upto highest tag number - Resolves: RHEL-73752
This commit is contained in:
parent
4abd84f253
commit
1d5a4b9c87
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ SOURCES/go1.19.4.tar.gz
|
||||
/go1.21.13-1-openssl-fips.tar.gz
|
||||
/go1.21.13-3-openssl-fips.tar.gz
|
||||
/go1.21.13-4-openssl-fips.tar.gz
|
||||
/go1.21.13-5-openssl-fips.tar.gz
|
||||
|
@ -93,11 +93,11 @@
|
||||
|
||||
%global go_api 1.21
|
||||
%global version 1.21.13
|
||||
%global pkg_release 4
|
||||
%global pkg_release 5
|
||||
|
||||
Name: golang
|
||||
Version: %{version}
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
|
||||
Summary: The Go Programming Language
|
||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||
@ -521,6 +521,11 @@ cd ..
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jan 15 2025 Archana <aravinda@redhat.com> - 1.21.13-4
|
||||
- Backport of fix for crypto/TLS tests to update config.Time
|
||||
- synced release number upto highest tag number
|
||||
- Resolves: RHEL-73752
|
||||
|
||||
* Tue Oct 01 2024 David Benoit <dbenoit@redhat.com> - 1.21.13-3
|
||||
- Add evp-digest-sign-final.patch
|
||||
- Resolves: RHEL-61109
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (go1.21.13-4-openssl-fips.tar.gz) = 0ea9bd46bea159444914653976e9bcd1e09b060b27618a1835ee8677a755fa64be5967a336a9705b6fb0569d4b0e048859e60b8ce68b4099f1b9e95c0648083b
|
||||
SHA512 (go1.21.13.tar.gz) = 1b26c7cbe4862a3a48f3c48418a43b6c946493b6673eae9eb6652b37a4114727c9c2271ee95da00c20db39292288af953f56da2b33e03d64ed1e26d90250cd05
|
||||
SHA512 (go1.21.13-5-openssl-fips.tar.gz) = 48160979d4b63c399c083c363e3647a7dc3adbb5c69e9adf91e8ab9dd38bb8bab2af74a6b1b39fea548c5653b1715be4e9472bd90ab4465a33b9b755b99324b3
|
||||
|
Loading…
Reference in New Issue
Block a user