Wladimir J. van der Laan
06a73ad7c4
Merge #8188 : Add armhf/aarch64 gitian builds
...
9d25362
build: add armhf/aarch64 gitian builds (Cory Fields)
980e7eb
depends: only build qt on linux for x86_64/x86 (Cory Fields)
2017-12-22 17:20:42 +01:00
Wladimir J. van der Laan
fc7b5778f1
Merge #7993 : [depends] Bump Freetype, ccache, ZeroMQ, miniupnpc, expat
...
6a4cf16
[depends] expat 2.1.1 (fanquake)
3e0587b
[depends] miniupnpc 2.0 (fanquake)
87b8175
[depends] Latest config.guess & config.sub (fanquake)
bd3cbd5
[depends] ZeroMQ 4.1.4 (fanquake)
0385202
[depends] ccache 3.2.5 (fanquake)
2b2d52e
[depends] Freetype 2.6.3 (fanquake)
2017-12-22 16:33:56 +01:00
Wladimir J. van der Laan
79fe8e45fe
Merge #8002 : [depends] Add -stdlib=libc++ to darwin CXX flags
...
47eda2d
[depends] Add -stdlib=libc++ to darwin CXX flags (fanquake)
2017-12-20 17:25:03 +01:00
Wladimir J. van der Laan
b2eabb0974
Merge #7809 : depends: some base fixes/changes
...
11d9f6b
depends: qt/cctools: fix checksum checksum tests (Cory Fields)
bb717f4
depends: fix "unexpected operator" error during "make download" (Cory Fields)
fe740f1
depends: fix fallback downloads (Cory Fields)
dc4ec6d
depends: create a hostid and buildid and add option for salts (Cory Fields)
2017-12-20 17:25:02 +01:00
Wladimir J. van der Laan
1f8ca7546e
depends: mac deploy Py3 compatibility
...
This fixes the gitian MacOSX build, it was broken in #7723 .
The patch to `native_mac_alias` should probably make it upstream.
2017-12-20 08:49:46 +01:00
Wladimir J. van der Laan
953aeead1f
Merge #7710 : [Depends] Bump miniupnpc and config.guess+sub
...
c85f475
[Depends] Latest config.guess & config.sub (fanquake)
5fd2318
[Depends] Miniupnpc 1.9.20160209 (fanquake)
2017-12-19 13:18:30 +01:00
Wladimir J. van der Laan
4e0bb527d0
Merge #8373 : Fix OSX non-deterministic dmg
...
3b3ce25
build: fix non-deterministic biplist (Cory Fields)
2017-12-11 08:30:26 +01:00
Wladimir J. van der Laan
eed9428d27
Merge #7616 : [depends] Delete unused patches
...
fafe446
[depends] Delete unused patches (MarcoFalke)
2017-12-11 08:30:26 +01:00
Wladimir J. van der Laan
f0300c6c5f
Merge #7606 : [depends] builders: No need to set -L and --location for curl
...
fa7a5c5
[depends] builders: No need to set -L and --location for curl (MarcoFalke)
2017-12-11 08:30:26 +01:00
Wladimir J. van der Laan
e7a6f79e5a
Merge #7192 : Unify product name to as few places as possible
...
027fdb8
When/if the copyright line does not mention Bitcoin Core developers, add a second line to copyrights in -version, About dialog, and splash screen (Luke Dashjr)
cc2095e
Rewrite FormatParagraph to handle newlines within input strings correctly (Luke Dashjr)
cddffaf
Bugfix: Include COPYRIGHT_HOLDERS_SUBSTITUTION in Makefile substitutions so it gets passed to extract-strings correctly (Luke Dashjr)
29598e4
Move PACKAGE_URL to configure.ac (Luke Dashjr)
78ec83d
splashscreen: Resize text to fit exactly (Luke Dashjr)
3cae140
Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhere (Luke Dashjr)
4d5a3df
Bugfix: gitian-descriptors: Add missing python-setuptools requirement for OS X (biplist module) (Luke Dashjr)
e4ab5e5
Bugfix: Correct copyright year in Mac DMG background image (Luke Dashjr)
917b1d0
Set copyright holders displayed in notices separately from the package name (Luke Dashjr)
c39a6ff
Travis & gitian-osx: Use depends for ds_store and mac_alias modules (Luke Dashjr)
902ccde
depends: Add mac_alias to depends (Luke Dashjr)
82a2d98
depends: Add ds_store to depends (Cory Fields)
de619a3
depends: Pass PYTHONPATH along to configure (Cory Fields)
e611b6e
macdeploy: Use rsvg-convert rather than cairosvg (Luke Dashjr)
63bcdc5
More complicated package name substitution for Mac deployment (Luke Dashjr)
1a6c67c
Parameterise 2009 in translatable copyright strings (Luke Dashjr)
d5f4683
Unify package name to as few places as possible without major changes (Luke Dashjr)
2017-12-11 08:30:26 +01:00
Alexander Block
f8407083ca
Remove duplicated CCACHE= line in depends/config.site.in
...
Got added due to wrong merge conflict resolution
2017-12-10 00:04:01 +01:00
fanquake
7f87754094
Boost 1.63.0
2017-05-12 00:58:36 +03:00
fanquake
be968206bb
Boost 1.61.0
2017-05-12 00:58:36 +03:00
Oleg Girko
39750439bf
Force to use C++11 mode for compilation ( #1463 )
...
* build: Enable C++11 build, require C++11 compiler
Implements #6211 .
* depends: use c++11
* build: update ax_cxx_compile_stdcxx to serial 4
* build: force a c++ standard to be specified
Newer compilers may switch to newer standards by default. For example, gcc6
uses std=gnu++14 by default.
* c++11: fix libbdb build against libc++ in c++11 mode
atomic_init clashes with
* c++11: CAccountingEntry must be defined before use in a list
c++11ism. This fixes builds against libc++.
2017-05-05 14:27:27 +03:00
Holger Schinzel
70c872fe4a
[depends] Fixing download path and sha256 hash ( #1398 )
...
* Fixing download path and sha256 hash
* typo
* package version variable
2017-03-16 00:15:36 +01:00
UdjinM6
92f965fc08
bump libevent to 2.1.8 (stable) ( #1397 )
2017-03-15 17:12:02 +01:00
TheLazieR Yip
5a2a9ccfd5
Update download path for native_ccache ( #1283 )
...
* Update download path for native_ccache
* Remove www.
2017-01-25 15:37:33 +04:00
Holger Schinzel
0e65968384
fix Qt 5.5 download path ( #1216 )
2016-12-20 17:31:54 +04:00
UdjinM6
7d55e623a8
Merge #945 : More dash->dashcore
...
a5328a1
Change Dash -> Dash Core where appropriate (in strings)
b8696d9
Change user/group dash->dashcore
69dc9f1
Change dash->dashcore for /etc/ and /var/lib/ folders
2016-08-19 05:46:30 -06:00
UdjinM6
48d0edcbdf
Merge remote-tracking branch 'bitpay/0.12.1-bitcore' into dashBitcore1
...
Resolved Conflicts:
.travis.yml (ignoring changes, leaving dash version)
src/Makefile.am
src/main.cpp
src/main.h
src/rpcclient.cpp
src/rpcserver.cpp
src/script/script.cpp
src/script/script.h
2016-07-19 08:49:28 +03:00
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
Cory Fields
6c44620e5a
travis: switch to Trusty
...
Github-Pull: #7920
Rebased-From: 06fdffd222
, 9267a47d86
, cf77fcdb1f
, 174023c9b0
, a33b7c9cb5
Cherry-pick-From: 564aaa2cd0
2016-06-02 12:15:37 -04:00
Luke Dashjr
128c5e1232
Workaround Travis-side CI issues
...
Github-Pull: #7487
Rebased-From: 149641e8fc
c01f08db12
5d1148cb79
1ecbb3b0f7
Cherry-pick-From: 00d57b4d3a
2016-06-02 12:15:37 -04: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
MarcoFalke
a10da9aa49
[depends] builders: No need to set -L and --location for curl
...
Github-Pull: #7606
Rebased-From: fa7a5c54fc
2016-03-01 15:03:54 +01:00
Luke Dashjr
00d57b4d3a
Workaround Travis-side CI issues
...
Github-Pull: #7487
Rebased-From: 149641e8fc
c01f08db12
5d1148cb79
1ecbb3b0f7
2016-03-01 15:03:44 +01: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