On Sat, Jan 10, 2015 at 4:26 AM, Gregory Maxwell <gmaxw...@gmail.com> wrote: > https://github.com/bitcoin/bitcoin/commit/488ed32f2ada1d1dd108fc245d025c4d5f252783 > (versions of this will be backported to other stable branches soon)
For those that build from source, patches to cope with the new OpenSSL versions are now available on stable branches 0.8, 0.9 and rc branch 0.10: 0.8 branch (on top of 0.8.6) ======================== https://github.com/bitcoin/bitcoin/tree/0.8 https://github.com/bitcoin/bitcoin/commits/0.8 To fetch, build, and test: ``` git clone -b 0.8 https://github.com/bitcoin/bitcoin.git bitcoin-0.8 cd bitcoin-0.8/src make -f makefile.unix make -f makefile.unix check ``` 0.9 branch (on top of 0.9.3+) ======================== https://github.com/bitcoin/bitcoin/tree/0.9 https://github.com/bitcoin/bitcoin/commits/0.9 To fetch, build, and test: ``` git clone -b 0.9 https://github.com/bitcoin/bitcoin.git bitcoin-0.9 cd bitcoin-0.9/src ./autogen.sh ./configure make make check ``` 0.10 branch (on top of 0.10.0rc1+) ======================== https://github.com/bitcoin/bitcoin/tree/0.10 https://github.com/bitcoin/bitcoin/commits/0.10 ``` git clone -b 0.10 https://github.com/bitcoin/bitcoin.git bitcoin-0.10 cd bitcoin-0.10/src ./autogen.sh ./configure make make check ``` Wladimir ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Bitcoin-development mailing list Bitcoin-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bitcoin-development