-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* syntax for qt compile * fix bracket * update deprecated functions update with new standards * update qt functions update deprecated qt functions * privkey -> seckey squash secp256k1 warning during compile * startofday update Fix 'QDateTime is deprecated' warnings * update qt functions update to std * replace deprecated return (0) squash warning using noitemflags * update qt and add patch * Update qt.mk update new qt config * Update qt.mk zlib from system * Update qt.mk fixes for win compile * Update qt.mk add linked openssl * ssl * qt make updates * modernize deps qt + ssl * update tor submodule * add info on with-openssl-dir to autoconf
- Loading branch information
1 parent
6c86425
commit 52a7ba4
Showing
39 changed files
with
511 additions
and
423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[submodule "src/tor"] | ||
path = src/tor | ||
url = https://github.com/torproject/tor/ | ||
branch = tor-0.4.7.10 | ||
url = https://github.com/torproject/tor | ||
branch = tor-0.4.7.13 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.