Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-17 | Fix bitcoin_qt.m4 and fix-xcb-include-order.patch | Jonas Schnelli | |
2016-06-12 | [gitian] set correct PATH for wrappers | MarcoFalke | |
2016-06-09 | Merge #7283: [gitian] Default reference_datetime to commit author date | Wladimir J. van der Laan | |
fa42a67 [gitian] hardcode datetime for depends (MarcoFalke) fa58c76 [gitian] Default reference_datetime to commit author date (MarcoFalke) | |||
2016-06-07 | gitian: use CONFIG_SITE rather than hijacking the prefix | Cory Fields | |
2016-04-10 | [gitian] hardcode datetime for depends | MarcoFalke | |
2016-04-03 | build: Remove unnecessary executables from gitian release | Wladimir J. van der Laan | |
This removes the following executables from the binary gitian release: - test_bitcoin-qt[.exe] - bench_bitcoin[.exe] @jonasschnelli and me discussed this on IRC a few days ago - unlike the normal `bitcoin_tests` which is useful to see if it is safe to run bitcoin on a certain OS/environment combination, there is no good reason to include these. Better to leave them out to reduce the download size. Sizes from the 0.12 release: ``` 2.4M bitcoin-0.12.0/bin/bench_bitcoin.exe 22M bitcoin-0.12.0/bin/test_bitcoin-qt.exe ``` | |||
2016-03-01 | [gitian] Default reference_datetime to commit author date | MarcoFalke | |
2016-02-27 | Merge branch 'master' into depends_curl | Luke Dashjr | |
2016-02-27 | Bugfix: gitian: Add curl to packages (now needed for depends) | Luke Dashjr | |
2016-02-03 | Merge branch 'master' into single_prodname | Luke Dashjr | |
2016-01-18 | gitian: Need `ca-certificates` and `python` for LXC builds | Wladimir J. van der Laan | |
2016-01-04 | Merge pull request #7251 | Wladimir J. van der Laan | |
fa09562 [gitian] Set reference date to something more recent (MarcoFalke) | |||
2016-01-02 | [gitian] Set reference date to something more recent | MarcoFalke | |
2015-12-22 | Bugfix: gitian-descriptors: Add missing python-setuptools requirement for OS ↵ | Luke Dashjr | |
X (biplist module) | |||
2015-12-22 | Travis & gitian-osx: Use depends for ds_store and mac_alias modules | Luke Dashjr | |
2015-12-22 | macdeploy: Use rsvg-convert rather than cairosvg | Luke Dashjr | |
2015-12-22 | More complicated package name substitution for Mac deployment | Luke Dashjr | |
2015-12-03 | Now that 0.12 has been branched, master is 0.12.99 | Wladimir J. van der Laan | |
... in preparation for 0.13 | |||
2015-11-16 | gitian: use trusty for building | Wladimir J. van der Laan | |
2015-10-09 | net: Disable upnp by default | Wladimir J. van der Laan | |
Common sentiment is that the miniupnpc codebase likely contains further vulnerabilities. I'd prefer to get rid of the dependency completely, but a compromise for now is to at least disable it by default. | |||
2015-06-02 | gitian: Bump cache dir for current master | Cory Fields | |
Do not backport. | |||
2015-06-02 | gitian: bump faketime to something more recent | Cory Fields | |
This helps in file views where binaries are sorted by time | |||
2015-05-19 | [Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app" | Jonas Schnelli | |
2015-02-23 | build: change reduce exports/static libstdc++ options for gitian and travis | Cory Fields | |
For Gitian releases: - Windows builds remain unchanged. libstdc++ was already linked statically. - OSX builds remain unchanged. libstdc++ is tied to the SDK and not worth messing with. - Linux builds now statically link libstdc++. For Travis: - Match the previous behavior by adding --enable-reduce-exports as necessary. - Use static libstdc++ for the full Linux build. | |||
2015-02-13 | gitian: don't add . to tar list | Cory Fields | |
Since permissions and timestamps are changed for the sake of determinism, . must not be added to the archive. Otherwise, tar may try to modify pwd when extracting. | |||
2015-01-20 | osx: bump build sdk to 10.9 | Cory Fields | |
2015-01-02 | build: osx builders no longer need 32bit compiler support | Cory Fields | |
2014-12-23 | gitian: attempt to fix tarball determinisim | Cory Fields | |
2014-11-26 | build: add a deterministic dmg signer | Cory Fields | |
2014-11-25 | gitian: update descriptors to use a sane uniform output | Cory Fields | |
2014-11-19 | gitian: make tarballs deterministic and nuke .la files from build output | Cory Fields | |
2014-11-19 | gitian: descriptors overhaul | Cory Fields | |
Descriptors now make use of the dependencies builder, so results are cached. A very new version (>= e9741525c) of Gitian should be used in order to take advantage of caching. |