Changeset 55af6ce


Ignore:
Timestamp:
04/26/2024 12:07:58 AM (3 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
lazarus, trunk
Children:
678f02d
Parents:
74757d8 (diff), f2964cc (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

    r74757d8 r55af6ce  
    4242      <para>April 25th, 2024</para>
    4343      <itemizedlist>
     44       <listitem>
     45          <para>[timtas] - Update to mesa-24.0.6. Fixes
     46          <ulink url="&blfs-ticket-root;19715">#19715</ulink>.</para>
     47        </listitem>
     48        <listitem>
     49          <para>[timtas] - Update to qemu-9.0.0. Fixes
     50          <ulink url="&blfs-ticket-root;19517">#19517</ulink>.</para>
     51        </listitem>
    4452        <listitem>
    4553          <para>[xry111] - Patch SeaMonkey to unbreak building with
  • packages.ent

    r74757d8 r55af6ce  
    7979
    8080<!-- Chapter 8 Virtualization -->
    81 <!ENTITY qemu-version                 "8.2.2">
     81<!ENTITY qemu-version                 "9.0.0">
    8282
    8383<!-- Part III -->
     
    808808<!ENTITY xcb-util-cursor-version      "0.1.4">
    809809<!ENTITY mesa-major-minor             "24.0">
    810 <!ENTITY mesa-version                 "&mesa-major-minor;.5">
     810<!ENTITY mesa-version                 "&mesa-major-minor;.6">
    811811<!ENTITY xbitmaps-version             "1.1.3">
    812812<!ENTITY luit-version                 "20240102">
  • postlfs/virtualization/qemu.xml

    r74757d8 r55af6ce  
    77  <!ENTITY qemu-download-http "https://download.qemu.org/qemu-&qemu-version;.tar.xz">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "e43091262671c1728b09522932b75b1d">
     9  <!ENTITY qemu-md5sum        "73d24d3a32cac71324982029e852558d">
    1010  <!ENTITY qemu-size          "124 MB">
    11   <!ENTITY qemu-buildsize     "2.4 GB (373 MB installed)">
     11  <!ENTITY qemu-buildsize     "2.5 GB (373 MB installed)">
    1212  <!ENTITY qemu-time          "1.3 SBU (add 0.8 SBU for tests, both using parallelism=4)">
    1313]>
  • x/installing/mesa.xml

    r74757d8 r55af6ce  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  " ">
    9   <!ENTITY mesa-md5sum        "8d8c4bb8d938adcf1aaaaa9381570d45">
     9  <!ENTITY mesa-md5sum        "d0462ef35f316f800ee43a3780a2e8ac">
    1010  <!ENTITY mesa-size          "20 MB">
    1111  <!ENTITY mesa-buildsize     "641 MB (with docs, add 263 MB for tests)">
Note: See TracChangeset for help on using the changeset viewer.