ericpaulbishop / gargoyle

Gargoyle Router Management Utility
http://www.gargoyle-router.com
468 stars 221 forks source link

Update git repo address for obfsproxy #824

Closed wolverine2k closed 5 years ago

wolverine2k commented 5 years ago

Update the git repo address for obfpsproxy-legacy since the previous location does not exists anymore.


This change is Reviewable

lantis1008 commented 5 years ago

Hi, thanks for your contribution. Couple of notes:

  1. The repository exists and is fine. It is setup to reject HTTP requests, but is still fine to clone via git protocol. Therefore there is no need for this PR at this time. Please close at your earliest convenience.
    $ git clone https://git.torproject.org/pluggable-transports/obfsproxy-legacy.git
    Cloning into 'obfsproxy-legacy'...
    remote: Counting objects: 2215, done.
    remote: Total 2215 (delta 0), reused 0 (delta 0)
    Receiving objects: 100% (2215/2215), 442.82 KiB | 317.00 KiB/s, done.
    Resolving deltas: 100% (1665/1665), done.
    $ wget https://git.torproject.org/pluggable-transports/obfsproxy-legacy.git
    --2019-06-28 21:02:22--  https://git.torproject.org/pluggable-transports/obfsproxy-legacy.git
    Resolving git.torproject.org (git.torproject.org)... 138.201.212.228, 2a01:4f8:172:39ca:0:dad3:4:1
    Connecting to git.torproject.org (git.torproject.org)|138.201.212.228|:443... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2019-06-28 21:02:23 ERROR 404: Not Found.
  2. If you'd prefer to add an alternative repository as a fallback in the Makefile, this would be acceptable under a new PR against master (see point 4).
  3. If we were to replace the official repo or add an alternative, i'd prefer it was a repository that had a bit more of a trust relationship behind it. I don't know anything about this repository, but i do know that my own is trustworthy (at least to me), and by extension i would hope that the project could place its trust in me also.
  4. We've closed off the base_on_openwrt_remerge branch as it was merged into master, so please base your future contributions on that branch. 😄 Thanks!
wolverine2k commented 5 years ago

Thanks for the quick comments @lantis1008. For some reason, in the part of world that I am in, I can't access the repo. I will hopefully do some more experimentation and try to point 4.