aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/openssl.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-20Add depends riscv 64 bit supportTheCharlatan1-0/+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-02-10Update openssl to 1.0.2q in depends build systemwho-biz1-10/+2
2018-09-10Initial depends additionTheCharlatan1-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.