]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make lib/dns/gen.c compatible with reproducible builds.
authorOndřej Surý <ondrej@sury.org>
Fri, 29 Mar 2019 15:17:00 +0000 (16:17 +0100)
committerOndřej Surý <ondrej@sury.org>
Thu, 9 May 2019 08:10:01 +0000 (15:10 +0700)
commitc8cb612d39d7e80da90b328e1fb253a2b17a56a1
tree267ed208a7b51b79cbaed08910b3d4c577f85cc2
parentf23fa0a3e5258eabb87404f5a33d819da3f3b6b0
Make lib/dns/gen.c compatible with reproducible builds.

The gen.c will now use SOURCE_DATE_EPOCH[1] if found in environment
to make the build more reproducible build friendly.

1. https://reproducible-builds.org/specs/source-date-epoch/
lib/dns/gen.c