Page MenuHomeFreeBSD

libelftc: add elftc_timestamp to handle SOURCE_DATE_EPOCH
ClosedPublic

Authored by emaste on Aug 24 2016, 2:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 2, 4:11 PM
Unknown Object (File)
Feb 12 2024, 10:24 AM
Unknown Object (File)
Dec 27 2023, 5:32 AM
Unknown Object (File)
Dec 27 2023, 5:29 AM
Unknown Object (File)
Nov 22 2023, 8:57 AM
Unknown Object (File)
Nov 12 2023, 4:55 PM
Unknown Object (File)
Nov 12 2023, 12:31 AM
Unknown Object (File)
Nov 4 2023, 9:40 AM
Subscribers
None

Details

Summary

SOURCE_DATE_EPOCH[1] specifies a timestamp (number of seconds since the UNIX epoch) to be used as a timestamp in place of the "current" date and time, in order to facilitate reproducible builds.

[1] https://reproducible-builds.org/specs/source-date-epoch/

(Note, this diff is against the upstream elftoolchain repo, and would make it into FreeBSD in a future vendor import.)

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to libelftc: add elftc_timestamp to handle SOURCE_DATE_EPOCH.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)

The manual page is missing a ".El" between .Xr strtoll 3 . and .Sh SEE ALSO
Otherwise the patch looks quite good! Thanks!

kaiw edited edge metadata.

accept revision (only a minor change in the manual page needed, as stated in the comment)

This revision is now accepted and ready to land.Aug 30 2016, 9:53 PM