aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/gitian-osx-bitcoin.yml
AgeCommit message (Collapse)Author
2015-05-20build: fix osx determinism for OSXCory Fields
Backport of 90c71548c795787b008bc337cb9332f75d1bccdb Linux/Windows wrapped 'date' rather than patching the OpenSSL build.
2015-01-10gitian: bump revision for OSX qtWladimir J. van der Laan
Not necessary for windows or linux, as the intermedate build result doesn't change. However for OSX on 0.9 the builds for the intermediates are not deterministic, so this cannot be assessed. Bump the dep version just in case.
2015-01-10gitian: openssl-1.0.1i.tar.gz -> openssl-1.0.1k.tar.gzWladimir J. van der Laan
2014-08-22gitian: Bump miniupnp version to 1.9.20140701Wladimir J. van der Laan
Also change build system: STATICLIB is now MINIUPNP_STATICLIB.
2014-08-21gitian: upgrade OpenSSL to 1.0.1iMichael Ford
Upgrade for https://www.openssl.org/news/secadv_20140806.txt Rebased-From: 074bcdc Github-Pull: #4648
2014-06-06gitian: upgrade OpenSSL to 1.0.1hWladimir J. van der Laan
Upgrade for https://www.openssl.org/news/secadv_20140605.txt Just in case - there is no vulnerability that affects ecdsa signing or verification. The MITM attack vulnerability (CVE-2014-0224) may have some effect on our usage of SSL/TLS. As long as payment requests are signed (which is the common case), usage of the payment protocol should also not be affected. The TLS usage in RPC may be at risk for MITM attacks. If you have `-rpcssl` enabled, be sure to update OpenSSL as soon as possible. Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com> Rebased-From: 6e7c4d1
2014-05-29release: Bump the OSX SDK to 10.7 for gitian buildsCory Fields
This fixes the display on Retina Macbooks. It also moves us away from depending on the ancient XCode3 sdk. Conflicts: doc/release-process.md Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com> Rebased-From: 2869b13
2014-05-21gitian: Add OSX build descriptorsCory Fields
Github-Pull: #4185 Rebased-By: Wladimir J. van der Laan Rebased-From: 1a97b22