pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/webkit-gtk Update to 2.4.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/f1375bf97008
branches: trunk
changeset: 644869:f1375bf97008
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jan 18 18:52:01 2015 +0000
description:
Update to 2.4.8:
=================
WebKitGTK+ 2.4.8
=================
- Fix SSL connection issues with some websites after the POODLE vulnerability fix.
- Fix a crash when loading flash plugins.
- Fix build on GNU Hurd
- Fix build on OS X.
- Fix documentation of webkit_print_operation_get_page_setup().
- Security fixes: CVE-2014-1344, CVE-2014-1384, CVE-2014-1385, CVE-2014-1386,
CVE-2014-1387, CVE-2014-1388, CVE-2014-1389, CVE-2014-1390.
diffstat:
www/webkit-gtk/Makefile.common | 4 ++--
www/webkit-gtk/distinfo | 10 +++++-----
www/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h | 8 ++++----
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (61 lines):
diff -r 1ec6b49312ae -r f1375bf97008 www/webkit-gtk/Makefile.common
--- a/www/webkit-gtk/Makefile.common Sun Jan 18 17:36:29 2015 +0000
+++ b/www/webkit-gtk/Makefile.common Sun Jan 18 18:52:01 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.38 2014/11/02 22:14:28 wiz Exp $
+# $NetBSD: Makefile.common,v 1.39 2015/01/18 18:52:01 wiz Exp $
# used by www/webkit-gtk/Makefile
-DISTNAME= webkitgtk-2.4.7
+DISTNAME= webkitgtk-2.4.8
CATEGORIES= www
MASTER_SITES= http://www.webkitgtk.org/releases/
EXTRACT_SUFX= .tar.xz
diff -r 1ec6b49312ae -r f1375bf97008 www/webkit-gtk/distinfo
--- a/www/webkit-gtk/distinfo Sun Jan 18 17:36:29 2015 +0000
+++ b/www/webkit-gtk/distinfo Sun Jan 18 18:52:01 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.72 2014/11/27 13:47:02 jmcneill Exp $
+$NetBSD: distinfo,v 1.73 2015/01/18 18:52:01 wiz Exp $
-SHA1 (webkitgtk-2.4.7.tar.xz) = 10d4cd1c1f7454adc576c6b97fa3d262b6665764
-RMD160 (webkitgtk-2.4.7.tar.xz) = 25e1732f7e04ee0e15d7292aa5ef693d5c25679d
-Size (webkitgtk-2.4.7.tar.xz) = 9826208 bytes
+SHA1 (webkitgtk-2.4.8.tar.xz) = 44c6bbe52108297126830525619c1df047886a6f
+RMD160 (webkitgtk-2.4.8.tar.xz) = 24f812f3989baa67e165c1076923020c37df9501
+Size (webkitgtk-2.4.8.tar.xz) = 9827632 bytes
SHA1 (patch-Source_JavaScriptCore_ForwardingHeaders_JavaScriptCore_JSCallbackFunction.h) = 79122450435eb12a57086d18e5410eec131c33b2
SHA1 (patch-Source_JavaScriptCore_assembler_ARMAssembler.h) = 2ff343ac53b14af0692754a44059e7d2ea969b96
SHA1 (patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp) = 69221390dd5fdac55abf341c5ae3a03267e38ae6
@@ -10,7 +10,7 @@
SHA1 (patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp) = 67f66ca254f958c0650249485a64982b40f92621
SHA1 (patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h) = f1eee7f9d3012edee1915234c837cff820f97092
SHA1 (patch-Source_WTF_wtf_MathExtras.h) = bce39efce126793c2a33ab99224ca44860273a5b
-SHA1 (patch-Source_WTF_wtf_Platform.h) = 3247f110b23a93fdb96870dc3140690e92ac607b
+SHA1 (patch-Source_WTF_wtf_Platform.h) = 6471907359806a180df3e2082b0e54109cb40955
SHA1 (patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp) = 2835657e04cdbc0cc7be8a6793061f0b98f84224
SHA1 (patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp) = 994d1671ff2d8e3a961b9b7ed34f69215ed46f91
SHA1 (patch-ai) = 8e174c68e4ba06fdd6edd64fd6df3328faf9055f
diff -r 1ec6b49312ae -r f1375bf97008 www/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h
--- a/www/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h Sun Jan 18 17:36:29 2015 +0000
+++ b/www/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h Sun Jan 18 18:52:01 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-Source_WTF_wtf_Platform.h,v 1.3 2014/11/27 13:47:03 jmcneill Exp $
+$NetBSD: patch-Source_WTF_wtf_Platform.h,v 1.4 2015/01/18 18:52:01 wiz Exp $
---- Source/WTF/wtf/Platform.h.orig 2014-10-22 08:16:09.000000000 +0000
+--- Source/WTF/wtf/Platform.h.orig 2015-01-07 09:45:42.000000000 +0000
+++ Source/WTF/wtf/Platform.h
@@ -632,6 +632,11 @@
#define USE_SYSTEM_MALLOC 1
@@ -18,8 +18,8 @@
low-level interpreter. */
#if !defined(ENABLE_LLINT) \
&& ENABLE(JIT) \
-- && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD)) \
-+ && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(NETBSD)) \
+- && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(HURD)) \
++ && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(NETBSD) || OS(HURD)) \
&& (PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(GTK)) \
&& (CPU(X86) || CPU(X86_64) || CPU(ARM_THUMB2) || CPU(ARM_TRADITIONAL) || CPU(ARM64) || CPU(MIPS) || CPU(SH4))
#define ENABLE_LLINT 1
Home |
Main Index |
Thread Index |
Old Index