Changeset e463031


Ignore:
Timestamp:
07/12/2024 11:39:01 PM (2 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
e925f61d
Parents:
a076e64
Message:

Update to firefox-128.0esr (Security Update)

Note that this also fixes video playback issues with ffmpeg7.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra076e64 re463031  
    4242      <para>July 12th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to firefox-128.0esr (Security Update).
     46          Fixes <ulink url="&blfs-ticket-root;20056">#20056</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[renodr] - Update to mozjs-115.13.0. Fixes
  • packages.ent

    ra076e64 re463031  
    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

    ra076e64 re463031  
    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

    ra076e64 re463031  
    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.