aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/patches (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-22Depends: Unbound disable getentropy()/reallocarray() (glibc < 2.26)TheCharlatan1-0/+14
2022-05-09Silence some protobuf link warningsHoward Chu1-0/+159
4 warnings remain but it's better than before
2022-05-06Boost 1.64 doesn't recognize arm64 darwinHoward Chu1-0/+11
2022-05-06Update native_cctools for newer SDK supportHoward Chu1-12/+0
2021-11-26Merge pull request #8055luigi11111-0/+21
a30928f depends: bump hidapi to 0.11.0 (selsta)
2021-11-10depends: bump hidapi to 0.11.0selsta1-0/+21
2021-11-04Merge pull request #8021luigi11111-0/+60
8f21001 depends: openssl 1.1.1k -> 1.1.1l (selsta)
2021-10-22depends: openssl 1.1.1k -> 1.1.1lselsta1-0/+60
2021-10-10depends: update zeromq package to 4.3.4selsta4-82/+22
2021-09-11depends: update unwind, fix build with ubuntu 21.04selsta1-5/+5
2020-12-09depends: Update OpenSSL to 1.1.1iHoward Chu1-24/+0
Remove some obsolete patches (they were integrated upstream). Tweak to work with Android support (they second-guess our CC definition, etc).
2020-09-17Depends: Bump qt to 5.15.1TheCharlatan6-74/+106
2020-03-20depends: libsodium disable getrandom()/getentropy() (glibc < 2.25)xiphon1-0/+25
2019-12-12depends: update libsodium to 1.0.18TheCharlatan1-2/+2
2019-11-18"Fix" non-determinism in native_cctools buildHoward Chu1-0/+12
By omitting the otool binary which is built non-deterministically. We don't use it anyway.
2019-11-17Fix unwind library orderingHoward Chu1-0/+11
Sort objects being archived
2019-11-17Add ARFLAGSHoward Chu2-0/+52
Needed to invoke deterministic mode on some archivers
2019-11-03Merge pull request #6077Riccardo Spagni1-0/+38
240dbb124 gitian: add --rebuild option (Howard Chu) 643860776 Add Android support (Howard Chu)
2019-11-03Add Android supportHoward Chu1-0/+38
2019-11-03Fix readline buildHoward Chu1-0/+6621
Make sure it links to our libtinfo from our ncurses build. Hardcode some basic terminal descriptions into our libtinfo. Re-enable $HOME/.terminfo support to allow user customization. Use unlikely terminfo-dir, to prevent accidentally using differently-configured system databases.
2019-02-23Various speedups to depends and TravisTheCharlatan1-187/+0
Further speedups to icu compilation, it is faster to run the pre-generated configure scripts. Ensure that the native protobuf installation only generates the required libraries and binaries. Disable qt compilation when running travis on windows. Qt is used for lrelease, the travis recipe instead usese the a local installation of lrelease. Remove various packages and options from the travis recipe. Update Readline to version 8.0. The previously used url 404'd sometimes, use the official gnu ftp server instead. Remove unused cmake config.
2019-01-15bump sodium to 1.0.16italocoin1-2/+2
2018-10-08Prepare Depends Packages for Gitian ScriptsTheCharlatan2-0/+26
The gitian environment does not treat whitespaces in configure lines, like most other systems. The solution is to just remove them.
2018-09-10Add lrelease to the dependsTheCharlatan3-0/+82
This includes a minimal qt build without gui
2018-09-10Modify depends for monero's dependenciesTheCharlatan10-166/+335
Add readline, ldns, graphviz, unbound to depends packages Add a cmake toolchain file to depends that is uniquely created for every build and placed in triple/share/toolchain.cmake This file is then passed to cmake with -DCMAKE_TOOLCHAIN_FILE=/path/to/triple/share/toolchain.cmake Add the boost locale package to depends In the depends cmake toolchain file, a DEPENDS flag is added to exclude, or change cmake checks done that are required for depends Link miniupnpc and unwind from depends and not external Add libiconv and icu4c to depends, required for mingw32 builds. Headers (winsock) need to be lower case in order to compile on unix systems. This should not affect building on windows.
2018-09-10Initial depends additionTheCharlatan8-0/+353
Depends cross compiles project dependencies for linux, mac and windows and multiple architectures. Depends is original work by Cory Fields and used in bitcoin and a wide range of bitcoin related projects.