-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msft-golang: bump version to 1.22.7 to address 3 CVEs
- Loading branch information
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.5-20240702.3.src.tar.gz | ||
%global ms_go_filename go1.22.7-20240905.3.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.5 | ||
Version: 1.22.7 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Vendor: Microsoft Corporation | ||
|
@@ -153,6 +153,9 @@ fi | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Mon Sep 09 2024 Henry Beberman <[email protected]> - 1.22.7 | ||
- Bump version to 1.22.7 to address CVE-2024-34158, CVE-2024-34156, CVE-2024-34155 | ||
|
||
* Thu Jul 04 2024 Muhammad Falak <[email protected]> - 1.22.5-1 | ||
- Bump version to 1.22.4 | ||
|
||
|
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