Update win32 deps:
- Qt 5.2.0 (use below zlib and libpng instead of built-in ancient ones)
- miniupnpc-1.8
- openssl-1.0.1e
- zlib-1.2.8
- libpng-1.6.8
- qrencode-3.4.3
Also fixes #3522
Closing this for now, will reopen after upgrading other win32 deps as well.
- miniupnpc-1.8
- openssl-1.0.1e
- zlib-1.2.8
- libpng-1.6.8
- qrencode-3.4.3
This was forgotten in #3501.
316 | @@ -317,6 +317,7 @@ AC_DEFUN([_BITCOIN_QT_FIND_LIBS_WITHOUT_PKGCONFIG],[ 317 | ]) 318 | 319 | BITCOIN_QT_CHECK(AC_CHECK_LIB([z] ,[main],,BITCOIN_QT_FAIL(zlib not found))) 320 | + BITCOIN_QT_CHECK(AC_CHECK_LIB([png] ,[main],,BITCOIN_QT_FAIL(png not found)))
See the note in configure.am. For windows, we assume that qt is built static. It's annoying, but the note explains the reasoning.
Ok, let's keep it like this then.
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/f4bb12eecc03879d320db8fc905114cbd068e943 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
Worked for me. I suggest double checking that the source tarballs match what is shipped by various distributions before committing.
gpg --verify openssl-1.0.1e.tar.gz.asc gpg: Signature made Mon 11 Feb 2013 05:26:18 AM HST using RSA key ID F295C759 gpg: Good signature from "Dr Stephen Henson shenson@drh-consultancy.co.uk" gpg: aka "Dr S N Henson shenson@drh-consultancy.demon.co.uk" gpg: aka "Dr Stephen Henson stephen.henson@opennetworksecurity.com"
In some cases thankfully they GPG signed it.
bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c miniupnpc-1.8.tar.gz 36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d zlib-1.2.8.tar.gz 32c7acf1608b9c8b71b743b9780adb7a7b347563dbfb4a5263761056da44cc96 libpng-1.6.8.tar.gz dfd71487513c871bad485806bfd1fdb304dedc84d2b01a8fb8e0940b50597a98 qrencode-3.4.3.tar.bz2 395ec72277c5786c65b8163ef5817fd03d0a1f524a6d47f53624baf8056f1081 qt-everywhere-opensource-src-5.2.0.tar.gz
These are the other new sources.
http://pkgs.fedoraproject.org/repo/pkgs/miniupnpc/miniupnpc-1.8.tar.gz/065bf20a20ebe605c675b7a5aaef340a/miniupnpc-1.8.tar.gz Matches exactly with date 14-Aug-2013
http://pkgs.fedoraproject.org/repo/pkgs/zlib/zlib-1.2.8.tar.xz/28f1205d8dd2001f26fec1e8c2cebe37/zlib-1.2.8.tar.xz Matches extracted archive with date 07-Jun-2013
IMHO, it would be cleaner to squash all three of these commits, or at least the one-liner release notes commit.
The commits are atomic and are separate changes, so I don't see much point in squashing them, but if you insist...
ACK. No need to merge the commits.