Cory Fields
4f142caa56
depends: allow for CONFIG_SITE to be used rather than stealing prefix
...
This does not break any existing prefix behavior, only makes new behavior work.
For example:
CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site ./configure --prefix=/
2016-06-20 12:53:11 +02:00
MarcoFalke
0dfc9e71b0
builders: No need to set -L and --location for curl
...
Github-Pull: #7606
Rebased-From: fa7a5c54fc
2016-03-07 12:18:17 +01:00
Luke Dashjr
3c36bcf532
Workaround Travis-side CI issues
...
Github-Pull: #7487
Rebased-From: 149641e8fc
c01f08db12
5d1148cb79
1ecbb3b0f7
2016-03-07 12:18:16 +01:00
UdjinM6
a2c6140cb1
more bitcoin -> dash
...
Closes #712
2016-03-06 18:21:29 +01:00
UdjinM6
b3d1140800
more bitcoin->dash
2016-03-04 12:09:03 +03:00
UdjinM6
a5ac60b868
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
...
+ merge fixes
+ keepass on evhttp
2016-02-06 16:48:04 +03:00
Holger Schinzel
2f9deb9f53
trying to workaround https://github.com/travis-ci/travis-ci/issues/5156
2016-01-27 14:27:41 +01:00
Veres Lajos
7710411e88
PARTIAL: typofixes (found by misspell_fixer)
...
Upstream: 9f68ed6b6d
(PR #6539 )
2016-01-16 17:04:08 +01:00
Holger Schinzel
920594453e
[depends] Fix miniupnpc compilation on osx
2016-01-08 10:43:38 +01:00
evan82
6ebd5d2090
Merge pull request #659 from thelazier/v0.12.1.x_openssl
...
Bump openssl to 1.0.1q
2016-01-05 10:41:31 -07:00
evan82
9a4a611b66
Merge pull request #658 from thelazier/v0.12.1.x_boost
...
Bump boost version to 1.59
2016-01-05 10:41:25 -07:00
evan82
eafba13a2e
Merge pull request #657 from thelazier/v0.12.1.x_miniupnpc
...
Bump miniupnpc version to 1.9.20151026
2016-01-05 10:41:18 -07:00
evan82
1142c8e9ad
Merge pull request #656 from thelazier/v0.12.1.x_native_protobuf
...
Bump native protobuf to 2.6.1
2016-01-05 10:41:08 -07:00
fanquake
eccd67106d
[Depends] Bump Boost, miniupnpc, ccache & zeromq
...
Bring dependencies up to date with master:
[depends] Boost 1.59.0
[depends] miniupnpc 1.9.20151026
[depends] native ccache 3.2.4
[depends] zeromq 4.0.7
[depends] Latest config.guess & config.sub
[depends] Fix miniupnpc compilation on osx
Github-Pull: #6980
Rebased-From: 9e940fa4c6
17ad964c2f
26f8ea5342
10d3c77644
23a3c47f95
e0769e1928
2015-12-18 09:42:09 +01:00
TheLazieR Yip
6e19549864
Bump native protobuf to 2.6.1
2015-12-10 10:00:24 +07:00
TheLazieR Yip
7acab55119
Bump native ccache to 3.2.4
2015-12-10 09:59:45 +07:00
TheLazieR Yip
acc28458c6
Bump miniupnpc version to 1.9.20151026
2015-12-10 09:58:46 +07:00
TheLazieR Yip
c4042e0fbf
Bump boost version to 1.59
2015-12-10 09:57:38 +07:00
TheLazieR Yip
7a7129d254
Bump openssl to 1.0.1q
2015-12-10 09:55:15 +07:00
Wladimir J. van der Laan
a1bfca8052
Merge pull request #7059
...
2798e0b
add powerpc build support for openssl lib (daniel)
2015-11-20 08:35:29 +01:00
daniel
2798e0b0d2
add powerpc build support for openssl lib
2015-11-19 13:29:57 +08:00
Wladimir J. van der Laan
0b416c6e9c
depends: qt PIDLIST_ABSOLUTE patch
...
Remove sed-based qt PIDLIST_ABSOLUTE workaround, replace by a patch that
works for both old (such as used by Travis and Ubuntu Precise) and new
mingw (Ubuntu Trusty).
2015-11-16 16:39:24 +01:00
MarcoFalke
6782f58368
[trivial] Latest config.guess
...
upstream commit 1e80063123b47b97d25dfeded8dd92a19dafab66
2015-10-23 08:35:05 +02:00
Wladimir J. van der Laan
ae69a75c55
Merge pull request #6801
...
e76d9e4
[depends] Latest config.guess and config.sub (fanquake)
2015-10-20 12:35:54 +02:00
Wladimir J. van der Laan
bfcdc21a5d
build: make sure OpenSSL heeds noexecstack
...
This passes `-Wa,--noexecstack` to the assembler when building
platform-specific assembly files, to signal that a non-executable stack
can be used. This is the same approach as used by Debian
(see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430583 )
2015-10-19 12:03:29 +02:00
fanquake
e76d9e4c15
[depends] Latest config.guess and config.sub
2015-10-11 10:17:06 +08:00
Wladimir J. van der Laan
0cca0248f0
Update miniupnpc to 1.9.20151008
...
This version of miniupnpc fixes a buffer overflow in the XML (ugh)
parser during initial network discovery.
http://talosintel.com/reports/TALOS-2015-0035/
The commit fixing the vulnerability is:
79cca974a4
Reported by timothy on IRC.
2015-10-09 13:16:44 +02:00
Chris Kleeschulte
34754ce3bc
[Trivial] Fixed typo when referring to a previous section in
...
depends/README.md [skip ci]
2015-10-08 15:27:12 -04:00
Wladimir J. van der Laan
486270854e
Merge pull request #6619
...
42cf089
depends: bump ccache to 3.2.3 (fanquake)
888c595
depends: bump miniupnpc to 1.9.20150730 (fanquake)
2015-09-25 16:29:24 +02:00
Jonas Schnelli
93254172ce
depends: fix platform specific packages variable
...
prefix instead of postfix
2015-09-17 14:30:46 +02:00
Cory Fields
1136879df8
Depends: Add ZeroMQ package
2015-09-16 10:59:32 +01:00
Cory Fields
4be0b082b9
libevent: Windows reuseaddr workaround in depends
...
Make it possible to reuse sockets.
This is necessary to make the RPC tests work in WINE.
2015-09-03 10:59:19 +02:00
Cory Fields
a9af234c1f
libevent: add depends
2015-09-02 18:38:41 +02:00
fanquake
42cf08905f
depends: bump ccache to 3.2.3
2015-09-03 00:05:35 +08:00
fanquake
888c595cff
depends: bump miniupnpc to 1.9.20150730
2015-09-03 00:05:35 +08:00
Veres Lajos
9f68ed6b6d
typofixes (found by misspell_fixer)
2015-08-10 22:06:27 +01:00
Cory Fields
060b3d377b
fixup: qt 5.5 snuck in another module that needs path hand-holding
2015-07-27 12:25:28 +02:00
Cory Fields
ecd6a89381
depends: make more qt flags explicit
2015-07-27 12:25:28 +02:00
Cory Fields
ab67dd7818
depends: bump to qt 5.5
2015-07-23 21:10:35 -04:00
Jacob Welsh
5189fe3d88
depends: split qt config options to separate lines
...
Helps ease of reading and comparison. Removed some duplicates.
2015-07-23 21:10:35 -04:00
Cory Fields
eb4f35dc7d
depends: bump qrencode to 3.4.4
2015-07-03 17:21:55 -04:00
Cory Fields
142ee60a89
depends: bump protobuf to 2.6.1
...
Also change the download source from googlecode to github.
2015-07-03 12:59:13 -04:00
Cory Fields
d5b1851743
depends: bump ccache to 3.2.2
2015-07-03 12:59:13 -04:00
Cory Fields
00c5a73136
depends: bump miniupnpc to 1.9.20150609
2015-07-03 12:59:13 -04:00
Cory Fields
4bdad99f50
depends: bump boost to 1.58.0
2015-07-03 12:59:13 -04:00
Cory Fields
7c2c270829
build: comparison tool NPE fix
...
This should fix the spurious comparison tool failures.
See discussion here: https://github.com/bitcoin/bitcoin/pull/6305
The race fix was cherry-picked on top of the version we're currently using, so
it should be functionally identical otherwise.
2015-06-21 12:12:05 -04:00
Cory Fields
a4d9f95653
build: comparison tool swap
...
This should be functionally identical to what's in place now. It was built from
be0eef7744
That commit is the same as this pruned commit in TheBlueMatt's repo:
https://github.com/TheBlueMatt/bitcoinj/commit/0f7b5d8
Now we'll be able to trust the line numbers in the stack traces.
2015-06-19 01:52:26 -04:00
Jacob Welsh
b19a88b2a0
depends: fix Boost 1.55 build on GCC 5
...
Boost assumes variadic templates are always available in GCC 4.4+, but
they aren't since we don't build with -std=c++11.
This applies the patch that fixed the issue in boost 1.57:
eec8085549
See also: https://svn.boost.org/trac/boost/ticket/10500
2015-06-13 17:02:34 -05:00
UdjinM6
18c60f9ecb
Merge branch 'master' into v0.12.0.x_merge_btc010_master (fix spaces)
2015-05-16 02:34:25 +03:00
Shawn Wilkinson
cc3db874b5
doc: Documentation in Markdown for Depends Dir
...
Documentation more readable when viewed on Github.
Some extra changes by @laanwj:
- Make README.usage the default README. This is more convenient from a
user perspective. Link to other documentation in this default README
- Add list of popular targets for cross compilation, change default to
Win64 instead of Win32
2015-05-15 12:35:20 +02:00