Changeset 5a39c5a


Ignore:
Timestamp:
05/09/2023 07:10:45 PM (12 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
516e46e3
Parents:
973598a
Message:

Package Updates:

firefox-102.11.0,
js-102.11.0.

Use a common entity for firefox-size.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js102.xml

    r973598a r5a39c5a  
    1515  <!ENTITY js102-download-ftp  " ">
    1616  <!ENTITY js102-md5sum        "&firefox-md5;">
    17   <!ENTITY js102-size          "457 MB">
     17  <!ENTITY js102-size          "&firefox-size;">
    1818  <!ENTITY js102-buildsize     "3.3 GB (38 MB installed after removing 34MB static lib)">
    1919  <!ENTITY js102-time          "1.7 SBU (with parallelism=4)">
  • introduction/welcome/changelog.xml

    r973598a r5a39c5a  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[ken] - Update to firefox-102.11.0 (with a sed for GCC-13)
     46         and JS-102.11.0 (both are Security fixes). Fixes
     47         <ulink url="&blfs-ticket-root;18022">#18022</ulink>.</para>
     48       </listitem>
     49       <listitem>
    4550         <para>[ken] - Use a sed to fix libvdpau-va-gl-0.4.0 FTBFS with GCC-13. Fixes
    4651         <ulink url="&blfs-ticket-root;18027">#18027</ulink>.</para>
  • packages.ent

    r973598a r5a39c5a  
    120120<!ENTITY intel-gmmlib-version         "22.3.5">
    121121<!ENTITY jansson-version              "2.14">
    122 <!ENTITY JS102-version                "102.10.0">
     122<!ENTITY JS102-version                "102.11.0">
    123123<!-- temporary, until JS102 is approved for gnome -->
    124124<!--<!ENTITY JS91-version                 "91.13.0">-->
     
    967967<!ENTITY epiphany-version             "44.2">
    968968<!-- falkon version is the same as KDE applications -->
    969 <!ENTITY firefox-version              "102.10.0">
    970 <!ENTITY firefox-md5                  "1442929705ee299acd2a65b711946cee">
     969<!ENTITY firefox-version              "102.11.0">
     970<!ENTITY firefox-md5                  "482fb76836d2fcd16642a9c84e12bfb9">
     971<!ENTITY firefox-size                 "456 MB">
    971972<!ENTITY seamonkey-version            "2.53.16">
    972973
  • xsoft/graphweb/firefox.xml

    r973598a r5a39c5a  
    88  <!ENTITY firefox-download-ftp  " ">
    99  <!ENTITY firefox-md5sum        "&firefox-md5;">
    10   <!ENTITY firefox-size          "457 MB">
     10  <!ENTITY firefox-size          "&firefox-size;">
    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.9 GB (199 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "7.0 GB (199 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
     
    353353
    354354    </note>
    355     <!-- Fixed in 102.8
    356     <para>
    357       First remove an obsolete flag in python code, that has been removed
    358       in python-3.11:
    359     </para>
    360 
    361 <screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
    362 
    363     <para>
    364       Then fix an issue with regular expressions in python-3.11:
    365     </para>
    366 
    367 <screen><userinput>sed -e 's/?s)\./?s:.)/'               \
    368     -e '/?m)/{s/?m)/?m:/;s/\$"/$)"/}' \
    369     -e '/?s)%/{s/?s)/?s:/;s/?"/?)"/}' \
    370     -i xpcom/idl-parser/xpidl/xpidl.py</userinput></screen>
    371 -->
     355    <para>
     356      First ensure that some headers moved out of the C++ standard library in
     357      GCC-13 are included:
     358    </para>
     359
     360<screen><userinput>sed -e '/#include &lt;cmath&gt;/a#include &lt;cstdint&gt;' -i gfx/2d/Rect.h
     361sed -e '/#include &lt;string&gt;/a#include &lt;cstdint&gt;' \
     362 -i dom/media/webrtc/sdp/RsdparsaSdpGlue.cpp
     363sed -e '/#include &lt;cstdlib&gt;/a#include &lt;cstdint&gt;' \
     364 -i toolkit/components/telemetry/pingsender/pingsender.cpp
     365</userinput></screen>
    372366
    373367    <para>
Note: See TracChangeset for help on using the changeset viewer.