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)
Fri, Nov 21, 2:51 AM
Unknown Object (File)
Fri, Nov 21, 2:51 AM
Unknown Object (File)
Fri, Nov 21, 2:49 AM
Unknown Object (File)
Thu, Nov 13, 1:04 AM
Unknown Object (File)
Fri, Nov 7, 12:32 AM
Unknown Object (File)
Mon, Nov 3, 1:51 AM
Unknown Object (File)
Oct 18 2025, 8:34 PM
Unknown Object (File)
Oct 18 2025, 3:23 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