rpms/webkitgtk/devel webkit-1.1.13-no-execmem.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 webkitgtk.spec, 1.17, 1.18

Matthias Clasen mclasen at fedoraproject.org
Tue Aug 25 13:46:42 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/webkitgtk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15350

Modified Files:
	.cvsignore sources webkitgtk.spec 
Added Files:
	webkit-1.1.13-no-execmem.patch 
Log Message:
update patch


webkit-1.1.13-no-execmem.patch:
 Platform.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE webkit-1.1.13-no-execmem.patch ---
diff -up webkit-1.1.13/JavaScriptCore/wtf/Platform.h.no-execmem webkit-1.1.13/JavaScriptCore/wtf/Platform.h
--- webkit-1.1.13/JavaScriptCore/wtf/Platform.h.no-execmem	2009-08-25 09:27:08.517026703 -0400
+++ webkit-1.1.13/JavaScriptCore/wtf/Platform.h	2009-08-25 09:42:35.222265742 -0400
@@ -724,7 +724,7 @@
 #endif
 /* Setting this flag prevents the assembler from using RWX memory; this may improve
    security but currectly comes at a significant performance cost. */
-#if PLATFORM(IPHONE)
+#if PLATFORM(IPHONE) || PLATFORM(X86) || PLATFORM(X86_64)
 #define ENABLE_ASSEMBLER_WX_EXCLUSIVE 1
 #else
 #define ENABLE_ASSEMBLER_WX_EXCLUSIVE 0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	29 Jul 2009 01:46:48 -0000	1.8
+++ .cvsignore	25 Aug 2009 13:46:42 -0000	1.9
@@ -1 +1 @@
-webkit-1.1.12.tar.gz
+webkit-1.1.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	29 Jul 2009 01:46:48 -0000	1.8
+++ sources	25 Aug 2009 13:46:42 -0000	1.9
@@ -1 +1 @@
-1a10c117a0dd3717c2bcaa7a115cf218  webkit-1.1.12.tar.gz
+627d5ac4b2c7a967e5a5ccb175e459ea  webkit-1.1.13.tar.gz


Index: webkitgtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/devel/webkitgtk.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- webkitgtk.spec	24 Aug 2009 00:55:39 -0000	1.17
+++ webkitgtk.spec	25 Aug 2009 13:46:42 -0000	1.18
@@ -34,8 +34,8 @@
 %bcond_with 	wml
 
 Name:		webkitgtk
-Version:	1.1.12
-Release:	2%{?dist}
+Version:	1.1.13
+Release:	1%{?dist}
 Summary:	GTK+ Web content engine library
 
 Provides:	WebKit-gtk = %{version}-%{release}
@@ -48,7 +48,7 @@ URL:		http://www.webkitgtk.org/
 Source0:	http://www.webkitgtk.org/webkit-%{version}.tar.gz
 
 Patch0: 	webkit-1.1.12-atomic-word.patch
-Patch1: 	webkit-1.1.12-no-execmem.patch
+Patch1: 	webkit-1.1.13-no-execmem.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -112,7 +112,7 @@ LICENSE, README, and AUTHORS files.
 %prep
 %setup -qn "webkit-%{version}"
 %patch0 -p1
-%patch1 -b .no-execmem
+%patch1 -p1 -b .no-execmem
 
 %build
 %configure							\
@@ -189,6 +189,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Aug 25 2009 Matthias Clasen <mclasen at redhat.com> - 1.1.13-1
+- Update to 1.1.13
+
 * Sat Aug 22 2009 Peter Gordon <peter at thecodergeek.com> - 1.1.12-2
 - Add patch to forcibly disable RWX memory in the x86/x86-64 assembler.
   + no-execmem.patch




More information about the fedora-extras-commits mailing list