Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate NSS #1182

Merged
merged 2 commits into from
Apr 16, 2020
Merged

Commits on Apr 16, 2020

  1. Add a warning when beecrypt is selected for the crypto library

    Let's make it absolutely clear that selecting beecrypt is deprecated
    and those continuing to use it should be aware that the option will
    go away soon.
    Conan-Kudo committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    12d5f9c View commit details
    Browse the repository at this point in the history
  2. Deprecate NSS support

    The NSS library often changes in ways that somehow breaks rpm,
    and these days upstream does not care about consumers of NSS other
    than itself. This inflicts untold amounts of suffering on users
    of rpm in distributions where rpm is linked to NSS.
    
    Now that we have a couple of good, well-supported options, there is
    no reason to keep supporting NSS as an option.
    
    So now, we are deprecating it for later removal.
    Conan-Kudo committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    115abba View commit details
    Browse the repository at this point in the history