Skip to content
Snippets Groups Projects
Commit 338f9b07 authored by importbot's avatar importbot
Browse files

import golang-1.22.11-1.module+el8+1010+deadbeef

702fcd36a0592fda2cc34da77e97d53ca5c2bfec9f1f151bd7ca4506cea4eeea
ee80ed2792f274dabc7f26ec5d86fc84cf2e365f059b3e33966c19144f4606c0
a104e23de7dd7c657fed13b2e2f485e41780f76c21e2bcfe8e8105915a70e552 SOURCES/go1.22.7-1-openssl-fips.tar.gz
0b9b3cabe42b74530df7f2d792c07e92ac40176ca618aef5a800b2ef10aa3804 SOURCES/go1.22.7.tar.gz
4c60db3acc441b82e2c63d043319896a8280c59a2c937b166212e3ab17fd6181 SOURCES/go1.22.11-1-openssl-fips.tar.gz
3fbc7d7a671424ce0923c346d7ba363c12e33c2a4c3a410b90d2f58a8252f349 SOURCES/go1.22.11.tar.gz
......@@ -92,7 +92,7 @@
%endif
%global go_api 1.22
%global version 1.22.7
%global version 1.22.11
%global pkg_release 1
Name: golang
......@@ -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,19 @@ cd ..
%endif
%changelog
* Tue Jan 21 2025 Archana <aravinda@redhat.com> - 1.22.11-1
- Rebase to Go1.22.11 to pick up fixes for CVE 2024-45341 and 2024-45336
- Fix test failures with expired certificates
- Resolves: RHEL-73752
* 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
- Update to Go 1.22.9
- Resolves: RHEL-67668
* Mon Sep 16 2024 David Benoit <dbenoit@redhat.com> - 1.22.7-1
- Update to Go 1.22.7
- Resolves: RHEL-58223
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment