aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #7911luigi11112021-09-231-2/+2
|\ \ \ | |/ / |/| | | | | acef6c9 Fix parallel make of OpenSSL (Howard Chu)
| * | Fix parallel make of OpenSSLHoward Chu2021-08-311-2/+2
| |/
* | Merge pull request #7773 from selsta/unboundluigi11112021-09-095-11/+14
|\ \ | |/ |/| external: remove unbound submodule
| * external: remove unbound submoduleselsta2021-09-035-11/+14
| |
* | CMake: ccache fix for FreeBSD at 'depends'mj-xmr2021-08-041-2/+2
| |
* | depends: add getmonero package mirrorselsta2021-07-015-5/+8
|/
* Merge pull request #7710luigi11112021-06-011-2/+2
|\ | | | | | | 9165344 CI: depends downloads relax retries (mj-xmr)
| * CI: depends downloads relax retriesmj-xmr2021-05-081-2/+2
| |
* | depends, docker: fix bintray linksselsta2021-04-271-1/+1
|/
* depends: openssl 1.1.1i -> 1.1.1kselsta2021-03-251-2/+2
|
* depends: Update OpenSSL to 1.1.1iHoward Chu2020-12-092-43/+12
| | | | | Remove some obsolete patches (they were integrated upstream). Tweak to work with Android support (they second-guess our CC definition, etc).
* Depends: Bump qt to 5.15.1TheCharlatan2020-09-177-107/+166
|
* depends: fix broken links for ds_store / mac_aliasselsta2020-08-202-8/+8
|
* Merge pull request #6691Alexander Blair2020-08-161-1/+1
|\ | | | | | | 6111689cf cmake: allow custom openssl path on macOS (selsta)
| * cmake: allow custom openssl path on macOSselsta2020-06-251-1/+1
| |
* | Merge pull request #6500Alexander Blair2020-08-161-1/+1
|\ \ | | | | | | | | | a07c8abcc Update expat.mk (ArqTras)
| * | Update expat.mkArqTras2020-05-031-1/+1
| |/
* / Support for supercop ASM in wallet, and benchmark for supercopLee Clagett2020-05-161-2/+3
|/
* Merge pull request #6414luigi11112020-04-211-1/+1
|\ | | | | | | 14e8035 update openssl 1.0.2r link (sumogr)
| * update openssl 1.0.2r linkSumo Gr2020-04-011-1/+1
| |
* | Merge pull request #6398luigi11112020-04-101-1/+1
|\ \ | | | | | | | | | 8688b46 depends: update qt 5.7.1 download link (sumogr)
| * | depends: update qt 5.7.1 download linkSumo Gr2020-03-201-1/+1
| |/ | | | | | | 5.7.1 was removed from official qt.io archive, this is one of the few mirrors remaining that keep a copy. I think it would be better if @TheCharlatan updated to a newer version soon than merging this PR
* | Merge pull request #6397luigi11112020-04-042-1/+27
|\ \ | | | | | | | | | 323a9e3 depends: libsodium disable getrandom()/getentropy() (glibc < 2.25) (xiphon)
| * | depends: libsodium disable getrandom()/getentropy() (glibc < 2.25)xiphon2020-03-202-1/+27
| |/
* | Merge pull request #6371luigi11112020-04-041-15/+0
|\ \ | |/ |/| | | b40c27c cppzmq: remove leftovers (selsta)
| * cppzmq: remove leftoversselsta2020-03-061-15/+0
| |
* | Merge pull request #6251Alexander Blair2020-03-121-0/+10
|\ \ | |/ |/| | | 0eac0c43 depends: set several missing build tags (moneromooo-monero)
| * depends: set several missing build tagsmoneromooo-monero2019-12-181-0/+10
| |
* | Merge pull request #6255Alexander Blair2020-02-281-3/+3
|\ \ | | | | | | | | | 81494e3f depends: empty spaces in PATH variable cause build failure (kozyilmaz)
| * | depends: empty spaces in PATH variable cause build failurekozyilmaz2019-12-191-3/+3
| |/
* / depends: update libsodium to 1.0.18TheCharlatan2019-12-122-4/+4
|/
* "Fix" non-determinism in native_cctools buildHoward Chu2019-11-182-0/+16
| | | | | By omitting the otool binary which is built non-deterministically. We don't use it anyway.
* Fix unwind library orderingHoward Chu2019-11-172-0/+16
| | | | Sort objects being archived
* Fixup sodium darwinHoward Chu2019-11-173-31/+2
| | | | get rid of sodium-darwin.mk special case, unify back with sodium.mk
* Add ARFLAGSHoward Chu2019-11-1722-16/+87
| | | | Needed to invoke deterministic mode on some archivers
* depends: Add FreeBSD supportHoward Chu2019-11-149-14/+68
|
* depends: fix typo in packagesselsta2019-11-041-1/+1
|
* Merge pull request #6077Riccardo Spagni2019-11-0310-8/+135
|\ | | | | | | | | 240dbb124 gitian: add --rebuild option (Howard Chu) 643860776 Add Android support (Howard Chu)
| * Add Android supportHoward Chu2019-11-0310-8/+135
| |
* | Fix readline buildHoward Chu2019-11-034-5/+6630
|/ | | | | | | | 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.
* depends: bump zeromq version to 4.1.7anonimal2019-10-251-2/+2
| | | | Resolves https://hackerone.com/reports/652911
* depends: bump cppzmq version to 4.4.1anonimal2019-10-251-2/+2
|
* Don't set ARCH_ID if it's already setHoward Chu2019-09-251-3/+5
| | | | | | | | | Usually it's unset, but depends toolchain files set it explicitly for cross-compiling. Don't override preset values. But make sure it's set for all x86 / x86_64 builds, not just Linux. Also make sure -std=c++11 is set for Darwin builds, not all submodules were getting it consistently before.
* Merge pull request #5892luigi11112019-09-243-5/+11
|\ | | | | | | ab2819a depends: attempt to fix readline (iDunk5400)
| * depends: attempt to fix readlineiDunk54002019-09-073-5/+11
| | | | | | | | Make readline actually compile, and make ncurses use existing terminfo data (if available).
* | Merge pull request #5891luigi11112019-09-241-6/+6
|\ \ | | | | | | | | | e09dbc6 depends: fix monero binaries Boost linking errors (iDunk5400)
| * | depends: fix monero binaries Boost linking errorsiDunk54002019-09-091-6/+6
| |/ | | | | | | It would try to link against host system Boost libs when building outside gitian. Tested with x86_64-linux-gnu target.
* / Fix Travis build on Windows + Machyperreality2019-08-271-1/+1
|/ | | | | Following 13c0b8c, the unwind package is being attempted to be built on Windows and Mac when it should only be built on Linux.
* Merge pull request #5702luigi11112019-08-215-1/+16
|\ | | | | | | 13c0b8c Add depends riscv 64 bit support (TheCharlatan)
| * Add depends riscv 64 bit supportTheCharlatan2019-08-205-1/+16
| |