diff options
author | Denys Dmytriyenko <denys@ti.com> | 2011-03-30 17:19:55 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-06 11:09:35 -0700 |
commit | 14419f4a4bc629b171281d46750c6abfa84bf83b (patch) | |
tree | 90b27816b85b0982241b86e63e0cebdfa4b46f05 /meta/recipes-qt/qt4/qt4-x11-free_4.7.2.bb | |
parent | e8a3686ec108f6095bafa5b601c9f763bc39c123 (diff) | |
download | openembedded-core-14419f4a4bc629b171281d46750c6abfa84bf83b.tar.gz openembedded-core-14419f4a4bc629b171281d46750c6abfa84bf83b.tar.bz2 openembedded-core-14419f4a4bc629b171281d46750c6abfa84bf83b.zip |
qt4: security advisory - blacklist fraudulent comodo certificates
Security advisory: Blacklist fraudulent certificates. More info is in the
patch and at the following links:
http://www.comodo.com/Comodo-Fraud-Incident-2011-03-23.html
http://qt.nokia.com/files/qt-patches/blacklist-fraudulent-comodo-certificates-patch.diff/view
(Imported from OE rev 61eeeec1224c4f974f9185c2b93eeb19d13938af)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-x11-free_4.7.2.bb')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free_4.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.7.2.bb b/meta/recipes-qt/qt4/qt4-x11-free_4.7.2.bb index 359a7561d3..75c6314e7f 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free_4.7.2.bb +++ b/meta/recipes-qt/qt4/qt4-x11-free_4.7.2.bb @@ -1,7 +1,7 @@ require qt4-x11-free.inc require qt-${PV}.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" QT_CONFIG_FLAGS_append_armv6 = " -no-neon " |