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
F81946284: D7631.diff
Tue, Apr 23, 2:29 PM
Unknown Object (File)
Fri, Apr 19, 7:51 AM
Unknown Object (File)
Fri, Apr 19, 3:43 AM
Unknown Object (File)
Tue, Apr 2, 12:35 AM
Unknown Object (File)
Mar 2 2024, 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
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