Summary: | [regression][patch] ranlib's deterministic mode broken since r286024 | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Fabian Keil <fk> | ||||
Component: | bin | Assignee: | Ed Maste <emaste> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | emaste | ||||
Priority: | --- | Keywords: | patch, regression | ||||
Version: | CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Fabian Keil
2015-08-29 10:02:34 UTC
Created attachment 160479 [details]
usr.bin/ar: Fix deterministic mode when running as ranlib
A commit references this bug: Author: emaste Date: Mon Aug 31 12:28:14 UTC 2015 New revision: 287324 URL: https://svnweb.freebsd.org/changeset/base/287324 Log: ar: fix deterministic mode when running as ranlib This was broken by r286024. PR: 202741 Submitted by: fk@fabiankeil.de Obtained from: ElectroBSD Changes: head/usr.bin/ar/ar.c I intend to MFC the change to enable deterministic mode by default, and will include this fix. |