[3.21] community/dotnet9: security upgrade to 9.0.102
1 unresolved thread
1 unresolved thread
https://github.com/dotnet/core/blob/main/release-notes/9.0/9.0.1/9.0.1.md
- upgrade dotnet9-runtime to 9.0.1
- upgrade dotnet9-sdk to 9.0.102
Fixes:
- CVE-2025-21171
- CVE-2025-21172
- CVE-2025-21173
- CVE-2025-21176
Edited by Antoine Martin
Merge request reports
Activity
Filter activity
added tag:security v3.21 labels
added 169 commits
-
4e1b429e...fefc467e - 167 commits from branch
alpine:3.21-stable
- 1cd61a8a - community/dotnet9-runtime: security upgrade to 9.0.1
- 9884d097 - community/dotnet9-sdk: upgrade to 9.0.102
-
4e1b429e...fefc467e - 167 commits from branch
our
aarch64
andarmv7
builders are having issues fetching fromapi.nuget.org
>>> dotnet9-runtime: Building turkey test suite fatal: not a git repository (or any of the parent directories): .git Determining projects to restore... /home/buildozer/aports/community/dotnet9-runtime/src/dotnet-bunny-15/Turkey/Turkey.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json. /home/buildozer/aports/community/dotnet9-runtime/src/dotnet-bunny-15/Turkey/Turkey.csproj : error NU1301: The HTTP request to 'GET https://api.nuget.org/v3/index.json' has timed out after 100000ms. /home/buildozer/aports/community/dotnet9-runtime/src/dotnet-bunny-15/Turkey/Turkey.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json. /home/buildozer/aports/community/dotnet9-runtime/src/dotnet-bunny-15/Turkey/Turkey.csproj : error NU1301: The HTTP request to 'GET https://api.nuget.org/v3/index.json' has timed out after 100000ms. /home/buildozer/aports/community/dotnet9-runtime/src/dotnet-bunny-15/Turkey/Turkey.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json. /home/buildozer/aports/community/dotnet9-runtime/src/dotnet-bunny-15/Turkey/Turkey.csproj : error NU1301: The HTTP request to 'GET https://api.nuget.org/v3/index.json' has timed out after 100000ms. /home/buildozer/aports/community/dotnet9-runtime/src/dotnet-bunny-15/Turkey/Turkey.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json. /home/buildozer/aports/community/dotnet9-runtime/src/dotnet-bunny-15/Turkey/Turkey.csproj : error NU1301: The HTTP request to 'GET https://api.nuget.org/v3/index.json' has timed out after 100000ms. /home/buildozer/aports/community/dotnet9-runtime/src/dotnet-bunny-15/Turkey/Turkey.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json. /home/buildozer/aports/community/dotnet9-runtime/src/dotnet-bunny-15/Turkey/Turkey.csproj : error NU1301: The HTTP request to 'GET https://api.nuget.org/v3/index.json' has timed out after 100000ms. Failed to restore /home/buildozer/aports/community/dotnet9-runtime/src/dotnet-bunny-15/Turkey/Turkey.csproj (in 50.48 min). >>> ERROR: dotnet9-runtime: check failed
I've had to deal with strange issues like this that only happens on the arm builders. I cannot reproduce this behavior on my
aarch64
server. Usually it clears up after a day or two. Maybe something being broken with theapi.nuget.org
in that part of the world (i.e netherlands). That said, I should make changes so that Turkey uses local nupkgs instead of getting its dependencies online, because build on dotnet is offline. I'll make a note of doing that in the next few days.
mentioned in merge request !79098 (merged)
Please register or sign in to reply