Skip to content

Commit

Permalink
Merge pull request #382 from Psiphon-Labs/master
Browse files Browse the repository at this point in the history
Merge master into staging-client
  • Loading branch information
adam-p authored Jun 21, 2017
2 parents 87ae887 + 0176577 commit 71f6bb6
Show file tree
Hide file tree
Showing 89 changed files with 844 additions and 4,123 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ controller_test.config
psiphon.db*
psiphon.boltdb
remote_server_list
psiphon-embedded-server-entries.txt

# Exclude compiled tunnel core binaries
ConsoleClient/ConsoleClient
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.8
- 1.8.3
addons:
apt_packages:
- libx11-dev
Expand Down
2 changes: 1 addition & 1 deletion ConsoleClient/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

# Install Go.
ENV GOVERSION=go1.8 GOROOT=/usr/local/go GOPATH=/go PATH=$PATH:/usr/local/go/bin:/go/bin CGO_ENABLED=1
ENV GOVERSION=go1.8.3 GOROOT=/usr/local/go GOPATH=/go PATH=$PATH:/usr/local/go/bin:/go/bin CGO_ENABLED=1

RUN curl -L https://storage.googleapis.com/golang/$GOVERSION.linux-amd64.tar.gz -o /tmp/go.tar.gz \
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion ConsoleClient/make.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EXE_BASENAME="psiphon-tunnel-core"
# The "OPENSSL" tag enables support of OpenSSL for use by IndistinguishableTLS.
# This needs to be outside of prepare_build because it's used by go-get.

PRIVATE_PLUGINS_TAG="PRIVATE_PLUGINS"
PRIVATE_PLUGINS_TAG=""
BUILD_TAGS="${PRIVATE_PLUGINS_TAG}"
WINDOWS_BUILD_TAGS="OPENSSL ${BUILD_TAGS}"
LINUX_BUILD_TAGS="${BUILD_TAGS}"
Expand Down
2 changes: 1 addition & 1 deletion MobileLibrary/Android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

# Install Go.
ENV GOVERSION=go1.8 GOROOT=/usr/local/go GOPATH=/go PATH=$PATH:/usr/local/go/bin:/go/bin CGO_ENABLED=1
ENV GOVERSION=go1.8.3 GOROOT=/usr/local/go GOPATH=/go PATH=$PATH:/usr/local/go/bin:/go/bin CGO_ENABLED=1

RUN curl -L https://storage.googleapis.com/golang/$GOVERSION.linux-amd64.tar.gz -o /tmp/go.tar.gz \
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion MobileLibrary/Android/make.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

# The "OPENSSL" tag enables support of OpenSSL for use by IndistinguishableTLS.

PRIVATE_PLUGINS_TAG="PRIVATE_PLUGINS"
PRIVATE_PLUGINS_TAG=""
BUILD_TAGS="OPENSSL ${PRIVATE_PLUGINS_TAG}"

# Don't use '-u' to force updates because the docker builds always pull
Expand Down
1 change: 1 addition & 0 deletions MobileLibrary/iOS/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Psi.framework
PsiphonTunnel.framework
rootCAs.txt
psiphon-config.json
PsiphonTunnel/build-git-commit.txt

#
# Xcode
Expand Down
10 changes: 0 additions & 10 deletions MobileLibrary/iOS/OpenSSL-for-iPhone/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions MobileLibrary/iOS/OpenSSL-for-iPhone/.travis.yml

This file was deleted.

1,464 changes: 0 additions & 1,464 deletions MobileLibrary/iOS/OpenSSL-for-iPhone/LICENSE

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions MobileLibrary/iOS/OpenSSL-for-iPhone/OpenSSL-for-iOS/FSOpenSSL.h

This file was deleted.

106 changes: 0 additions & 106 deletions MobileLibrary/iOS/OpenSSL-for-iPhone/OpenSSL-for-iOS/FSOpenSSL.m

This file was deleted.

Loading

0 comments on commit 71f6bb6

Please sign in to comment.