Changeset f9579a8


Ignore:
Timestamp:
05/21/2022 10:30:55 PM (2 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
ea0b5bb
Parents:
8bc9e28
Message:

Updates for mozilla packages:

firefox-91.9.1,
js-91.9.1,
thunderbird-91.9.1.

The smaller SBU times on firefox and js are because my SBU with
gcc-12 takes longer, not because the builds are quicker.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js91.xml

    r8bc9e28 rf9579a8  
    1414  <!ENTITY js91-download-http "&mozilla-http;/firefox/releases/&JS91-version;esr/source/firefox-&JS91-version;esr.source.tar.xz">
    1515  <!ENTITY js91-download-ftp  " ">
    16   <!ENTITY js91-md5sum        "afed7dd6b46abc80470d1d1bab2cd471">
    17   <!ENTITY js91-size          "367 MB">
     16  <!ENTITY js91-md5sum        "d4088762a37f4efd966b9f8134c3b91d">
     17  <!ENTITY js91-size          "362 MB">
    1818  <!ENTITY js91-buildsize     "3.1 GB (38 MB installed after removing 36MB static lib)">
    19   <!ENTITY js91-time          "2.3 SBU (with parallelism=4)">
     19  <!ENTITY js91-time          "2.2 SBU (with parallelism=4)">
    2020]>
    2121
  • introduction/welcome/changelog.xml

    r8bc9e28 rf9579a8  
    4444
    4545    <listitem>
     46      <para>May 21st, 2022</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[ken] - Update to thunderbird-91.9.1 (security fix re javascript
     50          in rss feeds, which is enabled by default). Fixes
     51          <ulink url="&blfs-ticket-root;16564">#16564</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[ken] - Update to firefox-91.9.1 and JS-91.9.1 (security fix for
     55          each of these). Fixes
     56          <ulink url="&blfs-ticket-root;16563">#16563</ulink>.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60
     61    <listitem>
    4662      <para>May 20th, 2022</para>
    4763      <itemizedlist>
  • packages.ent

    r8bc9e28 rf9579a8  
    960960
    961961<!-- for firefox-legacy-version use JS78-version: f-l archived at version 78.15.0 -->
    962 <!ENTITY firefox-version              "91.9.0">
     962<!ENTITY firefox-version              "91.9.1">
    963963<!ENTITY flashplayer-version          "27.0.0.187">
    964964<!ENTITY qupzilla-version             "2.2.6">
     
    985985<!ENTITY rox-filer-version            "2.11">
    986986<!ENTITY rxvt-unicode-version         "9.30">
    987 <!ENTITY thunderbird-version          "91.9.0">
     987<!ENTITY thunderbird-version          "91.9.1">
    988988<!ENTITY tigervnc-version             "1.12.0">
    989989<!ENTITY transmission-version         "3.00">
  • xsoft/graphweb/firefox.xml

    r8bc9e28 rf9579a8  
    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        "afed7dd6b46abc80470d1d1bab2cd471">
    10   <!ENTITY firefox-size          "367 MB">
     9  <!ENTITY firefox-md5sum        "d4088762a37f4efd966b9f8134c3b91d">
     10  <!ENTITY firefox-size          "362 MB">
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
    13   <!ENTITY firefox-buildsize     "6.7 GB (193 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "6.6 GB (193 MB installed) without tests">
    1414  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1515   most practical way to get a timing on a machine with more cores, if taking
    1616   cores offline is not practical. If in doubt, round up -->
    17   <!ENTITY firefox-time          "25 SBU (on a typical 4-core machine) without tests">
     17  <!ENTITY firefox-time          "24 SBU (on a typical 4-core machine) without tests">
    1818]>
    1919
  • xsoft/other/thunderbird.xml

    r8bc9e28 rf9579a8  
    77  <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
    88  <!ENTITY thunderbird-download-ftp  " ">
    9   <!ENTITY thunderbird-md5sum        "fc2586bc8b7e88f8b6abb394e6de289f">
     9  <!ENTITY thunderbird-md5sum        "69d9397713b06a48a2cebe52af1302d4">
    1010  <!ENTITY thunderbird-size          "385 MB">
    1111  <!ENTITY thunderbird-buildsize     "6.9 GB (191 MB installed)">
    12   <!ENTITY thunderbird-time          "24 SBU (on a 4-core machine)">
     12  <!ENTITY thunderbird-time          "27 SBU (on a 4-core machine)">
    1313  <!-- Removed the -j1 time because python and rust do not obey it, although
    1414       the C/C++ code appears to obey it -->
Note: See TracChangeset for help on using the changeset viewer.