diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-01-10 14:41:23 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-11 00:18:54 +0100 |
commit | f99f6aaa79918fe423e5b76f01f708fed2d93ced (patch) | |
tree | 7416236d538b1660ace5368932c56c967ed390d1 | |
parent | 49318cb92d7bde2b997d77566edaef41c20f7182 (diff) | |
download | buildroot-novena-f99f6aaa79918fe423e5b76f01f708fed2d93ced.tar.gz buildroot-novena-f99f6aaa79918fe423e5b76f01f708fed2d93ced.zip |
webkit: security bump to version 1.2.6
Bump to version 1.2.6 which includes security fixes for:
CVE-2010-1791, CVE-2010-3812, CVE-2010-3813, CVE-2010-4197,
CVE-2010-4198, CVE-2010-4204 and CVE-2010-4206.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/webkit/webkit.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk index 7a5429ca2..6ab609bf2 100644 --- a/package/webkit/webkit.mk +++ b/package/webkit/webkit.mk @@ -4,7 +4,7 @@ # ############################################################# -WEBKIT_VERSION = 1.2.5 +WEBKIT_VERSION = 1.2.6 WEBKIT_SITE = http://www.webkitgtk.org WEBKIT_INSTALL_STAGING = YES WEBKIT_DEPENDENCIES = host-flex host-gperf icu libcurl libxml2 libxslt \ |