Package Details: obfsproxy-git 20120210-5

Package Base: obfsproxy-git
Description: Tor project obfuscated proxy
Upstream URL: https://www.torproject.org/projects/obfsproxy-instructions.html.en
Category: network
Licenses: BSD
Conflicts: obfsproxy, pyobfsproxy
Submitter: fzerorubigd
Maintainer: drevilt
Last Packager: drevilt
Votes: 14
First Submitted: 2012-02-10 08:08
Last Updated: 2015-05-20 00:07

Dependencies (7)

Required by (0)

Sources

Latest Comments

Comment by zcchen

2013-06-18 14:50

A patch to update this package to the newest.
Just change the _gitroot and _gitname

--- PKGBUILD 2013-06-18 22:41:18.192363497 +0800
+++ /tmp/packertmp-1000/obfsproxy-git.PKGBUILD 2013-06-18 22:40:19.735435714 +0800
@@ -14,8 +14,8 @@
optdepends=('tor: you need tor to use this package' )
#install=$pkgname.install

-_gitroot=https://git.torproject.org/debian/obfsproxy-legacy.git
-_gitname=obfsproxy-legacy
+_gitroot=https://git.torproject.org/obfsproxy.git
+_gitname=obfsproxy

build() {
cd $srcdir

Comment by unhammer

2013-06-14 09:58

https://www.torproject.org/projects/obfsproxy-instructions.html.en seems pyobfsproxy obsoletes this one

Anonymous comment

2013-06-09 15:46

git link seems to be broken.
https://git.torproject.org/pluggable-transports/obfsproxy.git

Anonymous comment

2013-01-16 16:16

This need `automake autoconf`, not `autoconf autoconf`.

Comment by unhammer

2012-02-11 09:55

… although I get "Could not setup the environment of the managed proxy at '/usr/bin/obfsproxy'." with tor-unstable, while tor from git seems to work (except it tells me my tor is too new to be recommended)

Comment by unhammer

2012-02-10 14:58

ok, I see now that it would require tor-unstable anyway since the option for ServerTransportPlugin requires 2.3.x or newer

Comment by fzerorubigd

2012-02-10 12:18

This is used by tor, yes, but tor is not a dependency, since this work without tor. maybe optional.
And about prefix, since the post from tor project, used /us/local I do this. but you are right.

Comment by unhammer

2012-02-10 11:53

btw, shouldn't it be dependent on tor? it's not very useful without tor either running as bridge or client, if I understand correctly

Comment by unhammer

2012-02-10 11:49

prefix of AUR packages should be /usr, not /usr/local