Skip to content

Commit

Permalink
msft-golang: bump version to 1.22.7 to address 3 CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeberman committed Sep 9, 2024
1 parent 7918ac3 commit fd1b23f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SPECS/msft-golang/msft-golang.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Signatures": {
"go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95",
"go.20240206.2.src.tar.gz": "7982e0011aa9ab95fd0530404060410af4ba57326d26818690f334fdcb6451cd",
"go1.22.5-20240702.3.src.tar.gz": "c0247d253ef882d00536c289af6f1329430870d1ae8b05b3288c536974644e24",
"go1.22.7-20240905.3.src.tar.gz": "4c2601d9fe6b4692b6bb4487751dec149c30bd76ad9383331a84971a66bdd0bc",
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
}
}
7 changes: 5 additions & 2 deletions SPECS/msft-golang/msft-golang.spec
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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13653,8 +13653,8 @@
"type": "other",
"other": {
"name": "msft-golang",
"version": "1.22.5",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.5-1/go1.22.5-20240702.3.src.tar.gz"
"version": "1.22.7",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.7-1/go1.22.7-20240905.3.src.tar.gz"
}
}
},
Expand Down

0 comments on commit fd1b23f

Please sign in to comment.