FreeBSD Bugzilla – Attachment 187690 Details for
Bug 223320
security/obfsproxy: fails to run
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
obfsproxy.diff (text/plain), 1.45 KB, created by
Carlos J. Puga Medina
on 2017-11-03 11:36:13 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Carlos J. Puga Medina
Created:
2017-11-03 11:36:13 UTC
Size:
1.45 KB
patch
obsolete
>Index: security/obfsproxy/Makefile >=================================================================== >--- security/obfsproxy/Makefile (revision 453394) >+++ security/obfsproxy/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= obfsproxy > PORTVERSION= 0.2.13 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= security net python > MASTER_SITES= http://www.c-s.li/ports/ >@@ -18,8 +18,8 @@ > ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted \ > ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml > >+USES= python > USE_PYTHON= distutils >-USES= python > SUB_FILES= pkg-message > PYDISTUTILS_PKGNAME=obfsproxy > >Index: security/obfsproxy/files/patch-setup.py >=================================================================== >--- security/obfsproxy/files/patch-setup.py (revision 453394) >+++ security/obfsproxy/files/patch-setup.py (working copy) >@@ -1,11 +1,19 @@ >---- setup.py.orig 2013-07-14 19:01:36.000000000 +0000 >-+++ setup.py 2013-07-14 19:02:02.000000000 +0000 >-@@ -31,7 +31,7 @@ >+--- setup.py.orig 2017-11-03 11:21:18 UTC >++++ setup.py >+@@ -31,12 +31,14 @@ setup( > install_requires = [ > 'setuptools', > 'PyCrypto', > - 'Twisted', >+- 'argparse', > + 'Twisted_Core', >- 'argparse', >- 'pyptlib' >+ 'pyptlib >= 0.0.6', >+ 'pyyaml' > ], >+ >++ if sys.version_info < (2, 7): >++ install_requires.append('argparse') >++ >+ extras_require = { >+ 'SOCKS': ["txsocksx"] >+ }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
cpm
:
maintainer-approval?
(
cs
)
Actions:
View
|
Diff
Attachments on
bug 223320
: 187690