Bug 215123 - security/tor: Added 'EXPENSIVE_HARDEN' option
Summary: security/tor: Added 'EXPENSIVE_HARDEN' option
Status: Closed Not Accepted
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on: 215125
Blocks:
  Show dependency treegraph
 
Reported: 2016-12-07 18:04 UTC by Yuri Victorovich
Modified: 2016-12-07 19:23 UTC (History)
0 users

See Also:


Attachments
patch (1.05 KB, patch)
2016-12-07 18:04 UTC, Yuri Victorovich
yuri: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2016-12-07 18:04:50 UTC
Created attachment 177758 [details]
patch

The new EXPENSIVE_HARDEN option reflects the optional --enable-expensive-hardening configure option that is supported by Tor. It enables several compiler sanitizer options.

Passes poudriere with this option ON on 10 and 11. This option is OFF by default, so it should have no effect on the default builds.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2016-12-07 18:36:37 UTC
There is a problem.
I will investigate, and reopen when done.