Restore HashSign / HashVerify API
Resolves: RHEL-35883
This commit is contained in:
parent
9f27ddf429
commit
2bbc568f65
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@
|
||||
/go1.22.3.src.tar.gz
|
||||
/go1.22.3-1-openssl-fips.tar.gz
|
||||
/go1.22.3.tar.gz
|
||||
/go1.22.3-2-openssl-fips.tar.gz
|
||||
|
@ -95,11 +95,11 @@
|
||||
%global go_api 1.22
|
||||
%global go_version 1.22.3
|
||||
%global version %{go_version}
|
||||
%global pkg_release 1
|
||||
%global pkg_release 2
|
||||
|
||||
Name: golang
|
||||
Version: %{version}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?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
|
||||
@ -529,6 +529,10 @@ cd ..
|
||||
%files -n go-toolset
|
||||
|
||||
%changelog
|
||||
* Thu May 23 2024 Derek Parker <deparker@redhat.com> - 1.22.3-2
|
||||
- Restore HashSign / HashVerify API
|
||||
- Resolves: RHEL-35883
|
||||
|
||||
* Wed May 22 2024 Alejandro Sáez <asm@redhat.com> - 1.22.3-1
|
||||
- Rebase to 1.22.3
|
||||
- Removes re-enable-cgo.patch
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (go1.22.3-2-openssl-fips.tar.gz) = 93d83bd71b8498964dab1dafe8ac34b0033a71bdd99ebb51ca1a515e272bdbb9282a4ff1a212496ff306b7db8bb31dcc892cb1938d625739b5a6d065fb3b54db
|
||||
SHA512 (go1.22.3.tar.gz) = f17e489672bf791b9631891c134b0466afce29fea68e5c148d3d3cb57519e0f2b10f3b63234ab1ab445315761c2f3d7ececf78cc8b1e2bbb43879c543058ae00
|
||||
SHA512 (go1.22.3-1-openssl-fips.tar.gz) = a666fffd3459598b0ac7b93e5dd9d3925877fc5cc6a140bf6e97831013204b13224149f888e2bd3ef0e2629d46ac838aacd40a8668606c50342556b506a9a5d6
|
||||
|
Loading…
Reference in New Issue
Block a user