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

fix: use sha256 for RPM digest #10272

Merged
merged 1 commit into from
Dec 14, 2021
Merged

Commits on Dec 14, 2021

  1. fix: use sha256 for RPM digest

    The md5 algorithm is known to be unsafe and FIPS enabled systems do not
    allow its use for file manifests. The `fpm` tool used to produce rpm
    and deb packages uses md5 by default. This updates the algorithm to
    sha256.
    
    Resolves: influxdata#10270
    powersj committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    6b28967 View commit details
    Browse the repository at this point in the history