Changeset 8f9e533


Ignore:
Timestamp:
03/27/2023 04:15:43 AM (13 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
eff86d9
Parents:
6dc20c13
Message:

Update to rust-1.68.1

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r6dc20c13 r8f9e533  
    77  <!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.xz">
    88  <!ENTITY rust-download-ftp  " ">
    9   <!ENTITY rust-md5sum        "e0c4908ceb01945930da218d172a21ba">
    10   <!ENTITY rust-size          "142 MB">
    11   <!ENTITY rust-buildsize     "7.4 GB (309 MB installed); add 6.9 GB if running the tests">
    12   <!ENTITY rust-time          "13 SBU (including download time; add 16 SBU for tests, both using parallelism=4)">
     9  <!ENTITY rust-md5sum        "3b94faca83c0c56f2d04ea3b3a22699b">
     10  <!ENTITY rust-size          "141 MB">
     11  <!ENTITY rust-buildsize     "8.9 GB (308 MB installed); add 7.2 GB if running the tests">
     12  <!ENTITY rust-time          "24 SBU (including download time; add 17 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    202202    <note>
    203203      <para>
    204         Currently Rust compiler produces SSE2 instructions for 32-bit x86,
    205         causing the generated code broken on 32-bit systems without a
     204        Currently the rust compiler produces SSE2 instructions for 32-bit x86,
     205        causing the generated code to be broken on 32-bit systems without a
    206206        SSE2-capable processor.  All x86 processor models released after
    207207        2004 should be SSE2-capable.  Run
  • introduction/welcome/changelog.xml

    r6dc20c13 r8f9e533  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[renodr] - Update to rust-1.68.1. Fixes
     46         <ulink url="&blfs-ticket-root;17860">#17860</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[renodr] - Update to Thunderbird-102.9.0 (Security Update).
    4650         Fixes <ulink url="&blfs-ticket-root;17794">#17794</ulink>.</para>
  • packages.ent

    r6dc20c13 r8f9e533  
    345345<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    346346<!ENTITY ruby-gemdir                  "/usr/lib/ruby/gems/&ruby-minor-version;.0">
    347 <!ENTITY rust-version                 "1.68.0">
     347<!ENTITY rust-version                 "1.68.1">
    348348<!ENTITY scons-version                "4.5.1">
    349349<!ENTITY slang-version                "2.3.3">
Note: See TracChangeset for help on using the changeset viewer.