Page MenuHomeSolus

"Inclusion of torsocks fixes T4354 and T4237"
AbandonedPublic

Authored by netchup on Jan 10 2020, 11:23 AM.
Tags
None
Referenced Files
F11043645: D8028.diff
Thu, Aug 10, 8:22 AM
F11038626: D8028.id19211.diff
Wed, Aug 9, 11:16 PM
F11038625: D8028.id19224.diff
Wed, Aug 9, 11:16 PM
F11038624: D8028.id.diff
Wed, Aug 9, 11:16 PM
F11038620: D8028.id19226.diff
Wed, Aug 9, 11:16 PM
F11038619: D8028.id19227.diff
Wed, Aug 9, 11:16 PM
F11027562: D8028.diff
Wed, Aug 9, 4:42 AM
F10990948: D8028.id19224.diff
Mon, Jul 24, 11:15 PM
Subscribers

Details

Reviewers
JoshStrobl
Group Reviewers
Triage Team
Summary

tor service must be at least started to use torsocks

Test Plan

After compilation, just installed and tested with "torsocks curl ifconfig.me" that says different IP than mine. The tor service must be started manually.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
7

Should probably be security.utils

12

Excessive indentation. Only needs to be 4 spaces.

pspec_x86_64.xml
24

static libraries should be disabled. Try --disable static as a flag after %reconfigure

28

Docs should either be disabled (if there is a configure option for it) or nuked.

This revision now requires changes to proceed.Jan 10 2020, 11:29 AM
netchup marked an inline comment as done.

fixes

netchup marked 2 inline comments as done.

Fixed component and indentation

netchup marked an inline comment as done.

ready for next review

As per our docs, you should not be doing a git commit (supplemental commit to your initial one), you should be appending your original commit: https://getsol.us/articles/packaging/submitting-a-package/en/#updating-a-patch-that-needs-changes

This revision now requires changes to proceed.Jan 15 2020, 8:16 AM

Closing due to not addressing issues raised in 30+ days.