summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-04-29 10:46:10 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-30 21:07:27 +0200
commit2766b07bcaabe2c52c6fedd2a6c930db0765f8bd (patch)
treeb89e104cdaf20f4efede5ef354ca7f4b9f2a3004
parent54bbd88b1f0c4de25688dae1d0c30d222722feb4 (diff)
downloadbuildroot-2766b07bcaabe2c52c6fedd2a6c930db0765f8bd.tar.gz
buildroot-2766b07bcaabe2c52c6fedd2a6c930db0765f8bd.zip
webkitgtk24: mark as deprecated
It's affected by 40+ security bugs, and upstream will only care to fix the latest stable branch, which is 2.12.x Some effort was made with the 2.4.10 release to address some security bugs but it's incomplete. See: https://blogs.gnome.org/mcatanzaro/2016/02/01/on-webkit-security-updates/ https://blogs.gnome.org/mcatanzaro/2016/02/19/webkitgtk-gets-security-updates/ Also: http://webkitgtk.org/security/WSA-2016-0002.html http://webkitgtk.org/security/WSA-2016-0001.html http://webkitgtk.org/security/WSA-2015-0002.html Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/webkitgtk24/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/webkitgtk24/Config.in b/package/webkitgtk24/Config.in
index e95a851a3b..bba3a2b9cc 100644
--- a/package/webkitgtk24/Config.in
+++ b/package/webkitgtk24/Config.in
@@ -16,9 +16,11 @@ comment "webkitgtk24 needs libgtk2 and a toolchain w/ C++, wchar, NPTL, gcc >=4.
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_INSTALL_LIBSTDCPP \
|| !BR2_USE_WCHAR || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
depends on BR2_USE_MMU
+ depends on BR2_DEPRECATED_SINCE_2016_05
config BR2_PACKAGE_WEBKITGTK24
bool "webkitgtk 2.4.x"
+ depends on BR2_DEPRECATED_SINCE_2016_05
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
OpenPOWER on IntegriCloud