aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/openssl.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-19depends: openssl: update to 3.0.11tobtoht1-2/+2
2023-06-26depends: upgrade OpenSSL to 3.0.9tobtoht1-8/+7
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.
2022-05-06Fix arm64 darwin package defsHoward Chu1-0/+1
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-10-22depends: openssl 1.1.1k -> 1.1.1lselsta1-3/+5
2021-08-31Fix parallel make of OpenSSLHoward Chu1-2/+2
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-04-01update openssl 1.0.2r linkSumo Gr1-1/+1
2019-11-17Add ARFLAGSHoward Chu1-2/+4
Needed to invoke deterministic mode on some archivers
2019-11-14depends: Add FreeBSD supportHoward Chu1-0/+2
2019-11-03Add Android supportHoward Chu1-1/+4
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.