Skip to content

Commit

Permalink
Tor 0.4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Jul 14, 2019
1 parent 5f3e057 commit 8ec1630
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 36 deletions.
25 changes: 2 additions & 23 deletions ChatSecure.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,6 @@
6396AF971A169D54009F3E6C /* Frameworks */,
6396AF981A169D54009F3E6C /* Resources */,
D9227C481BA7952100B5E1D0 /* Embed Frameworks */,
D9EC47841EFA043B00C39B25 /* [Carthage] Copy Frameworks */,
D92F96D821BA1E7A0056EA35 /* LicensePlist */,
42829843B1DFA068A70F83E8 /* [CP] Copy Pods Resources */,
);
Expand Down Expand Up @@ -2038,20 +2037,6 @@
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
};
D9EC47841EFA043B00C39B25 /* [Carthage] Copy Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[Carthage] Copy Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down Expand Up @@ -2338,10 +2323,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
"COCOAPODS=1",
Expand Down Expand Up @@ -2375,10 +2357,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
"COCOAPODS=1",
Expand Down
4 changes: 2 additions & 2 deletions ChatSecure/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.3.7</string>
<string>4.3.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -35,7 +35,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>139</string>
<string>141</string>
<key>FacebookAppID</key>
<string>447241325394334</string>
<key>FacebookDisplayName</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ name: ZXingObjC, nameSpecified:
body: …
version: 3.6.5

name: libevent, nameSpecified: , version: 2.0.22
name: libevent, nameSpecified: , version: 2.1.10
body: Libevent is availabl…

name: libgcrypt, nameSpecified: , version: 1.8.1
Expand All @@ -409,14 +409,17 @@ body: Libgcrypt - The GNU …
name: libgpg-error, nameSpecified: , version:
body: Package: libgpg-erro…

name: liblzma, nameSpecified: , version: 5.2.4
body: liblzma is in the pu…

name: libotr, nameSpecified: , version: 4.1.1
body: Off-the-Record Messa…

name: OpenSSL, nameSpecified: , version: 1.0.2n
name: OpenSSL, nameSpecified: , version: 1.1.1c
body: LICENSE ISSUES
===…

name: Tor, nameSpecified: , version: 0.3.0.13
name: Tor, nameSpecified: , version: 0.4.0.5
body: This file contains t…

add-version-numbers: true
Expand Down
14 changes: 11 additions & 3 deletions ChatSecure/Settings.bundle/com.mono0926.LicensePlist.plist
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<key>File</key>
<string>com.mono0926.LicensePlist/libevent</string>
<key>Title</key>
<string>libevent (2.0.22)</string>
<string>libevent (2.1.10)</string>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
</dict>
Expand Down Expand Up @@ -212,6 +212,14 @@
<key>Type</key>
<string>PSChildPaneSpecifier</string>
</dict>
<dict>
<key>File</key>
<string>com.mono0926.LicensePlist/liblzma</string>
<key>Title</key>
<string>liblzma (5.2.4)</string>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
</dict>
<dict>
<key>File</key>
<string>com.mono0926.LicensePlist/libotr</string>
Expand Down Expand Up @@ -280,7 +288,7 @@
<key>File</key>
<string>com.mono0926.LicensePlist/OpenSSL</string>
<key>Title</key>
<string>OpenSSL (1.0.2n)</string>
<string>OpenSSL (1.1.1c)</string>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
</dict>
Expand Down Expand Up @@ -368,7 +376,7 @@
<key>File</key>
<string>com.mono0926.LicensePlist/Tor</string>
<key>Title</key>
<string>Tor (0.3.0.13)</string>
<string>Tor (0.4.0.5)</string>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
</dict>
Expand Down
16 changes: 16 additions & 0 deletions ChatSecure/Settings.bundle/com.mono0926.LicensePlist/liblzma.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PreferenceSpecifiers</key>
<array>
<dict>
<key>FooterText</key>
<string>liblzma is in the public domain.
</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ SPEC CHECKSUMS:
ChatSecureCore: ae0bc3f0fa3d811121d7ec103e1b827aeb344d96
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
CocoaLumberjack: 2f44e60eb91c176d471fdba43b9e3eae6a721947
CPAProxy: b1b33221b6ad297169cb813b6bbefd2a69ea9aad
CPAProxy: 863aae0e93ca45401e9148db05abab5b940e7284
DTFoundation: f03be9fd786f11e505bb8fc44e2a3732bf0917df
FormatterKit: 184db51bf120b633693a73624a4cede89ec51a41
GCDWebServer: ead88cd14596dd4eae4f5830b8877c87c8728990
Expand Down
11 changes: 8 additions & 3 deletions license_plist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ manual:
these additional notices to be distributed.
- source: https://www.openssl.org
name: OpenSSL
version: 1.0.2n
version: 1.1.1c
body: |
LICENSE ISSUES
==============
Expand Down Expand Up @@ -188,7 +188,7 @@ manual:
*/
- source: http://libevent.org
name: libevent
version: 2.0.22
version: 2.1.10
body: |
Libevent is available for use under the following license, commonly known
as the 3-clause (or "modified") BSD license:
Expand Down Expand Up @@ -265,7 +265,7 @@ manual:
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- source: https://dist.torproject.org
name: Tor
version: 0.3.0.13
version: 0.4.0.5
body: |
This file contains the license for Tor,
a free software project to provide anonymity on the Internet.
Expand Down Expand Up @@ -648,6 +648,11 @@ manual:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
===============================================================================
- source: https://tukaani.org/xz/
name: liblzma
version: 5.2.4
body: |
liblzma is in the public domain.
## Specify GitHub's library manually.
Expand Down

0 comments on commit 8ec1630

Please sign in to comment.