From 87c767fe6a97767c424b540b69ab3fa19073e0b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Fri, 29 Nov 2024 14:17:10 +0100 Subject: [PATCH] Remove bundled boringcrypto blob Resolves: RHEL-54338 --- golang.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/golang.spec b/golang.spec index 70d7fd4..3313e82 100644 --- a/golang.spec +++ b/golang.spec @@ -97,7 +97,7 @@ 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 @@ -258,6 +258,8 @@ popd %autopatch -p1 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/ @@ -521,6 +523,10 @@ cd .. %endif %changelog +* Fri Dec 13 2024 Alejandro Sáez - 1.22.9-2 +- Remove bundled boringcrypto blob +- Resolves: RHEL-54338 + * Thu Nov 14 2024 David Benoit - 1.22.9-1 - Update to Go 1.22.9 - Resolves: RHEL-67668