Changeset cf63c3d


Ignore:
Timestamp:
02/09/2022 12:49:51 AM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0e0cb84
Parents:
0a18d81 (diff), d27e5b8 (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:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0a18d81 rcf63c3d  
    6161          <ulink url="&blfs-ticket-root;16063">#16063</ulink>.</para>
    6262        </listitem>
     63        <listitem>
     64          <para>[ken] - Update to firefox-91.6.0esr (Security Update). Fixes
     65          <ulink url="&blfs-ticket-root;16060">#16060</ulink>.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[ken] - Reverted dvisvgm-2.13.1, the release tarball
     69          in the link is not what I tested and my altered commands will
     70          not work.</para>
     71        </listitem>
    6372      </itemizedlist>
    6473    </listitem>
     
    6877      <itemizedlist>
    6978        <listitem>
    70           <para>[ken] - Update to dvisvgm-2.13.1. Fixes
     79          <para>[ken] - Updated to dvisvgm-2.13.1. Fixes
    7180          <ulink url="&blfs-ticket-root;15995">#15995</ulink>.</para>
    7281        </listitem>
  • packages.ent

    r0a18d81 rcf63c3d  
    941941<!ENTITY falkon-version               "&falkon-major-version;.&falkon-minor-version;">
    942942<!-- for firefox-legacy-version use JS78-version: f-l archived at version 78.15.0 -->
    943 <!ENTITY firefox-version              "91.5.1">
     943<!ENTITY firefox-version              "91.6.0">
    944944<!ENTITY flashplayer-version          "27.0.0.187">
    945945<!ENTITY qupzilla-version             "2.2.6">
     
    11191119<!ENTITY biber-version                "2.16">
    11201120<!ENTITY biblatex-version             "3.16">
    1121 <!ENTITY dvisvgm-version              "2.13.1">
     1121<!ENTITY dvisvgm-version              "2.12">
    11221122<!ENTITY xindy-version                "2.5.1">
    11231123
  • pst/typesetting/dvisvgm.xml

    r0a18d81 rcf63c3d  
    77  <!ENTITY dvisvgm-download-http "https://github.com/mgieseki/dvisvgm/releases/download/&dvisvgm-version;/dvisvgm-&dvisvgm-version;.tar.gz">
    88  <!ENTITY dvisvgm-download-ftp  " ">
    9   <!ENTITY dvisvgm-md5sum        "591559df77b84e31c6520bcc9551d5be">
     9  <!ENTITY dvisvgm-md5sum        "19f6b1fb0a9a8e9b93059c7c8592f799">
    1010  <!ENTITY dvisvgm-size          "3.1 MB">
    1111  <!ENTITY dvisvgm-buildsize     "274 MB (40 MB installed, add 706 MB for the tests)">
     
    9494      <!-- version checked for dvisvgm-2.9, 0.7.3 is mentioned in the
    9595           news and is the latest version at 2020-03-21
    96            maybe change to 'a recent version' if that releases faster.
    97            But this seems to keep abreast of xxHash changes. -->
     96           maybe change to 'a recent version' if that releases faster -->
    9897      <ulink url="https://github.com/Cyan4973/xxHash/releases/latest">xxHash</ulink>
    9998      (the current version is included in the tarball)
     
    120119<screen role="root"><userinput>ln -svf /opt/texlive/&texlive-year;/lib/libkpathsea.so /usr/lib</userinput></screen>
    121120
    122     <para>
     121<!--<para>
    123122      The testsuite assumes that a modern version of <application>Python</application>
    124123      has been installed as plain <command>python</command>. Adjust it to use
     
    126125    </para>
    127126
    128 <screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.am</userinput></screen>
    129 
    130 <!--<para>
     127<screen><userinput>sed -i 's/python/&amp;3/' tests/Makefile.in</userinput></screen>
     128
     129-->
     130    <para>
    131131      The testsuite assumes that a modern version of <application>Python</application>
    132132      has been installed as plain <command>python</command>. Changing this to use
     
    137137
    138138    <para>
    139       Now install <application>dvisvgm</application> by running the following-->
    140     <para>
     139<!--  Now install <application>dvisvgm</application> by running the following-->
    141140      Install <application>dvisvgm</application> by running the following
    142141      commands:
    143142    </para>
    144143
    145 <screen><userinput>./autogen.sh                                  &amp;&amp;
     144<screen><userinput>autoreconf -fiv                               &amp;&amp;
     145sed -i 's/python/&amp;3/' tests/Makefile.in       &amp;&amp;
    146146./configure                                    \
    147147 --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH}     \
     
    170170    </para>
    171171
    172 <!--<para>
     172    <para>
    173173      <command>autoreconf -fiv</command>: The versions of
    174174      <application>autoconf</application> and <application>automake</application>
     
    177177      unless autoreconf is forced to install missing (i.e. newer) auxiliary
    178178      files.
    179     </para>-->
     179    </para>
    180180
    181181    <!-- EDITORS: the doc target to rebuild the manpage (make man) is not
  • xsoft/graphweb/firefox.xml

    r0a18d81 rcf63c3d  
    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        "6ff10e237eb9a991757ec62302df25fb">
    10   <!ENTITY firefox-size          "371 MB">
     9  <!ENTITY firefox-md5sum        "038c417db527350d4fdd039870af819b">
     10  <!ENTITY firefox-size          "369 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 -->
     
    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          "26 SBU (on a typical 4-core machine) without tests">
     17  <!ENTITY firefox-time          "30 SBU (on a typical 4-core machine) without tests">
    1818]>
    1919
     
    7979      <listitem>
    8080        <para>
    81           Required patch:
    82           <ulink url="&patch-root;/firefox-&firefox-version;esr-buildfix-1.patch"/>
    83         </para>
    84       </listitem>
    85       <listitem>
    86         <para>
    8781          Recommended patch:
    8882          <ulink url="&patch-root;/firefox-&firefox-version;esr-disable_rust_test-1.patch"/>
     
    318312
    319313    <para>
    320       Next, apply a patch that fixes compilation on systems with Wayland-1.20
    321       installed:
    322     </para>
    323 
    324  <screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;esr-buildfix-1.patch</userinput></screen>
    325 
    326     <para>
    327314      If the geolocation APIs are needed:
    328315    </para>
Note: See TracChangeset for help on using the changeset viewer.