View | Details | Raw Unified | Return to bug 281551 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/tor-browser/Makefile (-1 / +2 lines)
Lines 45-51 GL_ACCOUNT= tpo Link Here
45
GL_PROJECT=	translation:basebrowser translation:torbrowser
45
GL_PROJECT=	translation:basebrowser translation:torbrowser
46
GL_TAGNAME=	16446c485b3be4198a7e79bfcac6510784a18506:basebrowser 816fcde248e0e25c8ad921d25ec97a374a59ed94:torbrowser
46
GL_TAGNAME=	16446c485b3be4198a7e79bfcac6510784a18506:basebrowser 816fcde248e0e25c8ad921d25ec97a374a59ed94:torbrowser
47
RUN_DEPENDS=	tor:security/tor \
47
RUN_DEPENDS=	tor:security/tor \
48
		obfs4proxy:security/obfs4proxy-tor
48
		obfs4proxy:security/obfs4proxy-tor \
49
		snowflake-client:security/snowflake-tor
49
50
50
USES=		compiler:c++11-lib libtool \
51
USES=		compiler:c++11-lib libtool \
51
		perl5 pkgconfig python shebangfix localbase:ldflags tar:xz python:3
52
		perl5 pkgconfig python shebangfix localbase:ldflags tar:xz python:3
(-)b/www/tor-browser/files/torrc-defaults.in (+5 lines)
Lines 1-4 Link Here
1
AvoidDiskWrites 1
1
AvoidDiskWrites 1
2
CookieAuthentication 1
2
CookieAuthentication 1
3
DormantCanceledByStartup 1
3
DormantCanceledByStartup 1
4
5
## obfs4proxy configuration
4
ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit exec %%LOCALBASE%%/bin/obfs4proxy
6
ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit exec %%LOCALBASE%%/bin/obfs4proxy
7
8
## snowflake configuration
9
ClientTransportPlugin snowflake exec %%LOCALBASE%%/bin/snowflake-client

Return to bug 281551