]> 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 09:05:38 +0000 (16:05 +0700)
commit0dced2fa6a1c50afef6f1e1360e751eafde06c1a
tree34d96e9d126467bff97bec607f09ac2018d3b9db
parentaca6ebadc4845a2577699620bbcea4a05cebc168
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/

(cherry picked from commit c8cb612d39d7e80da90b328e1fb253a2b17a56a1)
lib/dns/gen.c