-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade msft-golang to 1.22.8 To…
… fix CVE-2022-41717 - branch main (#10834)
- Loading branch information
1 parent
4401d89
commit 3eb66d1
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
%global goroot %{_libdir}/golang | ||
%global gopath %{_datadir}/gocode | ||
%global ms_go_filename go1.22.7-20240905.3.src.tar.gz | ||
%global ms_go_filename go1.22.8-20241001.6.src.tar.gz | ||
%global ms_go_revision 1 | ||
%ifarch aarch64 | ||
%global gohostarch arm64 | ||
|
@@ -14,7 +14,7 @@ | |
%define __find_requires %{nil} | ||
Summary: Go | ||
Name: msft-golang | ||
Version: 1.22.7 | ||
Version: 1.22.8 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Vendor: Microsoft Corporation | ||
|
@@ -153,6 +153,9 @@ fi | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Thu Oct 24 2024 CBL-Mariner Servicing Account <[email protected]> - 1.22.8-1 | ||
- Auto-upgrade to 1.22.8 - To fix CVE-2022-41717 | ||
|
||
* Mon Sep 09 2024 Henry Beberman <[email protected]> - 1.22.7-1 | ||
- Bump version to 1.22.7 to address CVE-2024-34158, CVE-2024-34156, CVE-2024-34155 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters