diff options
author | Eric Bénard <eric@eukrea.com> | 2013-01-07 18:06:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 19:26:28 +0000 |
commit | a06958eefcfe4e5f5c8f0bbac24fd1b43821d0b0 (patch) | |
tree | 4e4ff98f451cac426433d4579ae863e54fcebb32 /meta/recipes-qt/qt4/qt4-4.8.4.inc | |
parent | 51ce14351d4a67a3c285be139a2c3af6610f2d70 (diff) | |
download | poky-a06958eefcfe4e5f5c8f0bbac24fd1b43821d0b0.tar.gz |
qt4: blacklist untrusted SSL certificates
- this blacklist wrong certificates
https://bugreports.qt-project.org/browse/QTBUG-24654
https://bugreports.qt-project.org/browse/QTBUG-28937
- these patches will be in the next 4.8.5 release
(From OE-Core rev: aafcf34aa8be3525ada517b770e43ad05de5a4b6)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-4.8.4.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-4.8.4.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-4.8.4.inc b/meta/recipes-qt/qt4/qt4-4.8.4.inc index 08173a1d14..0bc106251e 100644 --- a/meta/recipes-qt/qt4/qt4-4.8.4.inc +++ b/meta/recipes-qt/qt4/qt4-4.8.4.inc | |||
@@ -21,6 +21,8 @@ SRC_URI = "http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-sr | |||
21 | file://0018-configure-make-pulseaudio-a-configurable-option.patch \ | 21 | file://0018-configure-make-pulseaudio-a-configurable-option.patch \ |
22 | file://0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch \ | 22 | file://0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch \ |
23 | file://0020-webkit-disable-the-fuse-ld-gold-flag.patch \ | 23 | file://0020-webkit-disable-the-fuse-ld-gold-flag.patch \ |
24 | file://0022-ssl-certificates-blacklist-mis-issued-turktrust-certificates.patch \ | ||
25 | file://0023-qtnetwork-blacklist-two-more-certificates.patch \ | ||
24 | file://g++.conf \ | 26 | file://g++.conf \ |
25 | file://linux.conf \ | 27 | file://linux.conf \ |
26 | " | 28 | " |