Skip to content
Snippets Groups Projects

[3.21] community/dotnet9: security upgrade to 9.0.102

Merged Antoine Martin requested to merge ayakael/aports:dotnet9/upgrade-9.0.1-321 into 3.21-stable
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Antoine Martin changed title from Draft: [3.21] community/dotnet9-runtime: security upgrade to 9.0.1 to Draft: [3.21] community/dotnet9: security upgrade to 9.0.102

    changed title from Draft: [3.21] community/dotnet9-runtime: security upgrade to 9.0.1 to Draft: [3.21] community/dotnet9: security upgrade to 9.0.102

  • Antoine Martin changed the description

    changed the description

  • Antoine Martin added 1 commit

    added 1 commit

    • 4e1b429e - community/dotnet9-sdk: upgrade to 9.0.102

    Compare with previous version

  • Antoine Martin marked this merge request as ready

    marked this merge request as ready

  • omni added 169 commits

    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

    Compare with previous version

  • merged

    • Developer

      our aarch64 and armv7 builders are having issues fetching from api.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
    • Author Contributor

      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 the api.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.

    • Developer

      I don't think it's architecture related but related to where our arm package builders are located

    • Author Contributor

      That's my understanding as well. I have time today to work on the testsuite so that it can be buildable offline.

    • Please register or sign in to reply
  • omni mentioned in merge request !79098 (merged)

    mentioned in merge request !79098 (merged)

Please register or sign in to reply
Loading