aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/openssl.mk
Commit message (Collapse)AuthorAgeFilesLines
* depends: openssl: update to 3.0.21tobtoht2026-06-091-3/+3
|
* Add support for LoongarchYalingFang2026-04-041-0/+1
|
* depends: openssl: update to 3.0.19tobtoht2026-01-291-2/+2
|
* depends: openssl: update to 3.0.13tobtoht2024-02-181-2/+2
|
* depends: openssl: update to 3.0.11tobtoht2023-09-191-8/+7
|
* depends: update openssl to 1.1.1utobtoht2023-05-301-2/+2
|
* depends: bump openssl to 1.1.1ttobtoht2023-02-071-5/+3
| | | | | | https://www.openssl.org/news/secadv/20230207.txt Patch can be removed, it was included upstream.
* Fix arm64 darwin package defsHoward Chu2022-05-061-0/+1
|
* Fix Android OpenSSL buildHoward Chu2021-11-301-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
* depends: openssl 1.1.1k -> 1.1.1lselsta2021-10-221-3/+5
|
* Fix parallel make of OpenSSLHoward Chu2021-08-311-2/+2
|
* depends: openssl 1.1.1i -> 1.1.1kselsta2021-03-251-2/+2
|
* depends: Update OpenSSL to 1.1.1iHoward Chu2020-12-091-19/+12
| | | | | Remove some obsolete patches (they were integrated upstream). Tweak to work with Android support (they second-guess our CC definition, etc).
* update openssl 1.0.2r linkSumo Gr2020-04-011-1/+1
|
* Add ARFLAGSHoward Chu2019-11-171-2/+4
| | | | Needed to invoke deterministic mode on some archivers
* depends: Add FreeBSD supportHoward Chu2019-11-141-0/+2
|
* Add Android supportHoward Chu2019-11-031-1/+4
|
* Add depends riscv 64 bit supportTheCharlatan2019-08-201-0/+1
|
* [depends] update openssl to 1.0.2rwho-biz2019-05-181-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.
* Update openssl to 1.0.2q in depends build systemwho-biz2019-02-101-10/+2
|
* Initial depends additionTheCharlatan2018-09-101-0/+78
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.