Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@NikolaMilosavljevic
Copy link
Member

Fixes: #122653

libopenssl3 is supported and installed by default on all of the supported distro releases listed at https://learn.microsoft.com/en-us/dotnet/core/install/linux-sles?tabs=dotnet8 and https://learn.microsoft.com/en-us/dotnet/core/install/linux-opensuse?tabs=dotnet8

libopenssl3 is also supported and installed by default on openSUSE Tumbleweed release. This release does not have any other, older, version of this library.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the OpenSSL dependency for SLES and openSUSE distributions from older versions to libopenssl3, which is now supported and installed by default on all currently supported distro releases including openSUSE Tumbleweed.

Key Changes

  • Updates SLES 12 dependency from libopenssl1_1 to libopenssl3
  • Updates openSUSE 42 dependency from libopenssl1_0_0 to libopenssl3

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-sles.12.proj Updates OpenSSL dependency from libopenssl1_1 to libopenssl3 for SLES
src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-opensuse.42.proj Updates OpenSSL dependency from libopenssl1_0_0 to libopenssl3 for openSUSE

After thorough review, I found no issues with this PR. The changes are straightforward dependency updates that align with the PR description and the linked issue. The file names (sles.12 and opensuse.42) represent the package target OS identifiers used by the .NET installer infrastructure, not literal version restrictions. According to the PR description, libopenssl3 is available and installed by default on all currently supported SLES and openSUSE releases, making these updates appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-Setup Servicing-consider Issue for next servicing release review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant