mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-14 16:03:05 +00:00
17 lines
846 B
Diff
17 lines
846 B
Diff
https://github.com/termux/termux-packages/issues/15852
|
|
Borrowed from https://github.com/gentoo/gentoo/blob/76fd32c61c0f1872af30e1d02368d1291021d770/net-proxy/torsocks/files/torsocks-2.4.0-clang16.patch
|
|
|
|
https://bugs.gentoo.org/881077
|
|
https://gitlab.torproject.org/tpo/core/torsocks/-/issues/40014
|
|
https://lists.torproject.org/pipermail/tor-dev/2022-December/014790.html
|
|
--- a/src/common/config-file.h
|
|
+++ b/src/common/config-file.h
|
|
@@ -109,6 +109,7 @@ int conf_file_set_allow_inbound(const char *val, struct configuration *config);
|
|
int conf_file_set_allow_outbound_localhost(const char *val, struct
|
|
configuration *config);
|
|
int conf_file_set_isolate_pid(const char *val, struct configuration *config);
|
|
+int conf_file_set_enable_ipv6(const char *val, struct configuration *config);
|
|
|
|
int conf_apply_socks_auth(struct configuration *config);
|
|
|