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

Sort hash keys #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 18, 2017

  1. Sort hash keys

    When building packages (e.g. for openSUSE Linux) in disposable VMs
    every build gave a different result.
    This patch fixes this by sorting hash keys
    
    See https://reproducible-builds.org/ for why this matters.
    
    was also filed at
    https://rt.cpan.org/Public/Bug/Display.html?id=119888
    bmwiedemann committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    573a2c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Sort find_file file list

    so that ConfigData.pm ld_shared_libs builds in a reproducible way
    in spite of indeterministic filesystem readdir order.
    
    See https://reproducible-builds.org/ for why this is good.
    bmwiedemann committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    0882448 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Enforce list context for the return value of sort

    because the behaviour of sort in scalar context is undefined
    perlpunk authored and bmwiedemann committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    040f4c9 View commit details
    Browse the repository at this point in the history