Page MenuHomeSolus

D8028.diff
No OneTemporary

D8028.diff

Index: package.yml
===================================================================
--- package.yml
+++ package.yml
@@ -4,15 +4,17 @@
source :
- https://github.com/dgoulet/torsocks/archive/v2.3.0.tar.gz : 817c143e8a9d217f41a223a85139c6ca28e1b99556c547fcdb4c72dbc170b6c9
license : GPL-2.0-only
-component : security
+component : security.utils
summary : Allows you to use most socks-friendly applications in a safe way with Tor. TCP only.
description: |
Torsocks allows you to use most applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects any traffic other than TCP from the application you're using. It's transparent to the user and if torsocks detects any communication that can't go through the Tor network.
rundeps :
- - tor
+ - tor
setup : |
- %reconfigure
+ %reconfigure --enable-static=no
build : |
%make
install : |
%make_install
+ # nuke docs
+ rm -rf $installdir/usr/share/doc/
Index: pspec_x86_64.xml
===================================================================
--- pspec_x86_64.xml
+++ pspec_x86_64.xml
@@ -6,7 +6,7 @@
<Email>szymonscholz@gmail.com</Email>
</Packager>
<License>GPL-2.0-only</License>
- <PartOf>security</PartOf>
+ <PartOf>security.utils</PartOf>
<Summary xml:lang="en">Allows you to use most socks-friendly applications in a safe way with Tor. TCP only.</Summary>
<Description xml:lang="en">Torsocks allows you to use most applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects any traffic other than TCP from the application you&apos;re using. It&apos;s transparent to the user and if torsocks detects any communication that can&apos;t go through the Tor network.
</Description>
@@ -17,18 +17,13 @@
<Summary xml:lang="en">Allows you to use most socks-friendly applications in a safe way with Tor. TCP only.</Summary>
<Description xml:lang="en">Torsocks allows you to use most applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects any traffic other than TCP from the application you&apos;re using. It&apos;s transparent to the user and if torsocks detects any communication that can&apos;t go through the Tor network.
</Description>
- <PartOf>security</PartOf>
+ <PartOf>security.utils</PartOf>
<Files>
<Path fileType="config">/etc/tor/torsocks.conf</Path>
<Path fileType="executable">/usr/bin/torsocks</Path>
- <Path fileType="library">/usr/lib64/torsocks/libtorsocks.a</Path>
<Path fileType="library">/usr/lib64/torsocks/libtorsocks.so</Path>
<Path fileType="library">/usr/lib64/torsocks/libtorsocks.so.0</Path>
<Path fileType="library">/usr/lib64/torsocks/libtorsocks.so.0.0.0</Path>
- <Path fileType="doc">/usr/share/doc/torsocks/ChangeLog</Path>
- <Path fileType="doc">/usr/share/doc/torsocks/DEBUG</Path>
- <Path fileType="doc">/usr/share/doc/torsocks/SOCKS5</Path>
- <Path fileType="doc">/usr/share/doc/torsocks/socks-extensions.txt</Path>
<Path fileType="man">/usr/share/man/man1/torsocks.1</Path>
<Path fileType="man">/usr/share/man/man5/torsocks.conf.5</Path>
<Path fileType="man">/usr/share/man/man8/torsocks.8</Path>

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 8:22 AM (20 h, 50 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5812198
Default Alt Text
D8028.diff (3 KB)

Event Timeline