Changeset e925f61d


Ignore:
Timestamp:
07/12/2024 11:53:49 PM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
a07b127
Parents:
e7e7de5e (diff), e463031 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/spidermonkey.xml

    re7e7de5e re925f61d  
    77  <!ENTITY spidermonkey-download-http "&mozilla-http;/firefox/releases/&spidermonkey-version;esr/source/firefox-&spidermonkey-version;esr.source.tar.xz">
    88  <!ENTITY spidermonkey-download-ftp  " ">
    9   <!ENTITY spidermonkey-md5sum        "4f50cdde9c8ea7a3dba886ebbab7d970">
    10   <!ENTITY spidermonkey-size          "483 MB">
     9  <!ENTITY spidermonkey-md5sum        "2a7d5db1a84287ba0d3e36e4640626a5">
     10  <!ENTITY spidermonkey-size          "487 MB">
    1111  <!ENTITY spidermonkey-buildsize     "3.6 GB (40 MB installed after removing 36MB static lib; add 34 MB for the main tests and 37 MB for the jit tests)">
    1212  <!ENTITY spidermonkey-time          "1.9 SBU (with parallelism=4; add 1.1 SBU for the main tests and 3.7 SBU for the jit tests)">
  • introduction/welcome/changelog.xml

    re7e7de5e re925f61d  
    4949          <para>[bdubbs] - Update to unix-tree-2.1.3. Fixes
    5050          <ulink url="&blfs-ticket-root;20063">#20063</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Update to firefox-128.0esr (Security Update).
     54          Fixes <ulink url="&blfs-ticket-root;20056">#20056</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[renodr] - Update to mozjs-115.13.0. Fixes
     58          <ulink url="&blfs-ticket-root;20076">#20076</ulink>.</para>
    5159        </listitem>
    5260        <listitem>
  • packages.ent

    re7e7de5e re925f61d  
    199199<!ENTITY qcoro-version                "0.10.0">
    200200<!ENTITY spidermonkey-major           "115">
    201 <!ENTITY spidermonkey-version         "&spidermonkey-major;.12.0">
     201<!ENTITY spidermonkey-version         "&spidermonkey-major;.13.0">
    202202<!ENTITY spirv-headers-version        "1.3.283.0">
    203203<!ENTITY spirv-tools-version          "1.3.283.0">
     
    10601060  x/installing/tuning-fontconfig to point to wherever the
    10611061  font settings can now be found -->
    1062 <!ENTITY firefox-version              "115.12.0">
     1062<!ENTITY firefox-version              "128.0">
    10631063<!ENTITY seamonkey-version            "2.53.18.2">
    10641064<!ENTITY setuptools-version           "68.2.2"> <!-- for seamonkey -->
  • x/installing/tuning-fontconfig.xml

    re7e7de5e re925f61d  
    10811081    <para>
    10821082      <application>Firefox</application>: This browser allows you to specify its
    1083       default fonts. For the 115esr series use the 'Hamburger' menu to go to
    1084       Preferences, General, and under Fonts -> Advanced select Sans Serif, Serif
     1083      default fonts. For the 128esr series use the 'Hamburger' menu to go to
     1084      Settings, General, and under Fonts -> Advanced select Sans Serif, Serif
    10851085      or Monospace as appropriate if you wish to use the fonts which match
    10861086      <application>Fontconfig</application>.  Set the point sizes as desired. In
  • xsoft/graphweb/firefox.xml

    re7e7de5e re925f61d  
    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        "4f50cdde9c8ea7a3dba886ebbab7d970">
    10   <!ENTITY firefox-size          "482 MB">
     9  <!ENTITY firefox-md5sum        "df9b2b465d99a050464bd71eae73a6f1">
     10  <!ENTITY firefox-size          "542 MB">
    1111
    1212  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1313    But the extra cached cargo files, if any, seem to be minimal -->
    14   <!ENTITY firefox-buildsize     "5.8 GB (199 MB installed) without tests">
     14  <!ENTITY firefox-buildsize     "6.7 GB (223 MB installed) without tests">
    1515  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1616   most practical way to get a timing on a machine with more cores, if taking
    1717   cores offline is not practical. If in doubt, round up -->
    18   <!ENTITY firefox-time          "12 SBU using -j8, without tests">
     18  <!ENTITY firefox-time          "15 SBU using -j8, without tests">
    1919]>
    2020
     
    368368
    369369    <!-- https://github.com/rust-lang/rust-bindgen/pull/2689 -->
     370<!--
    370371    <para>
    371372      Adapt the shipped <application>rust-bindgen</application> copy for
     
    388389sed -r '/name = "bindgen"/,+5 s/^source|^checksum/#&amp;/' \
    389390    -i Cargo.lock</userinput></screen>
     391-->
    390392
    391393    <!-- https://hg.mozilla.org/mozilla-central/rev/ba6abbd36b49 -->
     394<!--
    392395    <para>
    393396      Adapt the WebRTC code to use 64-bit timestamp to fix a build
     
    409412
    410413    <screen><userinput>sed '/cfg_attr/,/)]/d' -i gfx/qcms/src/lib.rs</userinput></screen>
     414-->
    411415
    412416    <para>
Note: See TracChangeset for help on using the changeset viewer.