Changeset 3713bc71


Ignore:
Timestamp:
10/22/2021 12:31:54 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dd9aab33
Parents:
5fcebb8
Message:

Updates and a fix:

udisks2-2.9.4
upower: change download location
exim-4.95
mesa-21.2.4
libvpx-1.11.0

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/udisks2.xml

    r5fcebb8 r3713bc71  
    77  <!ENTITY udisks2-download-http "https://github.com/storaged-project/udisks/releases/download/udisks-&udisks2-version;/udisks-&udisks2-version;.tar.bz2">
    88  <!ENTITY udisks2-download-ftp  " ">
    9   <!ENTITY udisks2-md5sum        "63e18a47069000cb31d5f98cc3c83be0">
    10   <!ENTITY udisks2-size          "1.7 MB">
    11   <!ENTITY udisks2-buildsize     "38 MB (with tests)">
     9  <!ENTITY udisks2-md5sum        "576e057d2654894fab58f0393d105b7b">
     10  <!ENTITY udisks2-size          "1.6 MB">
     11  <!ENTITY udisks2-buildsize     "52 MB (with tests)">
    1212  <!ENTITY udisks2-time          "0.3 SBU (with tests)">
    1313]>
     
    189189          /usr/libexec/udisks2,
    190190          /usr/share/gtk-doc/html/udisks2, and
    191           /var/{lib,run}/udisks2
     191          /var/lib/udisks2
    192192        </seg>
    193193      </seglistitem>
  • general/sysutils/upower.xml

    r5fcebb8 r3713bc71  
    55  %general-entities;
    66
    7   <!ENTITY upower-download-http "https://gitlab.freedesktop.org/upower/upower/-/archive/UPOWER_&upower-version;/upower-UPOWER_&upower-version;.tar.bz2">
     7  <!ENTITY upower-download-http "https://gitlab.freedesktop.org/upower/upower/uploads/177df5b9f9b76f25a2ad9da41aa0c1fa/upower-&upower-version;.tar.xz">
    88  <!ENTITY upower-download-ftp  " ">
    9   <!ENTITY upower-md5sum        "d58b028211aee6050c26c99b777ba60f">
    10   <!ENTITY upower-size          "144 KB">
    11   <!ENTITY upower-buildsize     "14 MB">
    12   <!ENTITY upower-time          "0.1 SBU (using parallelism=4)">
     9  <!ENTITY upower-md5sum        "0c945817c12a7967d2c5edf7138fcf80">
     10  <!ENTITY upower-size          "438 KB">
     11  <!ENTITY upower-buildsize     "15 MB (with tests)">
     12  <!ENTITY upower-time          "0.1 SBU (using parallelism=4, add 0.8 SBU for tests)">
    1313]>
    1414
     
    128128    </para>
    129129
    130 <screen><userinput>./autogen.sh --prefix=/usr        \
     130<screen><userinput>./configure --prefix=/usr         \
    131131             --sysconfdir=/etc    \
    132132             --localstatedir=/var \
  • introduction/welcome/changelog.xml

    r5fcebb8 r3713bc71  
    4343    -->
    4444    <listitem>
     45      <para>October 22nd, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Change the download location for upower, so that
     49          it is not needed to run autogen.sh. Fixes
     50          <ulink url="&blfs-ticket-root;15675">#15675</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[pierre] - Update to udisks2-2.9.4. Fixes
     54          <ulink url="&blfs-ticket-root;15628">#15628</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[pierre] - Update to mesa-21.2.4. Fixes
     58          <ulink url="&blfs-ticket-root;15627">#15627</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[pierre] - Update to libvpx-1.11.0. Fixes
     62          <ulink url="&blfs-ticket-root;15625">#15625</ulink>.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[pierre] - Update to exim-4.95. Fixes
     66          <ulink url="&blfs-ticket-root;15624">#15624</ulink>.</para>
     67        </listitem>
     68      </itemizedlist>
     69    </listitem>
     70
     71    <listitem>
    4572      <para>October 21st, 2021</para>
    4673      <itemizedlist>
  • multimedia/libdriv/libvpx.xml

    r5fcebb8 r3713bc71  
    77  <!ENTITY libvpx-download-http "https://github.com/webmproject/libvpx/archive/v&libvpx-version;/libvpx-&libvpx-version;.tar.gz">
    88  <!ENTITY libvpx-download-ftp  " ">
    9   <!ENTITY libvpx-md5sum        "cded283be38dc0078c3fbe751722efc5">
     9  <!ENTITY libvpx-md5sum        "82e5e527336b41281a582204db1f3457">
    1010  <!ENTITY libvpx-size          "5.1 MB">
    1111  <!ENTITY libvpx-buildsize     "64 MB (add 1.3GB if running tests)">
    12   <!ENTITY libvpx-time          "1.5 SBU, add 41 SBU if running tests, including download time">
     12  <!ENTITY libvpx-time          "1.6 SBU, add 44 SBU if running tests, including download time">
    1313]>
    1414
  • packages.ent

    r5fcebb8 r3713bc71  
    315315<!--<!ENTITY systemd-stable               "6b4878d"> Unused for now -->
    316316<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    317 <!ENTITY udisks2-version              "2.9.3">    <!-- stable lt .90 micro version -->
     317<!ENTITY udisks2-version              "2.9.4">    <!-- stable lt .90 micro version -->
    318318<!ENTITY unrar-version                "6.0.7">
    319319<!ENTITY unzip-version                "6.0">
    320 <!ENTITY upower-version               "0_99_13">
     320<!ENTITY upower-version               "0.99.13">
    321321<!ENTITY usbutils-version             "014">
    322322<!ENTITY weston-version               "1.12.0">
     
    675675<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    676676
    677 <!ENTITY exim-version                 "4.94.2">
     677<!ENTITY exim-version                 "4.95">
    678678<!ENTITY postfix-version              "3.6.2">
    679679<!ENTITY sendmail-version             "8.17.1">
     
    707707<!ENTITY xkeyboard-config-version     "2.33">
    708708<!ENTITY mesa-major-minor             "21.2">
    709 <!ENTITY mesa-version                 "&mesa-major-minor;.2">
     709<!ENTITY mesa-version                 "&mesa-major-minor;.4">
    710710<!ENTITY xcb-util-version             "0.4.0">
    711711<!ENTITY xcb-util-image-version       "0.4.0">
     
    10141014<!ENTITY libtheora-version            "1.1.1">
    10151015<!ENTITY libvorbis-version            "1.3.7">
    1016 <!ENTITY libvpx-version               "1.10.0">
     1016<!ENTITY libvpx-version               "1.11.0">
    10171017<!ENTITY mlt-version                  "7.0.1">
    10181018<!ENTITY opal-version                 "3.10.10">
  • server/mail/exim.xml

    r5fcebb8 r3713bc71  
    1010  <!-- if above don't work, please use one of the official mirrors at
    1111       http://www.exim.org/mirmon/ftp_mirrors.html -->
    12   <!ENTITY exim-md5sum          "4fbf1ebb36f0f43bb94ed0848eb13256">
     12  <!ENTITY exim-md5sum          "b57515d34e97b0be12f7d38d316b15eb">
    1313  <!ENTITY exim-size            "1.8 MB">
    14   <!ENTITY exim-buildsize       "16 MB">
    15   <!ENTITY exim-time            "0.2 SBU">
     14  <!ENTITY exim-buildsize       "20 MB">
     15  <!ENTITY exim-time            "0.3 SBU">
    1616
    1717  <!ENTITY exim-daemon-version  "&exim-version;-2">
     
    277277
    278278    <para>
    279       To use a backend database other than <application>Berkeley
    280       DB</application>, see the instructions at <ulink url=
     279      To use a backend database other than <application>GDBM
     280      </application>, see the instructions at <ulink url=
    281281      "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTdb"/>.
    282282    </para>
     
    327327      <filename class='directory'>/var/spool/exim/log</filename> directory. See
    328328      the information at <ulink url=
    329       "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch52.html"/>.
     329      "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/chlog_files.html"/>.
    330330    </para>
    331331
  • x/installing/mesa.xml

    r5fcebb8 r3713bc71  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "25f4b3a8e92d20e2fc6231e253fce1ee">
     9  <!ENTITY mesa-md5sum        "68cc97f99ed38e9fbae026ca825c9703">
    1010  <!ENTITY mesa-size          "15 MB">
    11   <!ENTITY mesa-buildsize     "562 MB (with docs, add 376 MB if running the tests)">
    12   <!ENTITY mesa-time          "3.5 SBU (Using parallelism=4; with docs)">
     11  <!ENTITY mesa-buildsize     "722 MB (with docs, add 373 MB if running the tests)">
     12  <!ENTITY mesa-time          "3.2 SBU (Using parallelism=4; with docs and tests)">
    1313]>
    1414
     
    260260      If you built the tests (see 'Command Explanations'), to run them issue:
    261261      <command>ninja test</command>.
     262<!-- All tests passed for me for 21.2.4 [pierre]
    262263      All 33 subtests tests in the mesa:compiler+glsl / glsl compiler warnings
    263       suite are known to fail.
     264      suite are known to fail.-->
    264265    </para>
    265266
     
    276277    </para>
    277278
    278 <screen role="root"><userinput>install -v -dm755 /usr/share/doc/mesa-&mesa-version; &amp;&amp;
     279<screen role="root"
     280        remap="doc"><userinput>install -v -dm755 /usr/share/doc/mesa-&mesa-version; &amp;&amp;
    279281cp -rfv ../docs/* /usr/share/doc/mesa-&mesa-version;</userinput></screen>
    280282
     
    351353      <option>-Dbuild-tests=true</option>: This option will cause the test code
    352354      to be enabled. To run the tests, issue: <command>ninja test</command>.
     355    </para>
     356
     357    <para>
     358      <option>-Dvulkan-drivers=...</option>: This option allows choosing which
     359      Vulkan drivers are built. Since those drivers depend on the
     360      corresponding Gallium3D drivers, do not enable drivers that are not
     361      enabled in Gallium3D drivers. Furthermore, since BLFS does not use
     362      Vulkan, it is safe to leave the list of Vulkan drivers empty.
    353363    </para>
    354364
     
    386396        </seg>
    387397        <seg>
    388           <!-- Begini gallium DRI drivers : this is the full set -->
     398          <!-- Begin gallium DRI drivers : this is the full set -->
    389399          d3dadapter9.so (optional), <!-- For Windows games. This is DirectX's
    390400                                          Direct3D -->
     
    418428        </seg>
    419429        <seg>
    420           $XORG_PREFIX/{include/{EGL,GL,GLES,GLES2,GLES3,KHR,vulkan},lib/{dri,vdpau}},
     430          $XORG_PREFIX/{include/{EGL,GL,GLES,GLES2,GLES3,KHR},lib/{dri,vdpau}},
    421431          $XORG_PREFIX/include/d3adapter (optional),
    422432          $XORG_PREFIX/lib/d3d (optional),
Note: See TracChangeset for help on using the changeset viewer.