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)
Tue, Mar 25, 1:01 PM
Unknown Object (File)
Sun, Mar 23, 3:53 PM
Unknown Object (File)
Feb 24 2025, 7:18 AM
Unknown Object (File)
Feb 21 2025, 8:32 PM
Unknown Object (File)
Feb 21 2025, 2:33 PM
Unknown Object (File)
Feb 21 2025, 1:42 PM
Unknown Object (File)
Feb 9 2025, 5:42 AM
Unknown Object (File)
Dec 28 2024, 8:47 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