From 2766b07bcaabe2c52c6fedd2a6c930db0765f8bd Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Fri, 29 Apr 2016 10:46:10 -0300 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- package/webkitgtk24/Config.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2