Changes in / [f2c59545:6dd69dfd]


Ignore:
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js78.xml

    rf2c59545 r6dd69dfd  
    1414  <!ENTITY js78-download-http "&mozilla-http;/firefox/releases/&ff78-version;esr/source/firefox-&ff78-version;esr.source.tar.xz">
    1515  <!ENTITY js78-download-ftp  " ">
    16   <!ENTITY js78-md5sum        "0aa9c735305304373f9fddc35c56e81b">
    17   <!ENTITY js78-size          "319 MB">
     16  <!ENTITY js78-md5sum        "b81fc212639eab6a20c0a262e2eee302">
     17  <!ENTITY js78-size          "320 MB">
    1818  <!ENTITY js78-buildsize     "3.0 GB (36 MB installed after removing 34MB static lib)">
    19   <!ENTITY js78-time          "2.4 SBU (on a 4-core machine with parallelism=4)">
     19  <!ENTITY js78-time          "2.5 SBU (on a 4-core machine)">
    2020]>
    2121
     
    160160        <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    161161         href="../../xincludes/mozconfigure.xml"/>
    162 
    163         <para>
    164           Compiling the C++ code respects $MAKEFLAGS and defaults to 'j1',
    165           the rust code will use all processors.
    166         </para>
    167162     </note>
    168163
     
    195190      Depending on the machine, either
    196191      ten or fourteen JS tests related to locale and timezone fail,
    197       because of an issue with recent versions of <xref linkend="icu"/>.
     192      because of an issue in <xref linkend="icu"/>.
    198193      To run the JIT test suite, issue:
    199194      <command>make -C js/src check-jit-test
    200       JITTEST_EXTRA_ARGS="--timeout 300"</command>.
     195      JITTEST_EXTRA_ARGS="--timeout 300"</command>. Again, a few tests
     196      may show as unexpected failures.
    201197    </para>
    202198
  • general/prog/rust.xml

    rf2c59545 r6dd69dfd  
    77  <!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.gz">
    88  <!ENTITY rust-download-ftp  " ">
    9   <!ENTITY rust-md5sum        "bd6fbe9ba5fe457d2514e92a6ccd7b24">
    10   <!ENTITY rust-size          "161 MB">
     9  <!ENTITY rust-md5sum        "a460bed79b92f6a7833ba6e6390ee6ae">
     10  <!ENTITY rust-size          "145 MB">
    1111  <!-- Gentle Reminder: buildsize is how much the user requires for the real
    1212       install, i.e. the source with its DESTDIR *plus* the DESTDIR.  You
     
    1515       after the tests. -->
    1616
    17   <!ENTITY rust-buildsize     "9.3 GB (407 MB installed) including 291 MB of ~/.cargo files for the user building this. Add 4.0 GB including extra 179 MB of ~/.cargo files if running the tests">
    18   <!ENTITY rust-time          "31 SBU (add 13 SBU for tests, both on a 4-core machine)">
     17  <!ENTITY rust-buildsize     "7.6 GB (369 MB installed) including 294 MB of ~/.cargo files for the user building this. Add 3.3 GB if running the tests">
     18  <!ENTITY rust-time          "39 SBU (add 31 SBU for tests, both on a 4-core machine)">
    1919]>
    2020
     
    325325
    326326    <para>
    327       At a minimum, seven tests will fail: ui/asm/inline-syntax.rs#arm,
    328       assembly/target-feature-multiple.rs#SINGLEFLAG,
    329       assembly/target-feature-multiple.rs#TWOFLAGS,
    330       run-make-fulldeps/long-linker-command-lines, run-make-fulldeps/split-debuginfo,
    331       run-make-fulldeps/split-dwarf, run-make-fulldeps/sysroot-crates-are-unstable.
    332       With any recent version of <command>gdb</command>, four more failures
     327      At a minimum, two tests (run-make-fulldeps/long-linker-command-lines
     328      and run-make-fulldeps/sysroot-crates-are-unstable) may fail.
     329      If a version of <command>gdb</command> which was released after this
     330      version of rust is used, such as <xref linkend="gdb"/>, four more failures
    333331      (debuginfo/extern-c-fn.rs, debuginfo/generator-objects.rs,
    334332      debuginfo/issue-57822.rs, debuginfo/pretty-huge-vec.rs) can be expected.
  • introduction/welcome/changelog.xml

    rf2c59545 r6dd69dfd  
    4747     <itemizedlist>
    4848       <listitem>
    49          <para>[ken] - Update to firefox-78.10.1 and js78.10.1. Fixes
    50          <ulink url="&blfs-ticket-root;14995">#14995</ulink>.</para>
    51        </listitem>
    52        <listitem>
    53          <para>[ken] - Fix seamonkey build breakage with rust-1.52.0.</para>
    54        </listitem>
    55        <listitem>
    56          <para>[ken] - Update to rustc-1.52.0 (security fix). Fixes
    57          <ulink url="&blfs-ticket-root;15000">#15000</ulink>.</para>
    58        </listitem>
    59        <listitem>
    6049         <para>[bdubbs] - Update to mariadb-10.5.10. Fixes
    6150         <ulink url="&blfs-ticket-root;15008">#15008</ulink>.</para>
     
    267256       </listitem>
    268257       <listitem>
    269          <para>[bdubbs] - Update to adwaita-icon-theme-40.1. Fixes
     258         <para>[bdubbs] - adwaita-icon-theme-40.1. Fixes
    270259         <ulink url="&blfs-ticket-root;14935">#14935</ulink>.</para>
    271260       </listitem>
  • packages.ent

    rf2c59545 r6dd69dfd  
    372372<!ENTITY ruby-patch-version           "1">
    373373<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    374 <!ENTITY rust-version                 "1.52.0">
     374<!ENTITY rust-version                 "1.47.0">
    375375<!ENTITY scons-version                "4.1.0">
    376376<!ENTITY slang-version                "2.3.2">
     
    922922<!ENTITY falkon-minor-version         "0">
    923923<!ENTITY falkon-version               "&falkon-major-version;.&falkon-minor-version;">
    924 <!ENTITY firefox-version              "78.10.1">
     924<!ENTITY firefox-version              "78.10.0">
    925925<!ENTITY flashplayer-version          "27.0.0.187">
    926926<!ENTITY qupzilla-version             "2.2.6">
  • postlfs/virtualization/qemu.xml

    rf2c59545 r6dd69dfd  
    105105      <xref role="nodep" linkend="vte"/> or <xref linkend="vte2"/>, and
    106106<!-- libcacard has been a standalone project since qemu-2.5.-->
    107       <ulink url="https://gitlab.freedesktop.org/spice/libcacard">libcacard</ulink>
     107      <ulink url="https://www.spice-space.org/page/Libcacard">libcacard</ulink>
    108108    </para>
    109109
     
    343343
    344344    <para>
    345       The virtual disk size and filename should be adjusted as desired. The
     345      The virtual disk size and filename should be ajusted as desired. The
    346346      actual size of the file will be less than specified, but will expand as
    347347      needed, so it is safe to put a high value.
     
    512512    <bridgehead renderas="sect3">Networking</bridgehead>
    513513    <para>
    514       The below solution for networking allows the guest to access the local
     514      The above solution for networking allows the guest to access the local
    515515      network through the host (and possibly to access internet through the
    516516      local routers), but the converse is not true. Not even the host can
     
    665665          <para>
    666666            is a diagnostic and manipulation program for (virtual) memory
    667             media. It is still at an early stage of development
     667            media.  It is still at an early stage of development
    668668          </para>
    669669          <indexterm zone="qemu qemu-io">
     
    702702        <listitem>
    703703          <para>
    704             creates a socket pair or a named socket. QEMU and the proxy helper
    705             communicate using this socket. The QEMU proxy fs driver sends
    706             filesystem requests to the proxy helper and receives the response
     704            creates a socket pair or a named socket. QEMU and proxy helper
     705            communicate using this socket. QEMU proxy fs driver sends
     706            filesystem request to proxy helper and receives the response
    707707            from it
    708708          </para>
  • xsoft/graphweb/firefox.xml

    rf2c59545 r6dd69dfd  
    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        "0aa9c735305304373f9fddc35c56e81b">
    10   <!ENTITY firefox-size          "319 MB">
     9  <!ENTITY firefox-md5sum        "b81fc212639eab6a20c0a262e2eee302">
     10  <!ENTITY firefox-size          "320 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     "5.2 GB (186 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "5.2 GB (187 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          "30 SBU (on a 4-core machine) without tests">
     17  <!ENTITY firefox-time          "28 SBU (on a 4-core machine) without tests">
    1818]>
    1919
  • xsoft/graphweb/seamonkey.xml

    rf2c59545 r6dd69dfd  
    292292    </para>
    293293
    294 <screen><userinput>RUSTC_BOOTSTRAP=encoding_rs,packed_simd \
    295 CC=gcc CXX=g++ make -f client.mk</userinput></screen>
     294<screen><userinput>CC=gcc CXX=g++ make -f client.mk</userinput></screen>
    296295
    297296    <note>
     
    321320  <sect2 role="commands">
    322321    <title>Command Explanations</title>
    323 
    324     <para>
    325       <command>RUSTC_BOOTSTRAP=encoding_rs,packed_simd</command>: With
    326       <application>rustc-1.52.0</application> crates can no longer set
    327       `RUSTC_BOOTSTRAP` themselves because it subverts the stability guarantee
    328       of Rust. The crates encoding_rs v0.8.16 and packed_simd v0.3.4 are both
    329       affected, setting the environment variable like this allows the package
    330       to compile.
    331     </para>
    332322
    333323    <para>
  • xsoft/other/gparted.xml

    rf2c59545 r6dd69dfd  
    264264      <seglistitem>
    265265        <seg>
    266           gparted<!--, gpartedbin--> and gparted_polkit (optional)
     266          gparted, gpartedbin and gparted_polkit (optional)
    267267        </seg>
    268268        <seg>
     
    293293      </varlistentry>
    294294
    295       <!--
    296295      <varlistentry id="gpartedbin">
    297296        <term><command>gpartedbin</command></term>
     
    305304        </listitem>
    306305      </varlistentry>
    307       -->
    308306
    309307      <varlistentry id="gparted_polkit">
Note: See TracChangeset for help on using the changeset viewer.