Changeset 159552 in webkit


Ignore:
Timestamp:
Nov 20, 2013, 12:30:29 AM (12 years ago)
Author:
rgabor@webkit.org
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r159549 r159552  
     12013-11-20  Gabor Rapcsanyi  <rgabor@webkit.org>
     2
     3        [EFL] libseccomp-2.0.0 doesn't support ARM architecture
     4        https://bugs.webkit.org/show_bug.cgi?id=124412
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Update libseccomp to a newer 2.1.0 version.
     9
     10        * efl/jhbuild.modules:
     11
    1122013-11-19  Mark Rowe  <mrowe@apple.com>
    213
  • trunk/Tools/efl/jhbuild.modules

    r158845 r159552  
    333333
    334334  <autotools id="libseccomp" autogen-sh="configure">
    335       <branch module="libseccomp/libseccomp-2.0.0.tar.gz" version="2.0.0"
     335      <branch module="libseccomp/libseccomp-2.1.0.tar.gz" version="2.1.0"
    336336          repo="downloads.sourceforge.net"
    337           hash="sha256:07d8308502bb87ced8f03aa84e9de598940ff6b0c7235d1654712678821f9d76"/>
     337          hash="sha256:b0d6e4f0984e6632a04f0cf33c6babdb011674ba15ff208e196f037e0e09905e"/>
    338338  </autotools>
    339339
Note: See TracChangeset for help on using the changeset viewer.