Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to override build date with SOURCE_DATE_EPOCH #122

Merged
merged 1 commit into from Nov 30, 2019

Conversation

bmwiedemann
Copy link
Contributor

Allow to override build date with SOURCE_DATE_EPOCH
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

Note: This date call is designed to work with different flavors
of date (GNU, (Free)BSD and others).

in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

Note: This date call is designed to work with different flavors
of date (GNU, BSD and others).
@vanhauser-thc
Copy link
Member

the build date in the patch will only be in the man pages ... shouldnt that information also be in e.g afl++ -h output?

I will accept this, however this looks incomplete to me.

@vanhauser-thc vanhauser-thc merged commit 9c2e27a into AFLplusplus:master Nov 30, 2019
@bmwiedemann bmwiedemann deleted the date branch December 1, 2019 16:57
@bmwiedemann
Copy link
Contributor Author

It was enough to make our openSUSE afl package build reproducibly, so I dont need more.

abertschi pushed a commit to mattweingarten/AFLplusplus that referenced this pull request Apr 21, 2022
PR AFLplusplus#111 with some minor nits fixed

Co-authored-by: van Hauser <vh@thc.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants