New commits:
commit 3e38d985b3e8ff10d59adb62843e850b5b7799c8
Author: Daniel Kahn Gillmor <[email protected]>
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 <[email protected]>
commit da04253f98e3d4c26ca02161ae828947fc466b3d
Author: Paul Wouters <[email protected]>
Date: Tue Oct 23 13:03:26 2018 +0200
documentation: updated CHANGES
_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit