Title: [159552] trunk/Tools
Revision
159552
Author
rga...@webkit.org
Date
2013-11-20 00:30:29 -0800 (Wed, 20 Nov 2013)

Log Message

[EFL] libseccomp-2.0.0 doesn't support ARM architecture
https://bugs.webkit.org/show_bug.cgi?id=124412

Reviewed by Gyuyoung Kim.

Update libseccomp to a newer 2.1.0 version.

* efl/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (159551 => 159552)


--- trunk/Tools/ChangeLog	2013-11-20 07:21:38 UTC (rev 159551)
+++ trunk/Tools/ChangeLog	2013-11-20 08:30:29 UTC (rev 159552)
@@ -1,3 +1,14 @@
+2013-11-20  Gabor Rapcsanyi  <rga...@webkit.org>
+
+        [EFL] libseccomp-2.0.0 doesn't support ARM architecture
+        https://bugs.webkit.org/show_bug.cgi?id=124412
+
+        Reviewed by Gyuyoung Kim.
+
+        Update libseccomp to a newer 2.1.0 version.
+
+        * efl/jhbuild.modules:
+
 2013-11-19  Mark Rowe  <mr...@apple.com>
 
         <rdar://problem/15487072> Modernize WebKit.app's OS X version checking logic.

Modified: trunk/Tools/efl/jhbuild.modules (159551 => 159552)


--- trunk/Tools/efl/jhbuild.modules	2013-11-20 07:21:38 UTC (rev 159551)
+++ trunk/Tools/efl/jhbuild.modules	2013-11-20 08:30:29 UTC (rev 159552)
@@ -332,9 +332,9 @@
   </autotools> 
 
   <autotools id="libseccomp" autogen-sh="configure">
-      <branch module="libseccomp/libseccomp-2.0.0.tar.gz" version="2.0.0"
+      <branch module="libseccomp/libseccomp-2.1.0.tar.gz" version="2.1.0"
           repo="downloads.sourceforge.net"
-          hash="sha256:07d8308502bb87ced8f03aa84e9de598940ff6b0c7235d1654712678821f9d76"/>
+          hash="sha256:b0d6e4f0984e6632a04f0cf33c6babdb011674ba15ff208e196f037e0e09905e"/>
   </autotools>
 
   <autotools id="atk"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to