non port: security/obfsproxy/Makefile |
SVNWeb
|
Number of commits found: 27 |
Mon, 18 Dec 2017
|
[ 21:51 antoine ]
Mark BROKEN: fails to configure
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 39
if sys.version_info < (2, 7):
^
SyntaxError: invalid syntax
Reported by: pkg-fallout
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Sat, 18 Nov 2017
|
[ 12:41 cpm ]
security/obfsproxy: Make argparse a conditional dependency
Backport a patch to setup.py making argparse a conditional dependency
to fix the following error at runtime:
pkg_resources.DistributionNotFound: The 'argparse' distribution was not found
and is required by obfsproxy
While I'm here, pet portlint, USE_* comes before USES. Bump PORTREVISION.
PR: 223320
Submitted by: cpm
Reported by: Hadi <rezaee.hadi@gmail.com>
Approved by: cs (maintainer timeout, 2 weeks)
|
Mon, 4 Sep 2017
|
[ 00:01 sunpoet ]
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
PR: 221665
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
|
Sun, 4 Dec 2016
|
[ 13:08 rene ]
Remove dependency on devel/py-argparse which is expired and included in
Python 2.7+ / 3.2+ by default.
sysutils/osquery fails to build because of C++ errors.
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 25 Dec 2015
|
[ 21:35 cs ]
Update to 0.2.13
|
Wed, 27 May 2015
|
[ 00:09 amdmi3 ] (Only the first 10 of 16 ports in this commit are shown above. )
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
|
Fri, 24 Oct 2014
|
[ 16:50 mva ] (Only the first 10 of 118 ports in this commit are shown above. )
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
|
Mon, 21 Jul 2014
|
[ 19:29 cs ]
Update to 0.2.10
|
Sat, 3 May 2014
|
[ 14:40 cs ]
Update to 0.2.9
|
Sun, 30 Mar 2014
|
[ 15:56 cs ]
Update to 0.2.7
|
Sat, 22 Feb 2014
|
[ 14:12 cs ]
Add devel/py-yaml as a run dependency
|
Thu, 20 Feb 2014
|
[ 19:59 cs ]
- Update to 0.2.6
- Support Staging
- Fix License
|
Sun, 8 Dec 2013
|
[ 12:04 mva ] (Only the first 10 of 28 ports in this commit are shown above. )
New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run
|
Tue, 1 Oct 2013
|
[ 20:54 cs ]
Update to 0.2.4
|
Sat, 21 Sep 2013
|
[ 22:23 cs ]
Update to 0.2.3
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Mon, 15 Jul 2013
|
[ 09:20 cs ]
re-add pkg-message properly
|
[ 07:40 cs ]
Move security/pyobfsproxy to security/obfsproxy which was the port of the
legacy C version of obfsproxy and recently renamed upstream.
|
Sun, 20 May 2012
|
[ 11:22 cs ]
Remove mirror which does not serve the distfile anymore
|
Thu, 3 May 2012
|
[ 11:38 cs ]
Update to 0.1.4
|
Fri, 13 Apr 2012
|
[ 12:11 cs ]
Bump PORTREVISION after new openssl update
|
Wed, 4 Apr 2012
|
[ 17:58 cs ]
- Update to 0.1.3
- Add a third mirror
Approved by: glarkin@ (mentor, implicit)
Feature safe: yes
|
Tue, 13 Mar 2012
|
[ 14:48 cs ]
Add official mirror and use official tarball since it was released recently
Approved by: glarkin@ (mentor, implicit)
Feature safe: yes
|
Mon, 12 Mar 2012
|
[ 22:34 cs ]
Update to 0.1.1 (and bump PORTEPOCH)
Approved by: glarkin@ (mentor, implicit)
Feature safe: yes
|
Fri, 24 Feb 2012
|
[ 15:06 cs ]
obfsproxy is a tool that attempts to circumvent censorship, by transforming the
Tor traffic between the client and the bridge. This way, censors, who usually
monitor traffic between the client and the bridge, will see innocent-looking
transformed traffic instead of the actual Tor traffic.
WWW: https://www.torproject.org/projects/obfsproxy.html.en
Approved by: glarkin@ (mentor)
|
Number of commits found: 27 |