Skip to content

Commit

Permalink
torsocks: add patch for ipv4 and enable package (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalbiswas authored and fornwall committed Jan 3, 2017
1 parent 3d8a22f commit 2c0f14b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions packages/torsocks/src-lib-gethostbyname.c.patch
@@ -0,0 +1,11 @@
--- ./src/lib/gethostbyname.c 2016-10-18 22:14:01.000000000 +0530
+++ ../gethostbyname.c 2016-12-22 10:14:38.497288603 +0530
@@ -74,7 +74,7 @@

/* Man page specifies that it can either be an hostname or IPv4 address.
* If it's an address, go with it else try to resolve it through Tor. */
- if (utils_is_address_ipv4(name)) {
+ if (utils_is_address_ipv4(name) == 1) {
if (inet_pton(AF_INET, name, &ip) <= 0) {
goto error;
}
File renamed without changes.
File renamed without changes.

0 comments on commit 2c0f14b

Please sign in to comment.