[Swan-commit] Changes to ref refs/heads/master

Paul Wouters paul at vault.libreswan.fi
Tue Oct 23 11:08:34 UTC 2018


New commits:
commit 3e38d985b3e8ff10d59adb62843e850b5b7799c8
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Oct 23 13:02:08 2018 +0200

    building: sort all wildcarded object files for build reproducibility
    
    Without this sort, the linker may assemble the final object files in
    the order in which their source files are found in the filesystem (or
    however make chooses to interpret the $(wildcard ...) function).
    
    By sorting the results lexicographically, we aim to assemble
    byte-identical output files, regardless of the filesystem order or
    other possible non-determinism introduced by make.
    
    This resolves https://github.com/libreswan/libreswan/pull/217
    
    Signed-off-by: Paul Wouters <pwouters at redhat.com>

commit da04253f98e3d4c26ca02161ae828947fc466b3d
Author: Paul Wouters <pwouters at redhat.com>
Date:   Tue Oct 23 13:03:26 2018 +0200

    documentation: updated CHANGES



More information about the Swan-commit mailing list