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
Search Criteria
Package Details: obfsproxy-git 20120210-5
Package Actions
| Package Base: | obfsproxy-git |
|---|---|
| Description: | Tor project obfuscated proxy |
| Upstream URL: | https://www.torproject.org/projects/obfsproxy-instructions.html.en |
| Category: | network |
| Licenses: | |
| Conflicts: | |
| 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)
- python2-crypto
- python2-pyptlib
- python2-setuptools
- python2-twisted
- python2-yaml
- git (make)
- tor (optional) – you need tor to use this package
Required by (0)
Sources
Latest Comments
Comment by zcchen
Comment by unhammer
https://www.torproject.org/projects/obfsproxy-instructions.html.en seems pyobfsproxy obsoletes this one
Anonymous comment
git link seems to be broken.
https://git.torproject.org/pluggable-transports/obfsproxy.git
Anonymous comment
This need `automake autoconf`, not `autoconf autoconf`.
Comment by unhammer
… 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
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
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
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
prefix of AUR packages should be /usr, not /usr/local