Remove bundled boringcrypto blob
Resolves: RHEL-54338
This commit is contained in:
parent
d592c8f7a0
commit
87c767fe6a
@ -97,7 +97,7 @@
|
|||||||
|
|
||||||
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
|
||||||
@ -258,6 +258,8 @@ popd
|
|||||||
%autopatch -p1
|
%autopatch -p1
|
||||||
|
|
||||||
sed -i '1s/$/ (%{?rhel:Red Hat} %{version}-%{release})/' VERSION
|
sed -i '1s/$/ (%{?rhel:Red Hat} %{version}-%{release})/' VERSION
|
||||||
|
# Delete the boring binary blob. We use the system OpenSSL instead.
|
||||||
|
rm -rf src/crypto/internal/boring/syso
|
||||||
|
|
||||||
cp %{SOURCE2} ./src/runtime/
|
cp %{SOURCE2} ./src/runtime/
|
||||||
|
|
||||||
@ -521,6 +523,10 @@ cd ..
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 13 2024 Alejandro Sáez <asm@redhat.com> - 1.22.9-2
|
||||||
|
- Remove bundled boringcrypto blob
|
||||||
|
- Resolves: RHEL-54338
|
||||||
|
|
||||||
* Thu Nov 14 2024 David Benoit <dbenoit@redhat.com> - 1.22.9-1
|
* Thu Nov 14 2024 David Benoit <dbenoit@redhat.com> - 1.22.9-1
|
||||||
- Update to Go 1.22.9
|
- Update to Go 1.22.9
|
||||||
- Resolves: RHEL-67668
|
- Resolves: RHEL-67668
|
||||||
|
Loading…
Reference in New Issue
Block a user