aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-08-12 13:11:09 +0000
committerEd Maste <emaste@FreeBSD.org>2024-09-05 15:02:36 +0000
commit14a2be2b3db17cbd86a584d5a3378baa7e966bd0 (patch)
tree8e2fe1a75015c9cc940f209ffee55cdda3196d30
parente998c9f1bb39301a3408a47004ee6747698a9c8d (diff)
downloadsrc-14a2be2b3db17cbd86a584d5a3378baa7e966bd0.tar.gz
src-14a2be2b3db17cbd86a584d5a3378baa7e966bd0.zip
stand: bump arbitrary build date to 2024-01-01
For build reproducibility we set PE headers to an arbitrary timestamp. Nothing in FreeBSD uses this timestamp, but bump it from 2016 to 2024 so that the timestamp does not seem "too old" in case some third party tool is used to inspect EFI boot components. Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D46527 (cherry picked from commit 1b9cfd6a625dc82611846cb9a53c1886f7af3758)
-rw-r--r--stand/efi/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/stand/efi/Makefile.inc b/stand/efi/Makefile.inc
index a27eb5d97484..d4600a4d60e7 100644
--- a/stand/efi/Makefile.inc
+++ b/stand/efi/Makefile.inc
@@ -24,8 +24,8 @@ EFI_TARGET= efi-app-x86_64
EFI_TARGET= binary
.endif
-# Arbitrarily set the PE/COFF header timestamps to 1 Jan 2016 00:00:00
+# Arbitrarily set the PE/COFF header timestamps to 1 Jan 2024 00:00:00
# for build reproducibility.
-SOURCE_DATE_EPOCH?=1451606400
+SOURCE_DATE_EPOCH?=1704067200
.include "../Makefile.inc"