As discussed in #3501 we had a nasty surprise in win32 gitian builds because they are built with old libraries while all testing by Diapolo is done with newer versions.
This ticket is to track upgrading of all libraries to match what Diapolo is actually testing.
#3501 (comment) @Diapolo stated he uses the following:
- BDB 4.8.30.NC (already in gitian win32)
- Boost 1.55 (fixed in #3501)
- OpenSSL 1.0.1e (gitian win32 has 1.0.1c)
- protobuf 2.5.0 (already in gitian win32)
- Qt 5.2.0 (proposed in #3527)
Other deps currently in gitian win32... @Diapolo what versions are you using?
- zlib-1.2.6 (upstream is 1.2.8)
- libpng-1.5.9 (upstream is 1.5.18) http://sourceforge.net/projects/libpng/files/libpng15/
- miniupnpc-1.6 upstream ... http://miniupnp.free.fr/files/
- qrencode-3.2 upstream ... http://fukuchi.org/works/qrencode/
We may want to consider upgrading the Linux gitian deps too?