[tor-commits] [tor-browser-build/master] Bug 30779: Make openssl build reproducible by setting SOURCE_DATE_EPOCH

gk at torproject.org gk at torproject.org
Fri Jun 7 08:23:13 UTC 2019


commit 3d5f652a3ec9fb44c41e79174f2de28f14ffdbe0
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Thu Jun 6 00:25:38 2019 +0200

    Bug 30779: Make openssl build reproducible by setting SOURCE_DATE_EPOCH
---
 projects/openssl/build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/openssl/build b/projects/openssl/build
index a3ff092..40dc526 100644
--- a/projects/openssl/build
+++ b/projects/openssl/build
@@ -13,6 +13,7 @@ export CC='gcc -m32'
   ln -s $clangdir/bin/clang $clangdir/bin/x86_64-apple-darwin11-cc
   export CC="cc [% c("var/FLAGS") %]"
 [% END -%]
+export SOURCE_DATE_EPOCH='[% c("timestamp") %]'
 ./Configure --prefix=$distdir [% c('var/configure_opts') %]
 make
 make install





More information about the tor-commits mailing list