aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-03-05depends: fix ar zero timestamp for openssl & unbound on android targetstobtoht2-4/+7
2024-02-26depends: native_libtapi: don't embed git hashtobtoht1-0/+5
2024-02-24depends: move sodium to packagestobtoht1-7/+6
2024-02-23depends: native_cctools: don't embed build datetobtoht1-0/+5
2024-02-23depends: {native_,}protobuf: speedup buildtobtoht2-12/+7
2024-02-19depends: remove unwindtobtoht1-29/+0
2024-02-13depends: remove ccachetobtoht2-30/+0
2024-02-13depends: eudev: update to 3.2.14tobtoht1-4/+3
2024-02-13depends: libusb: update to 1.0.27tobtoht1-16/+8
2024-02-13depends: openssl: update to 3.0.13tobtoht1-2/+2
2024-02-13depends: expat: update to 2.6.0tobtoht1-6/+6
2024-02-13depends: unbound: update to 1.19.1tobtoht1-6/+6
2024-02-12depends: android_ndk: update to 18btobtoht1-2/+8
2024-01-05Add support for LoongarchYalingFang1-0/+1
2023-10-24depends: use macOS 11 SDK with libc++ headerstobtoht2-5/+4
2023-10-10depends: zeromq: update to 4.3.5tobtoht1-7/+2
2023-09-30trezor: support v2.5.2+, add more trezor tests, fix chaingen and testsDusan Klinec4-12/+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-26depends: unwind: do not build for linux hoststobtoht1-4/+0
2023-09-25depends: remove libiconv: unusedtobtoht3-39/+4
2023-09-19depends: openssl: update to 3.0.11tobtoht1-2/+2
2023-06-26depends: upgrade OpenSSL to 3.0.9tobtoht2-8/+8
2023-05-26depends: remove icu4ctobtoht2-28/+1
2023-05-15depends: update expat to 2.5.0tobtoht1-3/+3
2023-02-16depends: remove unused packagestobtoht6-129/+0
2023-02-07depends: bump openssl to 1.1.1ttobtoht1-5/+3
https://www.openssl.org/news/secadv/20230207.txt Patch can be removed, it was included upstream.
2023-01-25depends: bump hidapi/libusbtobtoht2-6/+6
fixes Trezor connectivity issues on Windows 10/11 Co-authored-by: selsta <selsta@sent.at>
2022-09-20depends: remove unused Qt packageselsta2-176/+0
2022-08-11depends: remove unused packagesselsta4-97/+0
2022-08-11repo: remove ldns leftoversselsta3-36/+2
2022-06-22Depends: Unbound disable getentropy()/reallocarray() (glibc < 2.26)TheCharlatan1-1/+8
2022-05-10depends: Package cleanupHoward Chu6-19/+14
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.
2022-05-09Make Mac SDK into a regular depends packageHoward Chu2-1/+11
2022-05-09Silence some protobuf link warningsHoward Chu1-0/+5
4 warnings remain but it's better than before
2022-05-06Fix arm64 darwin package defsHoward Chu5-5/+6
2022-05-06Boost 1.64 doesn't recognize arm64 darwinHoward Chu1-2/+3
2022-05-06more... update to clang 9.0.0Howard Chu1-6/+6
2022-05-06Split native_clang out of native_cctoolsHoward Chu4-49/+36
Needed for compiling native_libtapi
2022-05-06Update native_cctools for newer SDK supportHoward Chu3-5/+32
2022-04-19depends: update unbound to 1.15.0selsta1-2/+2
2021-11-30Fix Android OpenSSL buildHoward Chu1-5/+2
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
2021-11-10depends: bump hidapi to 0.11.0selsta1-2/+7
2021-10-22depends: openssl 1.1.1k -> 1.1.1lselsta1-3/+5
2021-10-10depends: update zeromq package to 4.3.4selsta1-9/+6
2021-09-27gitian: cleanup more unused packagesHoward Chu1-3/+3
These appear to be leftovers inherited from Bitcoin's builder
2021-09-27gitian: omit ccache from gitian buildsHoward Chu1-0/+3
It's just wasted overhead since the build VMs are always deleted and recreated fresh for each run.
2021-09-11depends: update unwind, fix build with ubuntu 21.04selsta1-3/+3
2021-09-03external: remove unbound submoduleselsta4-11/+11
2021-08-31Fix parallel make of OpenSSLHoward Chu1-2/+2
2021-08-04CMake: ccache fix for FreeBSD at 'depends'mj-xmr1-2/+2
2021-07-01depends: add getmonero package mirrorselsta3-3/+6
2021-04-27depends, docker: fix bintray linksselsta1-1/+1
2021-03-25depends: openssl 1.1.1i -> 1.1.1kselsta1-2/+2
2020-12-09depends: Update OpenSSL to 1.1.1iHoward Chu1-19/+12
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.1TheCharlatan1-33/+60
2020-08-20depends: fix broken links for ds_store / mac_aliasselsta2-8/+8
2020-05-03Update expat.mkArqTras1-1/+1
2020-04-01update openssl 1.0.2r linkSumo Gr1-1/+1
2020-03-20depends: update qt 5.7.1 download linkSumo Gr1-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
2020-03-20depends: libsodium disable getrandom()/getentropy() (glibc < 2.25)xiphon1-1/+2
2020-03-06cppzmq: remove leftoversselsta1-15/+0
2019-12-12depends: update libsodium to 1.0.18TheCharlatan1-2/+2
2019-11-18"Fix" non-determinism in native_cctools buildHoward Chu1-0/+4
By omitting the otool binary which is built non-deterministically. We don't use it anyway.
2019-11-17Fix unwind library orderingHoward Chu1-0/+5
Sort objects being archived
2019-11-17Fixup sodium darwinHoward Chu3-31/+2
get rid of sodium-darwin.mk special case, unify back with sodium.mk
2019-11-17Add ARFLAGSHoward Chu12-14/+18
Needed to invoke deterministic mode on some archivers
2019-11-14depends: Add FreeBSD supportHoward Chu6-12/+42
2019-11-04depends: fix typo in packagesselsta1-1/+1
2019-11-03Add Android supportHoward Chu6-3/+40
2019-11-03Fix readline buildHoward Chu2-4/+8
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-10-25depends: bump zeromq version to 4.1.7anonimal1-2/+2
Resolves https://hackerone.com/reports/652911
2019-10-25depends: bump cppzmq version to 4.4.1anonimal1-2/+2
2019-09-07depends: attempt to fix readlineiDunk54002-4/+9
Make readline actually compile, and make ncurses use existing terminfo data (if available).
2019-08-27Fix Travis build on Windows + Machyperreality1-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.
2019-08-20Add depends riscv 64 bit supportTheCharlatan3-1/+10
2019-06-27Depends: Update HIDAPI versionTheCharlatan1-3/+3
The macos binaries in release v0.14.1.0 were compiled with the buggy hidapi-0.8.0-rc1 version. This resulted in users not being able to use their Ledger with the latest cli wallet. After the patch depends now fetches the source from the libusb hidapi repository that has taken over maintenance of hidapi.
2019-06-27Update icu4c to latest support versionTheCharlatan1-9/+4
Before this commit the icu4c repo was fetched from TheCharlatan's repository. This step was made, because up until recently the source code was hosted on sourceforge and their downloads proved very unreliable. The origin is now the official icu4c repository. Also remove some commented lines left over from development.
2019-06-25Add ncurses package for linux and darwin readlineTheCharlatan3-14/+67
Readline support is now compiled with the ncurses backend.
2019-06-25Remove clutter in depends installed packagesTheCharlatan12-9/+42
To speedup the depends cached builds, remove some some clutter from the package files. This mainly incldues removing all the shared libraries and .la linker files. It also gives stronger guarantees that monero only links the static libs without any external rvalues.
2019-06-12Delete redundant cppzmq dependencyHoward Chu1-1/+1
2019-05-18[depends] update openssl to 1.0.2rwho-biz1-2/+2
- This addresses https://www.openssl.org/news/secadv/20190226.txt (CVE: 2019-1559) which impacted all versions of openssl-1.0. Note that this does not address CVE-2019-1543 (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1543), which impacts all versions of openssl 1.1 through 1.1.0j and 1.1.1b. The above (1.1) is patched in openssl, where it was marked as low severity. Similar issues possibly present in monero, should be looked into w.r.t. CVE-2019-1543.
2019-04-10build: debug and test builds via contribDusan Klinec4-0/+66
2019-02-23Various speedups to depends and TravisTheCharlatan7-127/+9
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-02-10Update openssl to 1.0.2q in depends build systemwho-biz1-10/+2
2019-01-17Optimize the depends builds for faster compilationTheCharlatan5-67/+7
This includes more fine grained configure options and skipping the openssl and zlib dependencies when compiling qt. The zlib and libevent packages are removed.
2019-01-15bump sodium to 1.0.16italocoin2-4/+4
2018-12-27Remove visibility settings from boost.mkTheCharlatan1-1/+1
Clang gave a visibility error when compiling boost with visibility hidden.
2018-12-18build: protobuf dependency fixes, libusb buildDusan Klinec3-9/+45
- docker protobuf dependencies, cross-compilation - device/trezor protobuf build fixes, try_compile - libusb built under all platforms, used by trezor for direct connect
2018-12-12Cleanup leftovers from migrating depends from bitcoinTheCharlatan3-61/+0
Depends still contained some leftovers, like the `wallet` target that included bdb from bitcoin. This commit removes these unneeded targets, the miniupnpc package and the berkeley db package. Reflect the changes in the README as well.
2018-12-01http -> httpsDimitris Apostolou11-11/+11
2018-11-25device/trezor: webusb transport added, cmake fixesDusan Klinec1-4/+4
- webusb transport based on libusb added. Provides direct access to Trezor via USB, no need for Trezor bridge. - trezor protocol message handler improved, no recursion used. Ready for upcoming integration tests. - libusb (for docker) bumped from v1.0.9 to v1.0.22, newer version required for webusb transport, for device enumeration. - cmake improvements and fixes. Cmake Trezor checks are moved to a dedicated CheckTrezor.cmake file. In case of a problem Trezor is excluded from build. - ifdefs made consistent to Ledger. - UDP Transport enumeration disabled by default in release mode
2018-10-08Prepare Depends Packages for Gitian ScriptsTheCharlatan2-1/+16
The gitian environment does not treat whitespaces in configure lines, like most other systems. The solution is to just remove them.
2018-10-08Depends: build hidapi with -fPICiDunk54001-0/+1
2018-10-07Consolidate HID depends makefiles into single recipeTheCharlatan7-59/+13
Make sure all required dependencies are linked statically, by only providing the static libraries.
2018-09-29Merge pull request #4448Riccardo Spagni3-3/+4
6a781408 Make depends use self built clang for darwin (TheCharlatan)
2018-09-25Make depends use self built clang for darwinTheCharlatan3-3/+4
The configure script in hidapi and libsodium tried to find clang in /usr/bin, even though the correct prefix was passed in. This sets the correct CC flag. This was previously undetected, because clang and the sdk where installed in the global environment. This also fixes a subsequent error, where IOKIT and CoreFoundation are not found, again for the reason stated above.
2018-09-25Add hidapi to dependsTheCharlatan7-28/+134
Clang needs to get its cctools path passed directly for the hid build to succeed. Make gperf a permanent external dependency. Remove pcsc from depends.
2018-09-22Fix Darwin Sodium buildTheCharlatan3-6/+32
Clang needs to get its cctools path passed.
2018-09-17Fix Windows buildTheCharlatan1-1/+1
icu tex support is not required, so just disable it. Re-add mistakingly removed crypt32 lib.
2018-09-17Add libsodium to the packages, the arm build was complaining about it.TheCharlatan2-1/+24
Fixup arm toolchain file.
2018-09-10Updated pcsc urlTheCharlatan1-1/+1
2018-09-10Add lrelease to the dependsTheCharlatan2-1/+151
This includes a minimal qt build without gui
2018-09-10Add Miniupnp submoduleTheCharlatan3-19/+3
Drop miniupnp and unbound depends builds. Make sure that build variables are propageted properly to unbound and miniupnp. Rebase to after the v0.12 release
2018-09-10Add support for apple and arm buildingTheCharlatan3-9/+14
Add pcsc-lite to linux builds Fixup windows icu4c linking with depends, the static libraries have an 's' appended to them Compiling depends arm-linux-gnueabihf will allow you to compile armv6zk monero binaries
2018-09-10Modify depends for monero's dependenciesTheCharlatan33-509/+472
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 additionTheCharlatan30-0/+997
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.