Skip to content

Commit 53735b9

Browse files
Kanishk-BansalKanishk Bansal
andauthored
[2.0] Upgrade msft-golang to 1.24.7 (microsoft#14751)
Signed-off-by: Kanishk Bansal <[email protected]> Co-authored-by: Kanishk Bansal <[email protected]>
1 parent 1012e96 commit 53735b9

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

SPECS/coredns/coredns.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Summary: Fast and flexible DNS server
44
Name: coredns
55
Version: 1.11.1
6-
Release: 19%{?dist}
6+
Release: 20%{?dist}
77
License: Apache License 2.0
88
Vendor: Microsoft Corporation
99
Distribution: Mariner
@@ -84,6 +84,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} %{name}
8484
%{_bindir}/%{name}
8585

8686
%changelog
87+
* Thu Oct 02 2025 Kanishk Bansal <[email protected]> - 1.11.1-20
88+
- Bump to build with latest msft-golang 1.24.7
89+
8790
* Tue Jun 17 2025 Aninda Pradhan <[email protected]> - 1.11.1-19
8891
- Fix CVE-2025-47950 with an upstream patch
8992

SPECS/etcd/etcd.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: A highly-available key value store for shared configuration
22
Name: etcd
33
Version: 3.5.21
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55
License: ASL 2.0
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -115,6 +115,9 @@ install -vdm755 %{buildroot}%{_sharedstatedir}/etcd
115115
/%{_docdir}/%{name}-%{version}-tools/*
116116

117117
%changelog
118+
* Thu Oct 02 2025 Kanishk Bansal <[email protected]> - 3.5.21-2
119+
- Bump to build with latest msft-golang 1.24.7
120+
118121
* Sun Mar 30 2025 Kanishk Bansal <[email protected]> - 3.5.21-1
119122
- Upgrade to 3.5.21 for CVE-2025-30204
120123
- Remove previously applied patches

SPECS/msft-golang/msft-golang.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95",
44
"go.20240206.2.src.tar.gz": "7982e0011aa9ab95fd0530404060410af4ba57326d26818690f334fdcb6451cd",
55
"go1.22.12-20250211.4.src.tar.gz": "e1cc3bff8fdf1f24843ffc9f0eaddfd344eb40fd9ca0d9ba2965165be519eeb7",
6-
"go1.24.5-20250708.7.src.tar.gz": "c8dbbc78a39213d469cac915699a2581bd2d5d3f7f2f55394adedd365ecea46c",
6+
"go1.24.7-20250903.8.src.tar.gz": "5ab5a299e1dca0508ad8631a46acf8b4101061dd41224693009e6dfea91f22d4",
77
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
88
}
99
}

SPECS/msft-golang/msft-golang.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%global goroot %{_libdir}/golang
22
%global gopath %{_datadir}/gocode
3-
%global ms_go_filename go1.24.5-20250708.7.src.tar.gz
3+
%global ms_go_filename go1.24.7-20250903.8.src.tar.gz
44
%global ms_go_revision 1
55
%ifarch aarch64
66
%global gohostarch arm64
@@ -14,7 +14,7 @@
1414
%define __find_requires %{nil}
1515
Summary: Go
1616
Name: msft-golang
17-
Version: 1.24.5
17+
Version: 1.24.7
1818
Release: 1%{?dist}
1919
License: BSD
2020
Vendor: Microsoft Corporation
@@ -158,6 +158,9 @@ fi
158158
%{_bindir}/*
159159

160160
%changelog
161+
* Wed Oct 01 2025 Kanishk Bansal <[email protected]> - 1.24.7-1
162+
- Upgrade version to 1.24.7
163+
161164
* Wed Aug 06 2025 Muhammad Falak <[email protected]> - 1.24.5-1
162165
- Bump version to 1.24.5
163166
- Drop un-needed patches

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13663,8 +13663,8 @@
1366313663
"type": "other",
1366413664
"other": {
1366513665
"name": "msft-golang",
13666-
"version": "1.24.5",
13667-
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.24.5-1/go1.24.5-20250708.7.src.tar.gz"
13666+
"version": "1.24.7",
13667+
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.24.7-1/go1.24.7-20250903.8.src.tar.gz"
1366813668
}
1366913669
}
1367013670
},

0 commit comments

Comments
 (0)