Changeset 5e1176ac for xsoft


Ignore:
Timestamp:
05/31/2024 03:28:57 AM (4 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
fd059de
Parents:
1075c3d
Message:

Update to Firefox-115.11.0esr and make the sandbox disabled on
non-x86_64 architectures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r1075c3d r5e1176ac  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "150ac3fe6200f01879148ef32c5dd16f">
    10   <!ENTITY firefox-size          "484 MB">
     9  <!ENTITY firefox-md5sum        "cfc09ff51934fe137046f481cd14d265">
     10  <!ENTITY firefox-size          "483 MB">
    1111
    1212  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
     
    282282# platforms. If not on x86_64, e.g. i686, it is recommended to
    283283# uncomment the following switch.
    284 #ac_add_options --disable-sandbox
     284if [ $(uname -m) != x86_64 ] &amp;&amp; ac_add_options --disable-sandbox
    285285
    286286# Using sandboxed wasm libraries has been moved to all builds instead
Note: See TracChangeset for help on using the changeset viewer.