Page MenuHomeFreeBSD

ar: enable reproducible output by default when invoked as `ar -s`
ClosedPublic

Authored by emaste on Jun 16 2016, 5:50 PM.
Tags
None
Referenced Files
F108177292: D6871.diff
Wed, Jan 22, 6:46 AM
Unknown Object (File)
Nov 8 2024, 5:07 PM
Unknown Object (File)
Oct 1 2024, 4:39 PM
Unknown Object (File)
Sep 24 2024, 9:11 AM
Unknown Object (File)
Sep 24 2024, 8:56 AM
Unknown Object (File)
Sep 24 2024, 4:02 AM
Unknown Object (File)
Sep 11 2024, 10:59 PM
Unknown Object (File)
Sep 10 2024, 1:36 PM
Subscribers
None

Details

Summary

ar output is currently deterministic by default for ar -q and ar -r, and when invoked as ranlib. Make ar -s equivalent to ranlib and enable deterministic output by default in that case too.

PR 210330 https://bugs.freebsd.org/210330

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to ar: enable reproducible output by default when invoked as `ar -s`.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: bdrewery, bapt.
bdrewery edited edge metadata.

"Invoking ar with the -s option alone is equivalent to invoking ranlib." convinced me

This revision is now accepted and ready to land.Jun 16 2016, 5:58 PM
This revision was automatically updated to reflect the committed changes.