aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends
Commit message (Collapse)AuthorAgeFilesLines
* depends: openssl: update to 3.0.21tobtoht2026-06-091-3/+3
|
* Merge pull request #10654tobtoht2026-05-272-4/+29
|\ | | | | | | 98bc2ec depends: unbound: update to 1.25.1 (tobtoht)
| * depends: unbound: update to 1.25.1tobtoht2026-05-252-4/+29
| |
* | Merge pull request #10555tobtoht2026-05-251-1/+1
|\ \ | | | | | | | | | 0d49006 depends: explicitely enable cross-compile mode for autoconf (tobtoht)
| * | depends: explicitely enable cross-compile mode for autoconftobtoht2026-05-251-1/+1
| |/
* / depends: libusb: update to 1.0.30tobtoht2026-05-241-2/+8
|/
* Add support for LoongarchYalingFang2026-04-042-0/+5
|
* depends: openssl: update to 3.0.19tobtoht2026-01-291-2/+2
|
* depends: hidapi: update to 0.15.0tobtoht2025-11-242-25/+3
|
* depends: boost: update to 1.69.0tobtoht2025-02-181-4/+4
|
* depends: release type should be lower casetobtoht2025-02-181-4/+10
|
* depends: boost: update to 1.66.0tobtoht2025-01-071-5/+5
| | | | | | | | | | | | -DBOOST_ASIO_HAS_STD_STRING_VIEW=1 fixes: /monero/contrib/depends/x86_64-unknown-freebsd/native/usr/include/c++/v1/experimental/string_view:18:3: warning: "<experimental/string_view> has been removed. Use <string_view> instead." [-W#warnings] /monero/contrib/depends/x86_64-unknown-freebsd/include/boost/asio/detail/string_view.hpp:32:12 : error: no member named 'experimental' in namespace 'std' using std::experimental::basic_string_view; ~~~~~^
* depends: add riscv64 linux build tagselsta2024-03-091-0/+3
|
* depends: openssl: update to 3.0.13tobtoht2024-02-181-2/+2
|
* depends: unbound: update to 1.19.1tobtoht2024-02-182-7/+7
|
* depends: expat: update to 2.6.0tobtoht2024-02-181-6/+6
|
* Merge pull request #9027luigi11112023-10-251-2/+2
|\ | | | | | | 09a88cc Update RandomX to 1.2.1 (tevador)
| * Update RandomX to 1.2.1tevador2023-10-201-2/+2
| |
* | depends: openssl: update to 3.0.11tobtoht2023-09-192-8/+8
|/
* depends: update openssl to 1.1.1utobtoht2023-05-301-2/+2
|
* depends: bump openssl to 1.1.1ttobtoht2023-02-072-65/+3
| | | | | | https://www.openssl.org/news/secadv/20230207.txt Patch can be removed, it was included upstream.
* depends: bump hidapi/libusbtobtoht2023-01-253-7/+10
| | | | | | fixes Trezor connectivity issues on Windows 10/11 Co-authored-by: selsta <selsta@sent.at>
* repo: remove ldns leftoversselsta2022-09-203-36/+2
|
* depends: remove unused Qt packageselsta2022-09-209-309/+1
|
* Depends: Unbound disable getentropy()/reallocarray() (glibc < 2.26)TheCharlatan2022-06-222-1/+22
|
* Merge pull request #8312luigi11112022-05-1621-112/+301
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 5c27fd8 depends: Package cleanup (Howard Chu) c1d47eb Update randomx: fix Mac linking error (Howard Chu) 02e6af2 Update CI for aarch64 mac build (selsta) 7ea1e21 Make Mac SDK into a regular depends package (Howard Chu) e81ab9b Silence some protobuf link warnings (Howard Chu) fe5c2ae Fix arm64 darwin package defs (Howard Chu) fb68465 Boost 1.64 doesn't recognize arm64 darwin (Howard Chu) 617f908 more... update to clang 9.0.0 (Howard Chu) 83ae3ad Split native_clang out of native_cctools (Howard Chu) 1008318 Update native_cctools for newer SDK support (Howard Chu) a86c4cb Update to MacOSX SDK 11.1, add Mac M1 (Howard Chu)
| * depends: Package cleanupHoward Chu2022-05-107-20/+15
| | | | | | | | | | | | | | | | | | All patching should be in _preprocess_cmd. config_cmd should just run configure and nothing else before it, otherwise $PATH is broken when it runs. Also remove redundant settings to configure, _autoconf already sets them. We leave explicit AR_FLAGS settings because the builtin rule uses ARFLAGS, and so would leave AR_FLAGS unset otherwise.
| * Make Mac SDK into a regular depends packageHoward Chu2022-05-096-19/+16
| |
| * Silence some protobuf link warningsHoward Chu2022-05-092-0/+164
| | | | | | | | 4 warnings remain but it's better than before
| * Fix arm64 darwin package defsHoward Chu2022-05-065-5/+6
| |
| * Boost 1.64 doesn't recognize arm64 darwinHoward Chu2022-05-062-2/+14
| |
| * more... update to clang 9.0.0Howard Chu2022-05-061-6/+6
| |
| * Split native_clang out of native_cctoolsHoward Chu2022-05-064-49/+36
| | | | | | | | Needed for compiling native_libtapi
| * Update native_cctools for newer SDK supportHoward Chu2022-05-065-18/+33
| |
| * Update to MacOSX SDK 11.1, add Mac M1Howard Chu2022-05-043-14/+32
| |
* | depends: update unbound to 1.15.0selsta2022-04-191-2/+2
|/
* Fix Android OpenSSL buildHoward Chu2021-11-302-5/+7
| | | | | | | depends didn't have target-specific overrides for _build_env so ANDROID_NDK_HOME wasn't being set at build time. This fix supersedes the manual edit of Configuration/15-android.conf. Resolves #8095
* Merge pull request #8055luigi11112021-11-262-2/+28
|\ | | | | | | a30928f depends: bump hidapi to 0.11.0 (selsta)
| * depends: bump hidapi to 0.11.0selsta2021-11-102-2/+28
| |
* | Merge pull request #8021luigi11112021-11-042-3/+65
|\ \ | |/ |/| | | 8f21001 depends: openssl 1.1.1k -> 1.1.1l (selsta)
| * depends: openssl 1.1.1k -> 1.1.1lselsta2021-10-222-3/+65
| |
* | Merge pull request #8002luigi11112021-10-255-91/+28
|\ \ | |/ |/| | | 49441d4 depends: update zeromq package to 4.3.4 (selsta)
| * depends: update zeromq package to 4.3.4selsta2021-10-105-91/+28
| |
* | Merge pull request #7971luigi11112021-10-171-1/+1
|\ \ | | | | | | | | | b00e21d cmake: set cpp14 standard (selsta)
| * | cmake: set cpp14 standardselsta2021-09-251-1/+1
| |/ | | | | | | It's 2021, we can easily switch to C++14 without any troubles.
* | Merge pull request #7912luigi11112021-10-111-3/+6
|\ \ | |/ |/| | | | | ae41178 gitian: cleanup more unused packages (Howard Chu) 4ea7832 gitian: omit ccache from gitian builds (Howard Chu)
| * gitian: cleanup more unused packagesHoward Chu2021-09-271-3/+3
| | | | | | | | These appear to be leftovers inherited from Bitcoin's builder
| * gitian: omit ccache from gitian buildsHoward Chu2021-09-271-0/+3
| | | | | | | | | | It's just wasted overhead since the build VMs are always deleted and recreated fresh for each run.
* | Merge pull request #7933luigi11112021-09-232-8/+8
|\ \ | | | | | | | | | 43a7279 depends: update unwind, fix build with ubuntu 21.04 (selsta)
| * | depends: update unwind, fix build with ubuntu 21.04selsta2021-09-112-8/+8
| | |