Update to 1.18.8

This commit is contained in:
Bradley G Smith 2022-11-12 13:44:38 -08:00
parent 239ad3bcfa
commit 15b13d2e8a
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -119,3 +119,4 @@
/go1.18.5.src.tar.gz
/go1.18.6.src.tar.gz
/go1.18.7.src.tar.gz
/go1.18.8.src.tar.gz

View File

@ -108,14 +108,14 @@
# Comment out go_prerelease and go_patch as needed
%global go_api 1.18
#global go_prerelease rc1
%global go_patch 7
%global go_patch 8
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
# For rpmdev-bumpspec and releng automation
%global baserelease 1
Name: golang
Version: %{go_version}
Release: %{baserelease}%{?dist}
@ -399,7 +399,7 @@ echo "== 4 =="
echo "%%{goroot}/$file" >> $shared_list
echo "%%{golibdir}/$(basename $file)" >> $shared_list
done
find pkg/*_dynlink/ -type d -printf '%%%dir %{goroot}/%p\n' >> $shared_list
find pkg/*_dynlink/ ! -type d -printf '%{goroot}/%p\n' >> $shared_list
%endif
@ -541,6 +541,9 @@ fi
%endif
%changelog
* Sun Nov 13 2022 Bradley G Smith <bradley.g.smith@gmail.com> - 1.18.8-1
- Update to 1.18.8
* Tue Oct 04 2022 Alejandro Sáez <asm@redhat.com> - 1.18.7-1
- Update to 1.18.7
@ -637,7 +640,7 @@ fi
* Mon May 10 2021 Alejandro Sáez <asm@redhat.com> - 1.16.4-1
- Update to go1.16.4
- Security fix for CVE-2021-31525
- Security fix for CVE-2021-31525
- Resolves: rhbz#1958343
* Fri Apr 09 2021 Alejandro Sáez <asm@redhat.com> - 1.16.3-1

View File

@ -1 +1 @@
SHA512 (go1.18.7.src.tar.gz) = cf1ff024e94b900b87cc52d3ec04b0f7f853880a99c416791ad4b9af5f8e50ec82fbe00788bc8dcc184ef5ce1a9df17f5f5e95cf01c0c8138f28f53d691ca5d4
SHA512 (go1.18.8.src.tar.gz) = 8fb257e2e53bf887948735c03a68748c55e2ceda3c6593cabb0c70e82b0e4e8f6ecd8aece5e6b1b96e4589a53ae557f8d9d6dea093efff0ae657afad25b05b22