aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/patches (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-05-20Merge pull request #9204luigi11111-0/+31
358d27c depends: native_libtapi: don't embed git hash (tobtoht)
2024-05-20Merge pull request #9200luigi11111-0/+12
3d2b6a8 depends: native_cctools: don't embed build date (tobtoht)
2024-03-07Merge pull request #9169luigi11111-11/+0
119e341 depends: remove unwind (tobtoht)
2024-03-07Merge pull request #9167luigi11111-12/+0
442146a depends: libusb: update to 1.0.27 (tobtoht)
2024-02-26depends: native_libtapi: don't embed git hashtobtoht1-0/+31
2024-02-23depends: native_cctools: don't embed build datetobtoht1-0/+12
2024-02-19depends: remove unwindtobtoht1-11/+0
2024-02-13depends: libusb: update to 1.0.27tobtoht1-12/+0
2024-02-12depends: android_ndk: update to 18btobtoht1-0/+15
2023-10-25Merge pull request #9017luigi11111-22/+0
fe4a34e depends: zeromq: update to 4.3.5 (tobtoht)
2023-10-25Merge pull request #9002luigi11111-13/+0
932bba3 depends: remove libiconv: unused (tobtoht)
2023-10-10depends: zeromq: update to 4.3.5tobtoht1-22/+0
2023-09-30trezor: support v2.5.2+, add more trezor tests, fix chaingen and testsDusan Klinec2-159/+12
- passphrase logic: remove backward compatibility for 2.4.3, code cleanup. - fix LibUSB cmake for static builds on OSX - tests: all tests now work with passphrase logic enabled. Passphrase test added with different passphrase. no_passphrase test added, Trezor pin test added. Testing wallet opening with correct and incorrect passphrase. Trezor test chain revamp, cleanup. Smaller chain, chain file versioning added. - tests: Trezor tests support TEST_MINING_ENABLED, TEST_MINING_TIMEOUT env vars to change mining-related tests behaviour. - requires protobuf@21 on osx for now (c++14), building with unlinked protobuf: `CMAKE_PREFIX_PATH=$(find /opt/homebrew/Cellar/protobuf@21 -maxdepth 1 -type d -name "21.*" -print -quit) \ make debug-test-trezor -j8`
2023-09-25depends: remove libiconv: unusedtobtoht1-13/+0
2023-05-26depends: remove icu4ctobtoht1-37/+0
2023-02-16depends: remove unused packagestobtoht4-254/+0
2023-02-07depends: bump openssl to 1.1.1ttobtoht1-60/+0
https://www.openssl.org/news/secadv/20230207.txt Patch can be removed, it was included upstream.
2022-09-20depends: remove unused Qt packageselsta4-114/+0
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.