]> git.ipfire.org Git - thirdparty/openssl.git/commit
fix: let util/mkbuildinf.pl use SOURCE_DATE_EPOCH, even if it's zero
authorRichard Levitte <levitte@openssl.org>
Tue, 15 Oct 2024 12:25:34 +0000 (14:25 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 17 Oct 2024 10:54:12 +0000 (12:54 +0200)
commitc5e0f55f73a7f8d6c5cf15d7e14dc2b5a5f380b5
tree86d2304c8a1bb29555d0dbbabb8b110f5cc82f93
parentbdb988f247c5f07a6f333ba4eadc5ecd3ad8d5d2
fix: let util/mkbuildinf.pl use SOURCE_DATE_EPOCH, even if it's zero

Doing this allows reproducible builds, for those who want this.

Fixes #25475

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/25699)

(cherry picked from commit 7b36037e2201ea6927458c1b5fc31502d0747b6f)
util/mkbuildinf.pl