Restore HashSign / HashVerify API
Resolves: RHEL-35884
This commit is contained in:
parent
4cf3122950
commit
2edcdbea3e
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,3 +18,5 @@ SOURCES/go1.19.4.tar.gz
|
|||||||
/go1.22.2-1-openssl-fips.tar.gz
|
/go1.22.2-1-openssl-fips.tar.gz
|
||||||
/go1.22.3-1-openssl-fips.tar.gz
|
/go1.22.3-1-openssl-fips.tar.gz
|
||||||
/go1.22.3.tar.gz
|
/go1.22.3.tar.gz
|
||||||
|
/go1.22.3-2-openssl-fips.tar.gz
|
||||||
|
/go1.22.3.src.tar.gz
|
||||||
|
@ -93,11 +93,11 @@
|
|||||||
|
|
||||||
%global go_api 1.22
|
%global go_api 1.22
|
||||||
%global version 1.22.3
|
%global version 1.22.3
|
||||||
%global pkg_release 1
|
%global pkg_release 2
|
||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
Summary: The Go Programming Language
|
Summary: The Go Programming Language
|
||||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||||
@ -521,6 +521,10 @@ cd ..
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 23 2024 Derek Parker <deparker@redhat.com> - 1.22.3-2
|
||||||
|
- Restore HashSign / HashVerify API
|
||||||
|
- Resolves: RHEL-35884
|
||||||
|
|
||||||
* Thu May 23 2024 David Benoit <dbenoit@redhat.com> - 1.22.3-1
|
* Thu May 23 2024 David Benoit <dbenoit@redhat.com> - 1.22.3-1
|
||||||
- Update to Go 1.22.3
|
- Update to Go 1.22.3
|
||||||
- Resolves: RHEL-35884
|
- Resolves: RHEL-35884
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (go1.22.3-1-openssl-fips.tar.gz) = a666fffd3459598b0ac7b93e5dd9d3925877fc5cc6a140bf6e97831013204b13224149f888e2bd3ef0e2629d46ac838aacd40a8668606c50342556b506a9a5d6
|
SHA512 (go1.22.3-2-openssl-fips.tar.gz) = 93d83bd71b8498964dab1dafe8ac34b0033a71bdd99ebb51ca1a515e272bdbb9282a4ff1a212496ff306b7db8bb31dcc892cb1938d625739b5a6d065fb3b54db
|
||||||
SHA512 (go1.22.3.tar.gz) = f17e489672bf791b9631891c134b0466afce29fea68e5c148d3d3cb57519e0f2b10f3b63234ab1ab445315761c2f3d7ececf78cc8b1e2bbb43879c543058ae00
|
SHA512 (go1.22.3.tar.gz) = f17e489672bf791b9631891c134b0466afce29fea68e5c148d3d3cb57519e0f2b10f3b63234ab1ab445315761c2f3d7ececf78cc8b1e2bbb43879c543058ae00
|
||||||
|
Loading…
Reference in New Issue
Block a user